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

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Oct 19 07:44:17 UTC 2009


Author: joss
Date: Mon Oct 19 07:44:17 2009
New Revision: 21967

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21967
Log:
Remove .pyc files created by the test suite in the clean target.
Closes: #551553.

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=21967&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygtk/debian/changelog [utf-8] Mon Oct 19 07:44:17 2009
@@ -1,3 +1,10 @@
+pygtk (2.16.0-2) UNRELEASED; urgency=low
+
+  * Remove .pyc files created by the test suite in the clean target.
+    Closes: #551553.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 19 Oct 2009 09:43:58 +0200
+
 pygtk (2.16.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/rules?rev=21967&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/rules [utf-8] (original)
+++ desktop/unstable/pygtk/debian/rules [utf-8] Mon Oct 19 07:44:17 2009
@@ -145,6 +145,7 @@
 	rm -f install-stamp
 	rm -rf debian/tmp-*
 	rm -rf build-* dbg-build-*
+	rm -f tests/*.pyc
 	$(MAKE) -f debian/rules unpatch
 	dh_clean
 




More information about the pkg-gnome-commits mailing list