[Python-apps-commits] r4628 - in packages/eric/trunk/debian (changelog rules)
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Mon Feb 1 06:40:43 UTC 2010
Date: Monday, February 1, 2010 @ 06:40:40
Author: gudjon-guest
Revision: 4628
Fixed clean target
Modified:
packages/eric/trunk/debian/changelog
packages/eric/trunk/debian/rules
Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog 2010-02-01 06:26:53 UTC (rev 4627)
+++ packages/eric/trunk/debian/changelog 2010-02-01 06:40:40 UTC (rev 4628)
@@ -11,8 +11,9 @@
* Add dependency on python-simplejson
* Bump standards version to 3.8.4, no changes needed
* Change debhelper dependency to 7
+ * Fix clean target
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Mon, 01 Feb 2010 07:26:05 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Mon, 01 Feb 2010 07:40:24 +0100
eric (4.3.10-1) unstable; urgency=low
Modified: packages/eric/trunk/debian/rules
===================================================================
--- packages/eric/trunk/debian/rules 2010-02-01 06:26:53 UTC (rev 4627)
+++ packages/eric/trunk/debian/rules 2010-02-01 06:40:40 UTC (rev 4628)
@@ -15,6 +15,7 @@
dh_testdir
dh_testroot
find . -name "*.pyc" -exec rm {} \;
+ find . -name "Ui_*" -exec rm {} \;
rm -rf debian/eric debian/apis debian/qtapis debian/kdeapis debian/pyapis
rm -f eric4*
rm -f *-stamp
More information about the Python-apps-commits
mailing list