r29081 - /desktop/unstable/gtk+2.0/debian/rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Jul 22 19:38:25 UTC 2011
Author: biebl
Date: Fri Jul 22 19:38:24 2011
New Revision: 29081
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29081
Log:
Move dh_autoreconf_clean to a more appropriate place
Modified:
desktop/unstable/gtk+2.0/debian/rules
Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=29081&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Fri Jul 22 19:38:24 2011
@@ -213,7 +213,6 @@
# gross kludge to force control generation with the %.in target
clean::
- dh_autoreconf_clean
touch debian/control.in
debian/%: debian/%.in
@@ -248,9 +247,7 @@
# remove install and build dirs
rm -rf $(installbasedir)
rm -rf $(buildbasedir)
- # restore files from backup (before unpatching)
- -test -r config.sub.orig && mv -f config.sub.orig config.sub
- -test -r config.guess.orig && mv -f config.guess.orig config.guess
+ dh_autoreconf_clean
rm -f debian/*.devhelp
-rm -rf $(STAMP_DIR)
-rm -f $(call dh_subst_files,$(ALL_PKGS))
More information about the pkg-gnome-commits
mailing list