r49511 - in /desktop/unstable/gnome-software/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Mon Aug 15 05:32:48 UTC 2016


Author: jbicha-guest
Date: Mon Aug 15 05:32:45 2016
New Revision: 49511

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49511
Log:
Run autoreconf

Modified:
    desktop/unstable/gnome-software/debian/changelog
    desktop/unstable/gnome-software/debian/control
    desktop/unstable/gnome-software/debian/control.in
    desktop/unstable/gnome-software/debian/rules

Modified: desktop/unstable/gnome-software/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/changelog?rev=49511&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/changelog	[utf-8] Mon Aug 15 05:32:45 2016
@@ -7,6 +7,9 @@
     - Depend on limba (needed for limba support to not freeze the app when
       checking for updates)
     - Update Vcs links
+    - Build-depend on gnome-common (needed for autoreconf)
+  * debian/rules:
+    - Build with autoreconf
 
   [ Michael Biebl ]
   * Drop --disable-silent-rules from debian/rules. This is now handled by dh

Modified: desktop/unstable/gnome-software/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/control?rev=49511&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/control	[utf-8] Mon Aug 15 05:32:45 2016
@@ -13,6 +13,7 @@
                debhelper (>= 9.0.0),
                dh-autoreconf,
                docbook-xsl,
+               gnome-common,
                gnome-pkg-tools (>= 0.10),
                gsettings-desktop-schemas-dev (>= 3.18),
                intltool (>= 0.35.0),

Modified: desktop/unstable/gnome-software/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/control.in?rev=49511&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/control.in	[utf-8] Mon Aug 15 05:32:45 2016
@@ -9,6 +9,7 @@
                debhelper (>= 9.0.0),
                dh-autoreconf,
                docbook-xsl,
+               gnome-common,
                gnome-pkg-tools (>= 0.10),
                gsettings-desktop-schemas-dev (>= 3.18),
                intltool (>= 0.35.0),

Modified: desktop/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/rules?rev=49511&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/rules	[utf-8] Mon Aug 15 05:32:45 2016
@@ -26,7 +26,7 @@
 INSTALLDIR = $(CURDIR)/debian/tmp
 
 %:
-	dh $@ --with gnome
+	dh $@ --with autoreconf,gnome
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(GS_CONFIGURE_FLAGS)




More information about the pkg-gnome-commits mailing list