r27666 - in /desktop/unstable/pygtk/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Apr 18 19:38:21 UTC 2011


Author: bigon
Date: Mon Apr 18 19:38:20 2011
New Revision: 27666

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27666
Log:
Call dh_prep instead of dh_clean -k

Modified:
    desktop/unstable/pygtk/debian/changelog
    desktop/unstable/pygtk/debian/rules

Modified: desktop/unstable/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/changelog?rev=27666&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygtk/debian/changelog [utf-8] Mon Apr 18 19:38:20 2011
@@ -7,7 +7,7 @@
     - Bump python-gtk2-dev dependencies against python-gobject-dev
       and libgtk2.0-dev (Closes: #554973)
     - Drop pysupport build-dependency and bump python-all-dev
-    - Bump Standards-Version to 3.9.2 (no further changes)
+    - Bump Standards-Version to 3.9.2
     - Drop all Conflicts/Replaces, all these packages only exist prior lenny
     - Drop Python-Depends and use Depends instead
     - Don't Depends against python-dbg, let dh_python2 generate the correct
@@ -17,10 +17,11 @@
   * debian/rules:
     - Use dh_python2 instead of dh_pysupport
     - Set pyexecdir to install files to py_libdir_sh
+    - Call dh_prep instead of dh_clean -k
   * Drop debian/patches/60_pygtk-wakeupfd-fix.patch: Fixed upstream
     
 
- -- Laurent Bigonville <bigon at debian.org>  Mon, 18 Apr 2011 20:44:44 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 18 Apr 2011 21:37:28 +0200
 
 pygtk (2.17.0-4) unstable; urgency=low
 

Modified: desktop/unstable/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/rules?rev=27666&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/rules [utf-8] (original)
+++ desktop/unstable/pygtk/debian/rules [utf-8] Mon Apr 18 19:38:20 2011
@@ -114,7 +114,8 @@
 	dh_testroot
 	# remove the install stamps to force a reinstall (since dh_clean is
 	# removing the package dirs)
-	dh_clean -k $(PYVERS:%=build-%/install-stamp) $(PYVERS:%=dbg-build-%/install-stamp)
+	rm -f $(PYVERS:%=build-%/install-stamp) $(PYVERS:%=dbg-build-%/install-stamp)
+	dh_prep
 	$(MAKE) -f debian/rules $(PYVERS:%=build-%/install-stamp) $(PYVERS:%=dbg-build-%/install-stamp)
 	# check that all builds with various Python runtimes produced the same
 	# *.defs files (or fail)




More information about the pkg-gnome-commits mailing list