r50761 - in /desktop/unstable/glib-networking/debian: changelog compat control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Mon Sep 19 19:05:48 UTC 2016


Author: ah
Date: Mon Sep 19 19:05:43 2016
New Revision: 50761

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50761
Log:
* New upstream release.
* Bump dh compat to 10 (automatic dh-autoreconf).
* debian/rules: remove '*.la' and use --fail-missing.

Modified:
    desktop/unstable/glib-networking/debian/changelog
    desktop/unstable/glib-networking/debian/compat
    desktop/unstable/glib-networking/debian/control
    desktop/unstable/glib-networking/debian/control.in
    desktop/unstable/glib-networking/debian/rules

Modified: desktop/unstable/glib-networking/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/changelog?rev=50761&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/changelog	[utf-8] Mon Sep 19 19:05:43 2016
@@ -1,3 +1,11 @@
+glib-networking (2.50.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump dh compat to 10 (automatic dh-autoreconf).
+  * debian/rules: remove '*.la' and use --fail-missing.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Mon, 19 Sep 2016 21:01:51 +0200
+
 glib-networking (2.49.90-1) unstable; urgency=medium
 
   * New upstream beta release.

Modified: desktop/unstable/glib-networking/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/compat?rev=50761&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/compat	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/compat	[utf-8] Mon Sep 19 19:05:43 2016
@@ -1 +1 @@
-9
+10

Modified: desktop/unstable/glib-networking/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/control?rev=50761&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/control	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/control	[utf-8] Mon Sep 19 19:05:43 2016
@@ -7,8 +7,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9.20160114),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.46.0),
                libgnutls28-dev (>= 3.0),

Modified: desktop/unstable/glib-networking/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/control.in?rev=50761&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/control.in	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/control.in	[utf-8] Mon Sep 19 19:05:43 2016
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9.20160114),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.46.0),
                libgnutls28-dev (>= 3.0),

Modified: desktop/unstable/glib-networking/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/rules?rev=50761&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/rules	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/rules	[utf-8] Mon Sep 19 19:05:43 2016
@@ -10,7 +10,7 @@
 DEB_DH_TRANSLATIONS_ARGS = -Xinstalled-tests
 
 %:
-	dh $@ --with gnome,autoreconf
+	dh $@ --with gnome
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
@@ -24,3 +24,7 @@
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='glib-networking-dbg (<< 2.48.1-1~)'
+
+override_dh_install:
+	find debian -name '*.la' -delete
+	dh_install --fail-missing




More information about the pkg-gnome-commits mailing list