[Python-modules-commits] r25276 - in packages/pyqt5/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Jul 27 09:22:01 UTC 2013


    Date: Saturday, July 27, 2013 @ 09:21:59
  Author: mitya57-guest
Revision: 25276

Update clean target to fix build twice in a row

Modified:
  packages/pyqt5/trunk/debian/changelog
  packages/pyqt5/trunk/debian/rules

Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog	2013-07-27 02:40:37 UTC (rev 25275)
+++ packages/pyqt5/trunk/debian/changelog	2013-07-27 09:21:59 UTC (rev 25276)
@@ -16,4 +16,4 @@
   * Set minimum python3-all-dev version to 3.3.2-10~ to ensure availability of
     a non-buggy dh_python3 that generates depends correctly
 
- -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 10 Jul 2013 19:11:02 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 27 Jul 2013 13:15:13 +0400

Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules	2013-07-27 02:40:37 UTC (rev 25275)
+++ packages/pyqt5/trunk/debian/rules	2013-07-27 09:21:59 UTC (rev 25276)
@@ -171,7 +171,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -rf $(PYTHON3S:%=build-%) $(PYTHON3S:%=dbg-build-%) sip/Qt
+	rm -rf $(PYTHON3S:%=build-%) $(PYTHON3S:%=dbg-build-%)
+	cd sip; rm -rf Qt opengl_types.sip pyqt-gpl.sip5
 	dh_clean
 
 # Must not depend on anything. This is to be called by




More information about the Python-modules-commits mailing list