--- liboobs-2.22.2.orig/debian/control +++ liboobs-2.22.2/debian/control @@ -0,0 +1,60 @@ +Source: liboobs +Section: libs +Priority: optional +Maintainer: Loic Minier +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Luca Falavigna +Build-Depends: cdbs, + debhelper (>= 5), + system-tools-backends-dev (>= 2.5.4), + libdbus-1-dev (>= 0.70), + libdbus-glib-1-dev (>= 0.70), + libglib2.0-dev (>= 2.14.0), + libhal-dev (>= 0.5.9), + gtk-doc-tools (>= 1.9), + gnome-pkg-tools (>= 0.10), + dpkg-dev (>= 1.13.19), + libglib2.0-doc +Standards-Version: 3.8.3 + +Package: liboobs-1-4 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + system-tools-backends (>= 2.5.4) +Description: GObject based interface to system-tools-backends - shared library + Liboobs is a lightweight library that provides a GObject based + interface to system-tools-backends. It's completely abstracted of the + communication and authentication details, making it easy for + applications to integrate with the system details. + . + This package contains the shared library. + +Package: liboobs-1-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + liboobs-1-4 (= ${binary:Version}), + libdbus-1-dev (>= 0.70), + libdbus-glib-1-dev (>= 0.70), + libglib2.0-dev (>= 2.14.0) +Description: GObject based interface to system-tools-backends - dev files + Liboobs is a lightweight library that provides a GObject based + interface to system-tools-backends. It's completely abstracted of the + communication and authentication details, making it easy for + applications to integrate with the system details. + . + This package contains the development files. + +Package: liboobs-1-4-dbg +Architecture: any +Section: debug +Priority: extra +Depends: ${misc:Depends}, + liboobs-1-4 (= ${binary:Version}) +Description: GObject based interface to system-tools-backends - debug symbols + Liboobs is a lightweight library that provides a GObject based + interface to system-tools-backends. It's completely abstracted of the + communication and authentication details, making it easy for + applications to integrate with the system details. + . + This package contains the debugging symbols. --- liboobs-2.22.2.orig/debian/compat +++ liboobs-2.22.2/debian/compat @@ -0,0 +1 @@ +5 --- liboobs-2.22.2.orig/debian/watch +++ liboobs-2.22.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/liboobs/([\d\.]+)[02468]/ \ + liboobs-([\d\.]+)\.tar\.gz --- liboobs-2.22.2.orig/debian/changelog +++ liboobs-2.22.2/debian/changelog @@ -0,0 +1,277 @@ +liboobs (2.22.2-1) unstable; urgency=low + + * New upstream release. + * debian/control.in: + - Bump gtk-doc-tools build-depends to >= 1.9. + - Bump Standards-Version to 3.8.3, no changes needed. + * debian/rules: + - Build with --enable-gtk-docs. + + -- Luca Falavigna Tue, 13 Oct 2009 23:06:08 +0200 + +liboobs (2.22.1-1) unstable; urgency=low + + [ Josselin Mouette ] + * Build-depend on libglib2.0-doc to ensure proper xrefs. + + [ Emilio Pozuelo Monfort ] + * New upstream release. + * debian/patches/01_smb_crash.patch: removed, fixed upstream. + * Let every package depend on ${misc:Depends}. + * liboobs-1-4-dbg is section debug. + * Inherit the section from the source stanza where it's the same. + * Standards-Version is 3.8.2, no changes needed. + + -- Josselin Mouette Mon, 17 Aug 2009 01:23:19 +0200 + +liboobs (2.22.0-2) unstable; urgency=low + + * 01_smb_crash.patch: new patch. Fix NULL pointer dereference by + checking the pointer before using it. Closes: #509564. + + -- Josselin Mouette Wed, 24 Dec 2008 11:23:46 +0100 + +liboobs (2.22.0-1) unstable; urgency=low + + * New upstream release. + * Change package name according to the soname. + * Bump build-dependencies and dependencies according to the new + version. + * Build-depend on libhal-dev. + * Standards version is 3.7.3. + + -- Josselin Mouette Wed, 28 May 2008 13:56:22 +0200 + +liboobs (2.20.0-1) unstable; urgency=low + + [ Kilian Krause ] + * Add get-orig-source + * Use binary:version and source:Version for binnNMU-safe uploads as + added in dpkg-dev 1.13.19. Add to Build-Depends accordingly + + [ Josselin Mouette ] + * New upstream release. + * Bump shlibs to 2.19.91. + * Ship the documentation in liboobs-1-dev. + + -- Josselin Mouette Sun, 25 Nov 2007 13:45:25 +0100 + +liboobs (2.18.1-2) unstable; urgency=low + + * Upload to unstable; drop check-dist include. + + -- Loic Minier Sat, 12 May 2007 10:01:52 +0200 + +liboobs (2.18.1-1) experimental; urgency=low + + [ Riccardo Setti ] + * New upstream release. + + [ Loic Minier ] + * Add watch file. + + -- Loic Minier Mon, 30 Apr 2007 12:25:36 +0200 + +liboobs (2.17.91-1) experimental; urgency=low + + * Set myself as Maintainer, GNOME team uploads; build-dep on + gnome-pkg-tools. + * Tune descriptions. + * Don't ship *.la files. + * Rewrite copyright. + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + * Include CDBS's utils. + * Initial upload to Debian; closes: #411508. + + -- Loic Minier Mon, 19 Feb 2007 15:40:09 +0100 + +liboobs (2.17.91-0ubuntu1) feisty; urgency=low + + * New upstream version: + - fix potential memory messing in oobs_share_nfs_get_acl() + + -- Sebastien Bacher Mon, 12 Feb 2007 17:38:29 +0100 + +liboobs (2.17.5-0ubuntu1) feisty; urgency=low + + * New upstream version: + - update minimum s-t-b to 2.1.2 + - add support for extensible lists of configuration methods and key types, + this way individual distributions may add their own support + without affecting others + * New upstream version: + - add function to process all pending messages + - add a bunch of API docs + - avoid a conditional jump based on uninitialized values in OobsTimeConfig + * debian/control: + - updated for soname change + - updated system-tools-backends requirement + * debian/liboobs-1-3.install: + - updated for soname change + * debian/liboobs-1-3.shlibs: + - updated for soname change + * debian/patches/01_network_add_ipv4ll_method.patch: + - dropped, the new upstream version has that feature + * debian/rules: + - updated for soname change + + -- Sebastien Bacher Tue, 9 Jan 2007 14:09:16 +0100 + +liboobs (2.17.3-0ubuntu2) feisty; urgency=low + + * Add debian/patches/01_network_add_ipv4ll_method.patch: + - Add 'ipv4ll' ethernet configuration method. + - See https://wiki.ubuntu.com/ZeroConfNetworking. + * Add debian/liboobs-1-2.shlibs: Bump shlibs to this version. + + -- Martin Pitt Mon, 4 Dec 2006 11:49:59 +0100 + +liboobs (2.17.3-0ubuntu1) feisty; urgency=low + + * New upstream version: + - Fix a bunch of compiler warnings + - Fix a potential crasher in shares-admin nautilus extension + - Fix an assert with DBus warnings enabled + * debian/patches/90_from_cvs_fix_users_creation_issue.patch: + - fixed with the new version + + -- Sebastien Bacher Fri, 1 Dec 2006 12:54:10 +0100 + +liboobs (0.6.0-0ubuntu2) edgy; urgency=low + + * debian/patches/90_from_cvs_fix_users_creation_issue.patch: + - patch from CVS, fix an issue when creating several users in a row + (Ubuntu: #64724) + + -- Sebastien Bacher Mon, 9 Oct 2006 15:21:08 +0200 + +liboobs (0.6.0-0ubuntu1) edgy; urgency=low + + * New upstream version: + - Handle better the situations where Liboobs can't get a DBusConnection + - Fix supported platforms retrieving + - Get/set the gateway properly for static interfaces (Ubuntu: #59690) + - Code robustness improvements + * debian/control: + - require new system-tools-backend version + * debian/patches/90_from_cvs_no_assert_when_dbus_not_running.patch: + - fixed with the new version + * debian/patches/91_from_cvs_dont_crash_on_configuration_issue.patch: + - fixed with the new version + + -- Sebastien Bacher Sat, 7 Oct 2006 15:56:06 +0200 + +liboobs (0.5.0-0ubuntu3) edgy; urgency=low + + * debian/patches/91_from_cvs_dont_crash_on_configuration_issue.patch: + - patch from CVS, fix crasher when facing a configuration issue + (Ubuntu: #62739) + + -- Sebastien Bacher Mon, 2 Oct 2006 17:53:26 +0200 + +liboobs (0.5.0-0ubuntu2) edgy; urgency=low + + * debian/patches/90_from_cvs_no_assert_when_dbus_not_running.patch: + - patch from CVS, "No longer assert if liboobs can't get the + DBusConnection", fix nautilus crashing for some users due to shares-admin + (Ubuntu: #62739) + + -- Sebastien Bacher Mon, 2 Oct 2006 17:04:46 +0200 + +liboobs (0.5.0-0ubuntu1) edgy; urgency=low + + * New upstream version: + - Extend and improve error handling, + Handle DBUS_ERROR_ACCESS_DENIED properly + - Adapt to s-t-b DBus struct changes in users, groups and services objects + - Code robustness fixes + * debian/compat: + - updated version to 5 + * debian/control: + - updated debhelper requirement to match compat version + - updated system-tools-backend requirement + * debian/control, debian/liboobs-1-1.install, debian/liboobs-1-2.install: + - updated for soname change + * debian/rules: + - no need to specify the dbg package to create, cdbs does that + + -- Sebastien Bacher Sat, 30 Sep 2006 20:03:58 +0200 + +liboobs (0.4.0-0ubuntu1) edgy; urgency=low + + * New upstream version + * debian/patches/01_from_cvs_fix_services_breakage.patch: + - fixed with the new version + + -- Sebastien Bacher Wed, 6 Sep 2006 02:29:50 +0200 + +liboobs (0.3.0-0ubuntu2) edgy; urgency=low + + * debian/patches/01_from_cvs_fix_services_breakage.patch: + - fix from the CVS, fix services-admin breaking the services list + + -- Sebastien Bacher Wed, 6 Sep 2006 02:20:07 +0200 + +liboobs (0.3.0-0ubuntu1) edgy; urgency=low + + * New upstream release: + - do not export unwanted symbols + - documentation improvements + - update to newer DBus API + - do not offer API functions for guessing init.d service roles + * debian/control: + - bumped s-t-b and dbus requirement. + * debian/patches/01_dbus0.9.patch: + - dropped, went upstream - thank Sebastian. + * debian/liboobs-1-0.install, debian/rules, debian/control: + - soname change. + + -- Daniel Holbach Tue, 5 Sep 2006 08:19:31 +0200 + +liboobs (0.2.0-0ubuntu2) edgy; urgency=low + + * Rebuild against dbus 0.90 + * debian/patches/01_dbus0.9.patch: + + s/dbus_connection_disconnect/dbus_connection_close/g + + -- Sebastian Dröge Thu, 24 Aug 2006 16:54:01 +0200 + +liboobs (0.2.0-0ubuntu1) edgy; urgency=low + + * New upstream release: + - use libc MD5 crypt() + - fix a crash in oobs_hosts_config_set_domainname() + - make sure that the "changed" signal is sent to the relevant objects + - put title to API reference + + -- Daniel Holbach Wed, 2 Aug 2006 20:46:20 +0200 + +liboobs (0.1.0-0ubuntu4) edgy; urgency=low + + * debian/control: + - added libdbus-1-dev (>= 0.32), libdbus-glib-1-dev (>= 0.32), + libglib2.0-dev (>= 2.6.0) to Depends of liboobs-1-dev. + + -- Daniel Holbach Thu, 13 Jul 2006 16:37:08 +0200 + +liboobs (0.1.0-0ubuntu3) edgy; urgency=low + + * debian/control: + - libdbus-glib-1-dev to Build-Depends. + + -- Daniel Holbach Thu, 13 Jul 2006 12:01:29 +0200 + +liboobs (0.1.0-0ubuntu2) edgy; urgency=low + + * debian/control: + - Depend on system-tools-backends (>= 1.9.0) as well. + + -- Daniel Holbach Thu, 13 Jul 2006 10:33:26 +0200 + +liboobs (0.1.0-0ubuntu1) edgy; urgency=low + + * Initial release. + + -- Daniel Holbach Mon, 12 Jun 2006 16:37:16 +0200 + --- liboobs-2.22.2.orig/debian/copyright +++ liboobs-2.22.2/debian/copyright @@ -0,0 +1,51 @@ +This package was debianized by Daniel Holbach on +Mon, 12 Jun 2006 16:37:16 +0200 and adapted for Debian by +Loic Minier on Mon, 19 Feb 2007 15:37:29 +0100 + +It was downloaded from: + + +Upstream Author and Copyright Holder: + Copyright (C) 2004-2005 Carlos Garnacho + + +Most files are licensed under the LGPL: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +The following files are licensed under the GPL: +src/oobs-iface-isdn.c src/oobs-iface-isdn.h src/oobs-iface-modem.c +src/oobs-iface-modem.h src/oobs-iface-plip.c src/oobs-iface-plip.h + + This package 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; either version 2 of the License, or + (at your option) any later version. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- liboobs-2.22.2.orig/debian/liboobs-1-dev.install +++ liboobs-2.22.2/debian/liboobs-1-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/lib/*.a +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/include/liboobs-1.0 +debian/tmp/usr/share/gtk-doc --- liboobs-2.22.2.orig/debian/rules +++ liboobs-2.22.2/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --- liboobs-2.22.2.orig/debian/liboobs-1-4.install +++ liboobs-2.22.2/debian/liboobs-1-4.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.* --- liboobs-2.22.2.orig/debian/control.in +++ liboobs-2.22.2/debian/control.in @@ -0,0 +1,60 @@ +Source: liboobs +Section: libs +Priority: optional +Maintainer: Loic Minier +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs, + debhelper (>= 5), + system-tools-backends-dev (>= 2.5.4), + libdbus-1-dev (>= 0.70), + libdbus-glib-1-dev (>= 0.70), + libglib2.0-dev (>= 2.14.0), + libhal-dev (>= 0.5.9), + gtk-doc-tools (>= 1.9), + gnome-pkg-tools (>= 0.10), + dpkg-dev (>= 1.13.19), + libglib2.0-doc +Standards-Version: 3.8.3 + +Package: liboobs-1-4 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + system-tools-backends (>= 2.5.4) +Description: GObject based interface to system-tools-backends - shared library + Liboobs is a lightweight library that provides a GObject based + interface to system-tools-backends. It's completely abstracted of the + communication and authentication details, making it easy for + applications to integrate with the system details. + . + This package contains the shared library. + +Package: liboobs-1-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + liboobs-1-4 (= ${binary:Version}), + libdbus-1-dev (>= 0.70), + libdbus-glib-1-dev (>= 0.70), + libglib2.0-dev (>= 2.14.0) +Description: GObject based interface to system-tools-backends - dev files + Liboobs is a lightweight library that provides a GObject based + interface to system-tools-backends. It's completely abstracted of the + communication and authentication details, making it easy for + applications to integrate with the system details. + . + This package contains the development files. + +Package: liboobs-1-4-dbg +Architecture: any +Section: debug +Priority: extra +Depends: ${misc:Depends}, + liboobs-1-4 (= ${binary:Version}) +Description: GObject based interface to system-tools-backends - debug symbols + Liboobs is a lightweight library that provides a GObject based + interface to system-tools-backends. It's completely abstracted of the + communication and authentication details, making it easy for + applications to integrate with the system details. + . + This package contains the debugging symbols.