[Python-modules-commits] r9614 - in packages/inotifyx/trunk/debian (changelog rules)
rrs-guest at users.alioth.debian.org
rrs-guest at users.alioth.debian.org
Wed Sep 2 16:06:54 UTC 2009
Date: Wednesday, September 2, 2009 @ 16:06:53
Author: rrs-guest
Revision: 9614
Merge branch 'master' into local-svn/trunk
Conflicts:
debian/changelog
Modified:
packages/inotifyx/trunk/debian/changelog
packages/inotifyx/trunk/debian/rules
Modified: packages/inotifyx/trunk/debian/changelog
===================================================================
--- packages/inotifyx/trunk/debian/changelog 2009-09-02 15:48:57 UTC (rev 9613)
+++ packages/inotifyx/trunk/debian/changelog 2009-09-02 16:06:53 UTC (rev 9614)
@@ -7,8 +7,9 @@
- This is an architecture dependent package. Thus binary-arch is the
correct target to be used.
(Closes: #539151)
+ - Clean the html doc generated from the sources in clean target
- -- Ritesh Raj Sarraf <rrs at researchut.com> Tue, 01 Sep 2009 16:24:40 +0530
+ -- Ritesh Raj Sarraf <rrs at researchut.com> Wed, 02 Sep 2009 21:34:30 +0530
inotifyx (0.1.0-2) unstable; urgency=low
Modified: packages/inotifyx/trunk/debian/rules
===================================================================
--- packages/inotifyx/trunk/debian/rules 2009-09-02 15:48:57 UTC (rev 9613)
+++ packages/inotifyx/trunk/debian/rules 2009-09-02 16:06:53 UTC (rev 9614)
@@ -16,6 +16,7 @@
dh_testroot
python setup.py clean --all
+ [ ! -e html ] || rm -rf html
dh_clean
More information about the Python-modules-commits
mailing list