[Python-modules-commits] r21758 - in packages/ldaptor/trunk/debian (changelog rules)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Tue May 15 08:54:41 UTC 2012
Date: Tuesday, May 15, 2012 @ 08:54:39
Author: jandd
Revision: 21758
Fix "FTBFS if built twice in a row: unrepresentable changes to source"
remove build directory in debian/rules clean (Closes: #671527)
Modified:
packages/ldaptor/trunk/debian/changelog
packages/ldaptor/trunk/debian/rules
Modified: packages/ldaptor/trunk/debian/changelog
===================================================================
--- packages/ldaptor/trunk/debian/changelog 2012-05-14 21:41:37 UTC (rev 21757)
+++ packages/ldaptor/trunk/debian/changelog 2012-05-15 08:54:39 UTC (rev 21758)
@@ -1,3 +1,10 @@
+ldaptor (0.0.43+debian1-7) UNRELEASED; urgency=low
+
+ * Fix "FTBFS if built twice in a row: unrepresentable changes to source"
+ remove build directory in debian/rules clean (Closes: #671527)
+
+ -- Jan Dittberner <jandd at debian.org> Tue, 15 May 2012 10:19:37 +0200
+
ldaptor (0.0.43+debian1-6) unstable; urgency=low
* debian/control:
Modified: packages/ldaptor/trunk/debian/rules
===================================================================
--- packages/ldaptor/trunk/debian/rules 2012-05-14 21:41:37 UTC (rev 21757)
+++ packages/ldaptor/trunk/debian/rules 2012-05-15 08:54:39 UTC (rev 21758)
@@ -35,3 +35,4 @@
rm -f doc-stamp
rm -rf _trial_temp
rm -f ldaptor/test/test_webui.py
+ rm -rf build
More information about the Python-modules-commits
mailing list