r47843 - in /desktop/unstable/gcr/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Apr 4 01:40:16 UTC 2016


Author: biebl
Date: Mon Apr  4 01:40:16 2016
New Revision: 47843

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47843
Log:
Drop uploaders.mk from debian/rules and instead use gnome dh addon.

Modified:
    desktop/unstable/gcr/debian/changelog
    desktop/unstable/gcr/debian/rules

Modified: desktop/unstable/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/changelog?rev=47843&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gcr/debian/changelog	[utf-8] Mon Apr  4 01:40:16 2016
@@ -1,3 +1,9 @@
+gcr (3.20.0-2) UNRELEASED; urgency=medium
+
+  * Drop uploaders.mk from debian/rules and instead use gnome dh addon.
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 04 Apr 2016 03:39:54 +0200
+
 gcr (3.20.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gcr/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/rules?rev=47843&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/rules	[utf-8] (original)
+++ desktop/unstable/gcr/debian/rules	[utf-8] Mon Apr  4 01:40:16 2016
@@ -1,13 +1,12 @@
 #!/usr/bin/make -f
 
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@ --with autoreconf,gir
+	dh $@ --with autoreconf,gir,gnome
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list