r24727 - /desktop/unstable/pygobject/debian/rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Jul 10 23:30:42 UTC 2010


Author: bigon
Date: Sat Jul 10 23:30:42 2010
New Revision: 24727

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24727
Log:
Be sure stamp files are removed even with dh_prep

Modified:
    desktop/unstable/pygobject/debian/rules

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=24727&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Sat Jul 10 23:30:42 2010
@@ -109,7 +109,8 @@
 	dh_testroot
 	# remove the install stamps to force a reinstall (since dh_clean is
 	# removing the package dirs)
-	dh_prep $(PYVERS:%=build-%/install-stamp) $(PYVERS:%=dbg-build-%/install-stamp)
+	dh_prep
+	rm -f $(PYVERS:%=build-%/install-stamp) $(PYVERS:%=dbg-build-%/install-stamp)
 	$(MAKE) -f debian/rules $(PYVERS:%=build-%/install-stamp) $(PYVERS:%=dbg-build-%/install-stamp)
 	find debian/python-gobject-dev -name \*.la -delete
 	for i in $(PYVERS); do \




More information about the pkg-gnome-commits mailing list