r35366 - in /packages/unstable/sound-juicer/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Jun 19 20:50:03 UTC 2012


Author: biebl
Date: Tue Jun 19 20:50:02 2012
New Revision: 35366

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35366
Log:
Use dh-autoreconf to update the build system.

Modified:
    packages/unstable/sound-juicer/debian/changelog
    packages/unstable/sound-juicer/debian/control
    packages/unstable/sound-juicer/debian/control.in
    packages/unstable/sound-juicer/debian/rules

Modified: packages/unstable/sound-juicer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/changelog?rev=35366&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/changelog [utf-8] (original)
+++ packages/unstable/sound-juicer/debian/changelog [utf-8] Tue Jun 19 20:50:02 2012
@@ -4,6 +4,9 @@
   * Build against libmusicbrainz5-dev. This permits use of the
     newer MB API, which means multi-disc releases are handled
     properly again. Closes: #644512, #581417, #644993, #677232.
+
+  [ Michael Biebl ]
+  * Use dh-autoreconf to update the build system.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 19 Jun 2012 22:12:37 +0200
 

Modified: packages/unstable/sound-juicer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/control?rev=35366&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/control [utf-8] (original)
+++ packages/unstable/sound-juicer/debian/control [utf-8] Tue Jun 19 20:50:02 2012
@@ -13,6 +13,7 @@
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
                gnome-common,
+               dh-autoreconf,
                libmusicbrainz5-dev (>= 5.0.1),
                libdiscid0-dev,
                libneon27-gnutls-dev,

Modified: packages/unstable/sound-juicer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/control.in?rev=35366&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/control.in [utf-8] (original)
+++ packages/unstable/sound-juicer/debian/control.in [utf-8] Tue Jun 19 20:50:02 2012
@@ -8,6 +8,7 @@
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
                gnome-common,
+               dh-autoreconf,
                libmusicbrainz5-dev (>= 5.0.1),
                libdiscid0-dev,
                libneon27-gnutls-dev,

Modified: packages/unstable/sound-juicer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/rules?rev=35366&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/rules [utf-8] (original)
+++ packages/unstable/sound-juicer/debian/rules [utf-8] Tue Jun 19 20:50:02 2012
@@ -3,11 +3,11 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.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
 
 CFLAGS += -Wno-unused-parameter
 LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper




More information about the pkg-gnome-commits mailing list