--- openwsman-2.2.3.orig/debian/control +++ openwsman-2.2.3/debian/control @@ -0,0 +1,45 @@ +Source: openwsman +Section: universe/admin +Priority: extra +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.2.0.0 +Build-Depends: cdbs, libssl-dev, libpam0g-dev, libxml2-dev, libcurl4-openssl-dev, libcimcclient0-dev + +Package: openwsman +Architecture: any +Depends: ${shlibs:Depends} +Description: Open Web Services Manager + Openwsman is a project intended to provide an open-source implementation of + the Web Services Management specification (WS-Management) and to expose + system management information on the Linux operating system using the + WS-Management protocol. WS-Management is based on a suite of web services + specifications and usage requirements that exposes a set of operations + focused on and covers all system management aspects. + . + This package provides a basic WS Manager daemon. + +Package: libopenwsman1 +Architecture: any +Depends: ${shlibs:Depends} +Description: Open Web Services Manager run-time libraries + Openwsman is a project intended to provide an open-source implementation of + the Web Services Management specification (WS-Management) and to expose + system management information on the Linux operating system using the + WS-Management protocol. WS-Management is based on a suite of web services + specifications and usage requirements that exposes a set of operations + focused on and covers all system management aspects. + . + This package provides the core run-time libraries. + +Package: libopenwsman-dev +Architecture: any +Depends: ${shlibs:Depends}, libopenwsman1 (= ${source:Version}) +Description: Open Web Services Manager library development files + Openwsman is a project intended to provide an open-source implementation of + the Web Services Management specification (WS-Management) and to expose + system management information on the Linux operating system using the + WS-Management protocol. WS-Management is based on a suite of web services + specifications and usage requirements that exposes a set of operations + focused on and covers all system management aspects. + . + This package provides the library development headers. --- openwsman-2.2.3.orig/debian/compat +++ openwsman-2.2.3/debian/compat @@ -0,0 +1 @@ +5 --- openwsman-2.2.3.orig/debian/copyright +++ openwsman-2.2.3/debian/copyright @@ -0,0 +1,27 @@ +Copyright (C) 2004-2006 Intel Corp. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + - Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + - Neither the name of Intel Corp. nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL Intel Corp. OR THE CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. --- openwsman-2.2.3.orig/debian/rules +++ openwsman-2.2.3/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools-files.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --disable-eventing --disable-more-warnings + --- openwsman-2.2.3.orig/debian/openwsman.conffiles +++ openwsman-2.2.3/debian/openwsman.conffiles @@ -0,0 +1 @@ +/etc/openwsman/owsmangencert.sh --- openwsman-2.2.3.orig/debian/libopenwsman1.install +++ openwsman-2.2.3/debian/libopenwsman1.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/*.so.* usr/lib +debian/tmp/usr/lib/openwsman/authenticators/*.so.* usr/lib/openwsman/authenticators +debian/tmp/usr/lib/openwsman/plugins/*.so.* usr/lib/openwsman/plugins --- openwsman-2.2.3.orig/debian/changelog +++ openwsman-2.2.3/debian/changelog @@ -0,0 +1,51 @@ +openwsman (2.2.3-0ubuntu4) precise; urgency=low + + * debian/libopenwsman-dev.install: Don't install la-file (LP: #905538) + + -- Andreas Moog Fri, 16 Dec 2011 23:00:37 +0100 + +openwsman (2.2.3-0ubuntu3) oneiric; urgency=low + + * No-change rebuild for libssl0.9.8 -> libssl1.0.0 transition. + + -- Ilya Barygin Sun, 21 Aug 2011 20:45:34 +0400 + +openwsman (2.2.3-0ubuntu2) natty; urgency=low + + [ Mathieu Trudel-Lapierre ] + * debian/control: Add build-dep for libcimcclient0-dev, so that the CIM + plugins gets built. (LP: #760835) + + -- Timo Aaltonen Fri, 15 Apr 2011 13:35:38 +0300 + +openwsman (2.2.3-0ubuntu1) maverick; urgency=low + + * New upstream release. (LP: #600392) + + -- Charlie Smotherman Sat, 10 Jul 2010 21:42:15 -0500 + +openwsman (2.0.0b1-0ubuntu2.2) lucid; urgency=low + + * Fixes typo in control (LP: #486823) + + -- arky Wed, 10 Feb 2010 18:42:15 +0530 + +openwsman (2.0.0b1-0ubuntu2.1) karmic-proposed; urgency=low + + * add "--disable-more-warnings" to fix FTBFS (LP: #427217) + + -- Whoopie Sun, 01 Nov 2009 04:11:16 +0100 + +openwsman (2.0.0b1-0ubuntu2) hardy; urgency=low + + * Missing depends on library by -dev package. + + -- Ben Collins Tue, 04 Mar 2008 13:03:17 -0500 + +openwsman (2.0.0b1-0ubuntu1) hardy; urgency=low + + * Initial release + * Disable eventing support. Causes re-entrant building + * src/server/wsmand-daemon.c: Wrap some usages of eventing in ifdef's + + -- Ben Collins Fri, 29 Feb 2008 14:06:25 -0500 --- openwsman-2.2.3.orig/debian/openwsman.install +++ openwsman-2.2.3/debian/openwsman.install @@ -0,0 +1,2 @@ +debian/tmp/etc/openwsman/owsmangencert.sh etc/openwsman +debian/tmp/usr/sbin/openwsmand usr/sbin --- openwsman-2.2.3.orig/debian/libopenwsman-dev.install +++ openwsman-2.2.3/debian/libopenwsman-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/lib/*.so usr/lib +debian/tmp/usr/lib/*.a usr/lib +debian/tmp/usr/lib/pkgconfig usr/lib +debian/tmp/usr/include/openwsman usr/include