r32544 - in /packages/unstable/hamster-applet/debian: changelog control rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Feb 6 14:40:16 UTC 2012
Author: biebl
Date: Mon Feb 6 14:40:15 2012
New Revision: 32544
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32544
Log:
Remove generated .pyc files during clean.
Modified:
packages/unstable/hamster-applet/debian/changelog
packages/unstable/hamster-applet/debian/control
packages/unstable/hamster-applet/debian/rules
Modified: packages/unstable/hamster-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hamster-applet/debian/changelog?rev=32544&op=diff
==============================================================================
--- packages/unstable/hamster-applet/debian/changelog [utf-8] (original)
+++ packages/unstable/hamster-applet/debian/changelog [utf-8] Mon Feb 6 14:40:15 2012
@@ -8,8 +8,9 @@
* New upstream Git snapshot.
* Repack sources and ship an unpacked waf binary following the instructions
from http://wiki.debian.org/UnpackWaf. Closes: #654474
-
- -- Michael Biebl <biebl at debian.org> Mon, 06 Feb 2012 15:33:29 +0100
+ * Remove generated .pyc files during clean.
+
+ -- Michael Biebl <biebl at debian.org> Mon, 06 Feb 2012 15:38:34 +0100
hamster-applet (2.91.3+git20110714.9aefd7-2) unstable; urgency=low
Modified: packages/unstable/hamster-applet/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hamster-applet/debian/control?rev=32544&op=diff
==============================================================================
--- packages/unstable/hamster-applet/debian/control [utf-8] (original)
+++ packages/unstable/hamster-applet/debian/control [utf-8] Mon Feb 6 14:40:15 2012
@@ -7,7 +7,7 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
Build-Depends: cdbs (>= 0.4.90~),
debhelper (>= 8),
gnome-pkg-tools,
Modified: packages/unstable/hamster-applet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hamster-applet/debian/rules?rev=32544&op=diff
==============================================================================
--- packages/unstable/hamster-applet/debian/rules [utf-8] (original)
+++ packages/unstable/hamster-applet/debian/rules [utf-8] Mon Feb 6 14:40:15 2012
@@ -13,3 +13,6 @@
find -name applet.py -o -name applet.ui -delete
dh_python2 -phamster-applet
dh_gconf -phamster-applet
+
+clean::
+ find wafadmin -name "*.pyc" -delete
More information about the pkg-gnome-commits
mailing list