--- gssdp-0.7.0.orig/debian/gssdp-tools.install +++ gssdp-0.7.0/debian/gssdp-tools.install @@ -0,0 +1,2 @@ +usr/bin +usr/share/gssdp/*.ui --- gssdp-0.7.0.orig/debian/changelog +++ gssdp-0.7.0/debian/changelog @@ -0,0 +1,94 @@ +gssdp (0.7.0-0jh1~9.04) jaunty; urgency=low + + * Backport to Jaunty. + + -- James Henstridge Tue, 29 Sep 2009 18:17:04 +0800 + +gssdp (0.7.0-0jh1) karmic; urgency=low + + * New upstream release. + * Change package name to reflect new soname on libgssdp. + + -- James Henstridge Tue, 29 Sep 2009 18:02:14 +0800 + +gssdp (0.6.4-2) unstable; urgency=low + + * Bump libglib2.0 build-dependency (Closes: #517392) + + -- Ross Burton Sun, 08 Mar 2009 00:12:33 +0000 + +gssdp (0.6.4-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Fri, 20 Feb 2009 12:00:22 +0000 + +gssdp (0.6.2-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Tue, 30 Sep 2008 15:49:01 +0100 + +gssdp (0.6.1-1) unstable; urgency=low + + * Brown paper bag upstream release which bumps soname because of the ABI + breakage. + * Fix libsoup dependency on -dev + * Add --as-needed to link flags + + -- Ross Burton Mon, 19 May 2008 21:39:42 +0100 + +gssdp (0.6-1) unstable; urgency=low + + * New upstream release. + - Uses libsoup2.4 rather than 2.2 + + -- Ross Burton Tue, 13 May 2008 17:39:44 +0100 + +gssdp (0.4.2-1) unstable; urgency=low + + * New upstream release. + * Build-depend on libgnutls-dev to fix libsoup2.2-dev build failure. + + -- Ross Burton Sun, 24 Feb 2008 17:23:12 +0000 + +gssdp (0.4.1-3) unstable; urgency=low + + * Add debian/watch. + * Bump Standards + * Refer to common GFDL license instead of containing the full text + * Make -dbg package priority extra. + * Don't use Source-Version + + -- Ross Burton Thu, 21 Feb 2008 10:24:13 +0000 + +gssdp (0.4.1-2) unstable; urgency=low + + * Add -dbg package. + + -- Ross Burton Tue, 16 Oct 2007 17:10:26 +0100 + +gssdp (0.4.1-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Sun, 23 Sep 2007 14:44:20 +0100 + +gssdp (0.4-2) unstable; urgency=low + + * Add missing libsoup2.2-dev depends on libgssdp-1.0-dev. + + -- Ross Burton Thu, 23 Aug 2007 17:15:30 +0100 + +gssdp (0.4-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Thu, 26 Jul 2007 19:20:04 +0100 + +gssdp (0.1-1) unstable; urgency=low + + * Initial packaging. + + -- Ross Burton Wed, 13 Jun 2007 09:52:29 +0100 + --- gssdp-0.7.0.orig/debian/libgssdp-1.0-2.install +++ gssdp-0.7.0/debian/libgssdp-1.0-2.install @@ -0,0 +1 @@ +usr/lib/*.so.* --- gssdp-0.7.0.orig/debian/control +++ gssdp-0.7.0/debian/control @@ -0,0 +1,56 @@ +Source: gssdp +Section: libs +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 5), cdbs, libglib2.0-dev (>= 2.18), libsoup2.4-dev, libgtk2.0-dev (>= 2.12) +Standards-Version: 3.7.3 + +Package: libgssdp-1.0-2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GObject-based library for SSDP + A GObject-based API for doing SSDP (Simple Service Discovery Protocol) + transparently. + +Package: libgssdp-1.0-dev +Section: libdevel +Architecture: any +Depends: libgssdp-1.0-2 (= ${binary:Version}), libsoup2.4-dev +Suggests: libgssdp-doc +Description: GObject-based library for SSDP (development files) + A GObject-based API for doing SSDP (Simple Service Discovery Protocol) + transparently. + . + This package contains the development files. + +Package: libgssdp-1.0-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: libgssdp-1.0-2 (= ${binary:Version}) +Description: GObject-based library for SSDP (debug symbols) + A GObject-based API for doing SSDP (Simple Service Discovery Protocol) + transparently. + . + This package contains the debug symbols. + +Package: libgssdp-doc +Section: doc +Architecture: all +Depends: lynx | www-browser +Description: GObject-based library for SSDP (documentation) + A GObject-based API for doing SSDP (Simple Service Discovery Protocol) + transparently. + . + This package contains the documentation. + +Package: gssdp-tools +Section: net +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GObject-based library for SSDP (tools) + A GObject-based API for doing SSDP (Simple Service Discovery Protocol) + transparently. + . + This package contains some tools, such as gssdp-device-sniffer. --- gssdp-0.7.0.orig/debian/rules +++ gssdp-0.7.0/debian/rules @@ -0,0 +1,13 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/utils.mk + +export LDFLAGS += -Wl,--as-needed + +DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V + +common-binary-predeb-arch:: list-missing --- gssdp-0.7.0.orig/debian/copyright +++ gssdp-0.7.0/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Ross Burton on Wed, 13 Jun 2007 +09:50:18 +0100 + +It was downloaded from http://gupnp.org/ + +Copyright: (C) 2007 OpenedHand Ltd + + +The source code is 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; version 2 dated June, 1991. + + 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 General +Public License can be found in `/usr/share/common-licenses/LGPL'. + + +The documentation is licensed under the GFDL: + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.2 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. + +On Debian systems, the complete text of the GNU Free Documentation License can +be found in `/usr/share/common-licenses/GFDL'. --- gssdp-0.7.0.orig/debian/compat +++ gssdp-0.7.0/debian/compat @@ -0,0 +1 @@ +5 --- gssdp-0.7.0.orig/debian/libgssdp-1.0-dev.install +++ gssdp-0.7.0/debian/libgssdp-1.0-dev.install @@ -0,0 +1,3 @@ +usr/include/gssdp-1.0/* +usr/lib/*.{a,so} +usr/lib/pkgconfig/* --- gssdp-0.7.0.orig/debian/watch +++ gssdp-0.7.0/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://gupnp.org/sources/gssdp/gssdp-(.*).tar.gz --- gssdp-0.7.0.orig/debian/libgssdp-doc.install +++ gssdp-0.7.0/debian/libgssdp-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html/gssdp/ --- gssdp-0.7.0.orig/debian/libgssdp-doc.links +++ gssdp-0.7.0/debian/libgssdp-doc.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/gssdp usr/share/doc/libgssdp-doc/html