[Python-modules-commits] r25049 - in packages/django-reversion/trunk/debian (changelog rules)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Sun Jun 30 20:50:09 UTC 2013
Date: Sunday, June 30, 2013 @ 20:50:07
Author: fladi-guest
Revision: 25049
New upstream release. Allow two builds in a row.
Modified:
packages/django-reversion/trunk/debian/changelog
packages/django-reversion/trunk/debian/rules
Modified: packages/django-reversion/trunk/debian/changelog
===================================================================
--- packages/django-reversion/trunk/debian/changelog 2013-06-30 16:53:36 UTC (rev 25048)
+++ packages/django-reversion/trunk/debian/changelog 2013-06-30 20:50:07 UTC (rev 25049)
@@ -1,4 +1,4 @@
-django-reversion (1.7-1) UNRELEASED; urgency=low
+django-reversion (1.7.1-1) unstable; urgency=low
* New upstream release.
* Bump Depends and Build-Depends on python-django to >= 1.5.
@@ -6,8 +6,9 @@
* Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
and build-indep targets.
* Update homepage URL in d/control.
+ * Remove testproject directory to allow two builds in a row.
- -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 10 May 2013 08:57:21 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 10 May 2013 18:11:20 +0200
django-reversion (1.6.6-1) unstable; urgency=low
Modified: packages/django-reversion/trunk/debian/rules
===================================================================
--- packages/django-reversion/trunk/debian/rules 2013-06-30 16:53:36 UTC (rev 25048)
+++ packages/django-reversion/trunk/debian/rules 2013-06-30 20:50:07 UTC (rev 25049)
@@ -30,3 +30,7 @@
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.markdown
+.PHONY: override_dh_clean
+override_dh_clean:
+ dh_clean
+ rm -rf testproject
More information about the Python-modules-commits
mailing list