r22966 - /packages/unstable/gnome-main-menu/debian/dh_autoreconf

jak at users.alioth.debian.org jak at users.alioth.debian.org
Fri Feb 5 16:08:07 UTC 2010


Author: jak
Date: Fri Feb  5 16:08:04 2010
New Revision: 22966

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22966
Log:
Fix dh_autoreconf to run autoreconf.

Modified:
    packages/unstable/gnome-main-menu/debian/dh_autoreconf

Modified: packages/unstable/gnome-main-menu/debian/dh_autoreconf
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/dh_autoreconf?rev=22966&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/dh_autoreconf [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/dh_autoreconf [utf-8] Fri Feb  5 16:08:04 2010
@@ -28,8 +28,7 @@
 complex_doit('find -type f -print0 | xargs -0 md5sum > debian/autoreconf.before');
 
 # Run autoreconf to recreate the needed files.
-#doit('autoreconf', '-f', '-i');
-complex_doit('echo a >> "alpha x"');
+doit('autoreconf', '-f', '-i');
 
 # Create a list of all the files (compared later on)
 complex_doit('find -type f -print0 | xargs -0 md5sum > debian/autoreconf.after');




More information about the pkg-gnome-commits mailing list