r21911 - in /packages/unstable/gnome-main-menu/debian: changelog control patches/autoreconf.diff patches/series rules

jak at users.alioth.debian.org jak at users.alioth.debian.org
Sat Oct 10 15:07:38 UTC 2009


Author: jak
Date: Sat Oct 10 15:07:35 2009
New Revision: 21911

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21911
Log:
Drop autoreconf.diff and run autoreconf at build-time.

Removed:
    packages/unstable/gnome-main-menu/debian/patches/autoreconf.diff
Modified:
    packages/unstable/gnome-main-menu/debian/changelog
    packages/unstable/gnome-main-menu/debian/control
    packages/unstable/gnome-main-menu/debian/patches/series
    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=21911&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/changelog [utf-8] Sat Oct 10 15:07:35 2009
@@ -3,6 +3,7 @@
   * New upstream release (LP: #428860), uses external libslab.
   * Build-Depend on libunique-dev.
   * Drop fix-gnomeui.diff, fixed upstream.
+  * Drop autoreconf.diff and run autoreconf at build-time.
 
  -- Julian Andres Klode <jak at debian.org>  Sat, 10 Oct 2009 16:22:19 +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=21911&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/control [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/control [utf-8] Sat Oct 10 15:07:35 2009
@@ -5,6 +5,8 @@
 Build-Depends: debhelper (>= 7.0.50~),
                quilt,
                autotools-dev,
+	       automake,
+               autoconf,
                intltool,
                libcairo2-dev,
                libdbus-glib-1-dev,

Modified: packages/unstable/gnome-main-menu/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/patches/series?rev=21911&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/patches/series [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/patches/series [utf-8] Sat Oct 10 15:07:35 2009
@@ -3,4 +3,3 @@
 #gnome-session-kill.diff
 ltmain-as-needed.diff
 non-linux.diff
-autoreconf.diff

Modified: packages/unstable/gnome-main-menu/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/rules?rev=21911&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/rules [utf-8] Sat Oct 10 15:07:35 2009
@@ -5,8 +5,20 @@
 %:
 	dh --with quilt $@
 
+
+override_dh_auto_clean:
+	dh_auto_clean
+
+	# Cleanup
+	find -type d -name autom4te.cache -print0 | xargs -0 -r rm -rf \;
+	find -type d -name build -print0 | xargs -0 -r rm -rf \;
+	find -type f -name Makefile.in -print0 | xargs -0 -r rm -f \;
+	rm -f configure config.sub config.guess aclocal.m4 config.h.in
+
 override_dh_auto_configure:
+	ln -s /usr/share/misc/config.sub .
+	ln -s /usr/share/misc/config.guess .
+	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