r24257 - in /packages/unstable/gnome-main-menu/debian: changelog control control.in dh_autoreconf dh_autoreconf_clean rules

jak at users.alioth.debian.org jak at users.alioth.debian.org
Wed May 5 13:50:47 UTC 2010


Author: jak
Date: Wed May  5 13:50:46 2010
New Revision: 24257

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24257
Log:
Build-depend on dh-autoreconf and drop our own dh_autoreconf* scripts.

Removed:
    packages/unstable/gnome-main-menu/debian/dh_autoreconf
    packages/unstable/gnome-main-menu/debian/dh_autoreconf_clean
Modified:
    packages/unstable/gnome-main-menu/debian/changelog
    packages/unstable/gnome-main-menu/debian/control
    packages/unstable/gnome-main-menu/debian/control.in
    packages/unstable/gnome-main-menu/debian/rules

Modified: packages/unstable/gnome-main-menu/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/changelog?rev=24257&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/changelog [utf-8] Wed May  5 13:50:46 2010
@@ -16,6 +16,7 @@
   * Drop disabled patches:
    - gnome-session-kill.diff
    - ltmain-as-needed.diff
+  * Build-depend on dh-autoreconf and drop our own dh_autoreconf* scripts.
 
  -- Julian Andres Klode <jak at debian.org>  Fri, 30 Apr 2010 12:11:40 +0200
 

Modified: packages/unstable/gnome-main-menu/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/control?rev=24257&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/control [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/control [utf-8] Wed May  5 13:50:46 2010
@@ -10,6 +10,7 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
                quilt,
+               dh-autoreconf,
                autotools-dev,
                automake,
                autoconf,

Modified: packages/unstable/gnome-main-menu/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/control.in?rev=24257&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/control.in [utf-8] Wed May  5 13:50:46 2010
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 7.0.50~),
                quilt,
+               dh-autoreconf,
                autotools-dev,
                automake,
                autoconf,

Modified: packages/unstable/gnome-main-menu/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/rules?rev=24257&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/rules [utf-8] Wed May  5 13:50:46 2010
@@ -5,17 +5,12 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 %:
-	dh --with quilt $@
+	dh --with quilt --with autoreconf $@
 
-override_dh_clean:
-	perl -w ./debian/dh_autoreconf_clean
-	dh_clean
-	
 clean::
-	dh --with quilt $@
+	dh --with quilt --with autoreconf $@
 
 override_dh_auto_configure:
-	perl -w ./debian/dh_autoreconf
 	dh_auto_configure -- --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
                              --libexecdir=/usr/lib/gnome-main-menu \
                              --bindir=/usr/lib/gnome-main-menu




More information about the pkg-gnome-commits mailing list