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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Jan 2 16:01:40 UTC 2012


Author: biebl
Date: Mon Jan  2 16:01:39 2012
New Revision: 32293

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32293
Log:
Add Build-Depends on gnome-common and run autogen.sh to generate 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=32293&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/changelog [utf-8] (original)
+++ packages/unstable/sound-juicer/debian/changelog [utf-8] Mon Jan  2 16:01:39 2012
@@ -5,6 +5,8 @@
 
   [ Michael Biebl ]
   * New upstream Git snapshot cd3733fdd442d3d6f4b02334b1e48414dd384387.
+  * Add Build-Depends on gnome-common and run autogen.sh to generate the build
+    system.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 02 Jan 2012 13:34:14 +0100
 

Modified: packages/unstable/sound-juicer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/control?rev=32293&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/control [utf-8] (original)
+++ packages/unstable/sound-juicer/debian/control [utf-8] Mon Jan  2 16:01:39 2012
@@ -12,6 +12,7 @@
                cdbs,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
+               gnome-common,
                libmusicbrainz3-dev (>= 3.0.2),
                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=32293&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/control.in [utf-8] (original)
+++ packages/unstable/sound-juicer/debian/control.in [utf-8] Mon Jan  2 16:01:39 2012
@@ -7,6 +7,7 @@
                cdbs,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
+               gnome-common,
                libmusicbrainz3-dev (>= 3.0.2),
                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=32293&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/rules [utf-8] (original)
+++ packages/unstable/sound-juicer/debian/rules [utf-8] Mon Jan  2 16:01:39 2012
@@ -9,4 +9,6 @@
 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