diff -Nru gssdp-0.14.14/debian/changelog gssdp-0.14.14/debian/changelog --- gssdp-0.14.14/debian/changelog 2016-02-23 09:58:24.000000000 +0000 +++ gssdp-0.14.14/debian/changelog 2016-03-09 14:30:19.000000000 +0000 @@ -1,10 +1,19 @@ -gssdp (0.14.14-1ubuntu1) xenial; urgency=medium +gssdp (0.14.14-2) unstable; urgency=medium - * Resynchronize on Debian, remaining change - - multiarchify the library packages - includes fix for dlna servers (lp: #1536208) + [ Matthias Klose ] + * Multiarchify the library packages (Closes: #812960) - -- Sebastien Bacher Tue, 23 Feb 2016 10:53:18 +0100 + [ Andreas Henriksson ] + * debian/copyright: Updated and switched to DEP5 format + * Hand over maintenance to Debian GNOME Team + - build-depend on gnome-pkg-tools + - include uploaders.mk and gnome-get-source.mk in debian/rules + - copy debian/control to debian/control.in + - set Maintainer to Debian GNOME Team and Uploaders to autogenerated. + - update Vcs-* fields for move from collab-maint to pkg-gnome + * Bump Standards-Version to 3.9.7 + + -- Andreas Henriksson Wed, 09 Mar 2016 15:29:55 +0100 gssdp (0.14.14-1) unstable; urgency=medium @@ -13,12 +22,6 @@ -- Andreas Henriksson Fri, 12 Feb 2016 19:52:08 +0100 -gssdp (0.14.13-1ubuntu1) xenial; urgency=medium - - * Multiarchify the library packages. - - -- Matthias Klose Thu, 28 Jan 2016 04:29:08 +0100 - gssdp (0.14.13-1) unstable; urgency=medium * Add debian/gbp.conf diff -Nru gssdp-0.14.14/debian/control gssdp-0.14.14/debian/control --- gssdp-0.14.14/debian/control 2016-02-23 09:58:39.000000000 +0000 +++ gssdp-0.14.14/debian/control 2016-03-09 14:42:57.000000000 +0000 @@ -1,11 +1,16 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. Source: gssdp Section: libs Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Andreas Henriksson +Maintainer: Debian GNOME Maintainers +Uploaders: Andreas Henriksson Build-Depends: debhelper (>= 9), cdbs, dh-autoreconf, + gnome-pkg-tools, gtk-doc-tools, autotools-dev, libglib2.0-dev (>= 2.32), @@ -15,10 +20,10 @@ libsoup2.4-dev (>= 2.26.1), libgtk-3-dev, valac (>= 0.14) -Standards-Version: 3.9.5 +Standards-Version: 3.9.7 Homepage: http://www.gupnp.org -Vcs-Git: git://git.debian.org/git/collab-maint/gssdp.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/gssdp.git +Vcs-Git: git://anonscm.debian.org/pkg-gnome/gssdp.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-gnome/gssdp.git/ Package: libgssdp-1.0-3 Section: libs diff -Nru gssdp-0.14.14/debian/control.in gssdp-0.14.14/debian/control.in --- gssdp-0.14.14/debian/control.in 1970-01-01 00:00:00.000000000 +0000 +++ gssdp-0.14.14/debian/control.in 2016-03-09 14:30:19.000000000 +0000 @@ -0,0 +1,96 @@ +Source: gssdp +Section: libs +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 9), + cdbs, + dh-autoreconf, + gnome-pkg-tools, + gtk-doc-tools, + autotools-dev, + libglib2.0-dev (>= 2.32), + gobject-introspection (>= 0.9.12-4~), + libgirepository1.0-dev (>= 0.9.12), + gir1.2-glib-2.0, + libsoup2.4-dev (>= 2.26.1), + libgtk-3-dev, + valac (>= 0.14) +Standards-Version: 3.9.7 +Homepage: http://www.gupnp.org +Vcs-Git: git://anonscm.debian.org/pkg-gnome/gssdp.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-gnome/gssdp.git/ + +Package: libgssdp-1.0-3 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GObject-based library for SSDP + A GObject-based API for doing SSDP (Simple Service Discovery Protocol) + transparently. + +Package: gir1.2-gssdp-1.0 +Section: introspection +Architecture: any +Multi-Arch: same +Depends: ${gir:Depends}, + ${misc:Depends} +Conflicts: gir1.0-gssdp-1.0 +Replaces: gir1.0-gssdp-1.0 +Description: GObject introspection data for the GSSDP library + This package contains introspection data for GSSDP, a SSDP + library. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. + +Package: libgssdp-1.0-dev +Section: libdevel +Architecture: any +#Multi-Arch: same +Depends: libgssdp-1.0-3 (= ${binary:Version}), + gir1.2-gssdp-1.0 (= ${binary:Version}), + libsoup2.4-dev, + ${misc:Depends} +Suggests: libgssdp-doc +Replaces: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<= 0.10.4) +Breaks: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<= 0.10.4) +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: debug +Priority: extra +Architecture: any +Multi-Arch: same +Depends: libgssdp-1.0-3 (= ${binary:Version}), ${misc:Depends} +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, ${misc:Depends} +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. diff -Nru gssdp-0.14.14/debian/copyright gssdp-0.14.14/debian/copyright --- gssdp-0.14.14/debian/copyright 2016-01-09 17:09:32.000000000 +0000 +++ gssdp-0.14.14/debian/copyright 2016-03-09 14:30:19.000000000 +0000 @@ -1,36 +1,49 @@ -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-2008 OpenedHand Ltd - (C) 2009 Nokia Corp - -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-2'. - - -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'. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gssdp +Upstream-Contact: gupnp-list@gnome.org +Source: https://git.gnome.org/browse/gssdp + +Files: * +Copyright: 2006, 2007, 2008 OpenedHand Ltd. + 2007 Zeeshan Ali (Khattak) + 2009 Nokia Corporation. + 2010,2012,2014 Jens Georg + 2012 Openismus GmbH + 2013 Intel Corporation. +License: LGPL-2+ + +Files: doc/* +Copyright: 2007 OpenedHand LTD + 2009, 2010, 2011 Nokia Corporation +License: GFDL-1.2+ + +Files: debian/* +Copyright: 2007-2010 Ross Burton + 2010-2016 Andreas Henriksson +License: LGPL-2+ + +License: LGPL-2+ + 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-2'. + +License: GFDL-1.2+ + 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'. diff -Nru gssdp-0.14.14/debian/rules gssdp-0.14.14/debian/rules --- gssdp-0.14.14/debian/rules 2016-01-28 03:32:09.000000000 +0000 +++ gssdp-0.14.14/debian/rules 2016-03-09 14:30:19.000000000 +0000 @@ -4,6 +4,8 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/autoreconf.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 = --libdir="\$${prefix}/lib/$(DEB_HOST_MULTIARCH)"