debian/0000775000000000000000000000000012031650172007165 5ustar debian/libopendrim0-dev.links0000664000000000000000000000006411404077376013403 0ustar usr/lib/libopendrim.so.0.0.0 usr/lib/libopendrim.so debian/control0000664000000000000000000000166512031645073010604 0ustar Source: libopendrim Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Guillaume BOTTEX Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libxml2-dev Standards-Version: 3.9.3 Section: libs Homepage: http://opendrim.sourceforge.net/ Package: libopendrim0-dev Section: libdevel Architecture: any Depends: libopendrim0 (= ${binary:Version}), ${misc:Depends} Description: OpenDRIM Provider Common Library - development files This package contains the headers and other development files not included in the main OpenDRIM Provider Common Library package. Install this if you wish to compile your own OpenDRIM providers. Package: libopendrim0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libxml2, net-tools Description: OpenDRIM Provider Common Library Library providing common functionalities needed by all the OpenDRIM providers. debian/libopendrim0.dirs0000664000000000000000000000011311404077376012443 0ustar var/lib/OpenDRIM var/lib/OpenDRIM/root/cimv2 var/lib/OpenDRIM/root/interop debian/docs0000664000000000000000000000002111404077376010045 0ustar NEWS README TODO debian/compat0000664000000000000000000000000212031650042010357 0ustar 7 debian/libopendrim0.links0000664000000000000000000000006611404077376012631 0ustar usr/lib/libopendrim.so.0.0.0 usr/lib/libopendrim.so.0 debian/rules0000775000000000000000000000052512031646043010251 0ustar #!/usr/bin/make -f CONFIGURE_OPTIONS := CIMSERVER=sfcb --prefix=/usr DESTDIR=$(CURDIR)/debian/tmp %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- $(CONFIGURE_OPTIONS) override_dh_auto_install: dh_auto_install # Empty dependency_libs sed -i "/dependency_libs/ s/'.*'/''/" $(DESTDIR)/usr/lib/libopendrim.la debian/patches/0000775000000000000000000000000012031647264010624 5ustar debian/patches/series0000664000000000000000000000001612031644244012031 0ustar gcc-4.7.patch debian/patches/gcc-4.7.patch0000664000000000000000000000044012031647264012705 0ustar Description: fix FTBFS with gcc-4.7 because of missing header Author: Ilya Barygin --- libopendrim-1.1.3.orig/SMBIOS.h +++ libopendrim-1.1.3/SMBIOS.h @@ -33,6 +33,7 @@ #include #include +#include #include "Common.h" debian/copyright0000664000000000000000000000316511404077376011141 0ustar This package was debianized by Guillaume BOTTEX on Tue, 24 Mar 2009 17:02:09 +0900. It was downloaded from http://sourceforge.net/projects/opendrim/files/ Upstream Authors: Frederic Desmons Ilsoo Byun Guillaume BOTTEX Copyright: Copyright (C) 2007 ETRI Frederic DESMONS Copyright (C) 2007 ETRI Ilsoo BYUN Copyright (C) 2008 ETRI Guillaume BOTTEX License: Linux Management Providers (LMP), Provider Common Library This program is being developed under the "OpenDRIM" project. The "OpenDRIM" project web page: http://opendrim.sourceforge.net The "OpenDRIM" project mailing list: opendrim@googlegroups.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. The Debian packaging is copyright 2009, Guillaume BOTTEX and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/source/0000775000000000000000000000000011404077376010501 5ustar debian/source/format0000664000000000000000000000001411422317545011702 0ustar 3.0 (quilt) debian/libopendrim0-dev.install0000664000000000000000000000014011404077376013724 0ustar usr/include/OpenDRIM/* usr/include/OpenDRIM/cmpi/* usr/lib/libopendrim.a usr/lib/libopendrim.la debian/libopendrim0.install0000664000000000000000000000003511404077376013153 0ustar usr/lib/libopendrim.so.0.0.0 debian/changelog0000664000000000000000000000177012031650170011042 0ustar libopendrim (1.1.3-0ubuntu3) quantal; urgency=low * Fix FTBFS with gcc-4.7. * Simplify debian/rules. - use dh-autoreconf * Bump Standards-Version to 3.9.3. -- Ilya Barygin Sat, 29 Sep 2012 23:48:05 +0400 libopendrim (1.1.3-0ubuntu2) oneiric; urgency=low * Empty dependency_libs from .la files. -- Stefano Rivera Sun, 10 Jul 2011 23:55:16 +0200 libopendrim (1.1.3-0ubuntu1) maverick; urgency=low * New upstream version * DATASTORE_PATH changed from /var/cache/OpenDRIM to /var/lib/OpenDIRM -- Guillaume BOTTEX Thu, 10 Jun 2010 14:45:00 +0900 libopendrim (1.1.2-0ubuntu1) lucid; urgency=low * New Common Functions added. * Correction of SMBIOS CPU related code. -- Guillaume BOTTEX Tue, 23 Feb 2010 17:30:00 +0900 libopendrim (1.1.1-0ubuntu1) karmic; urgency=low * Initial Release. -- Guillaume BOTTEX Mon, 15 Jun 2009 14:59:30 +0900