[Python-modules-commits] r25950 - in packages/django-markupfield/trunk/debian (3 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Tue Sep 24 12:42:14 UTC 2013
Date: Tuesday, September 24, 2013 @ 12:42:13
Author: fladi-guest
Revision: 25950
Switch to dh_python2.
Modified:
packages/django-markupfield/trunk/debian/changelog
packages/django-markupfield/trunk/debian/control
packages/django-markupfield/trunk/debian/rules
Modified: packages/django-markupfield/trunk/debian/changelog
===================================================================
--- packages/django-markupfield/trunk/debian/changelog 2013-09-24 12:25:44 UTC (rev 25949)
+++ packages/django-markupfield/trunk/debian/changelog 2013-09-24 12:42:13 UTC (rev 25950)
@@ -1,6 +1,7 @@
django-markupfield (1.2.0-1) unstable; urgency=low
* New upstream release.
+ * Switch to dh_python2.
* Drop our own version of settings.py and use the one supplied by
upstream for running unit tests.
* Drop XS-Python-Version and add X-Python-Version.
Modified: packages/django-markupfield/trunk/debian/control
===================================================================
--- packages/django-markupfield/trunk/debian/control 2013-09-24 12:25:44 UTC (rev 25949)
+++ packages/django-markupfield/trunk/debian/control 2013-09-24 12:42:13 UTC (rev 25950)
@@ -7,8 +7,7 @@
python-all,
python-django (>= 1.4.2),
python-docutils,
- python-markdown,
- python-support
+ python-markdown
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
Homepage: http://pypi.python.org/pypi/django-markupfield/
Modified: packages/django-markupfield/trunk/debian/rules
===================================================================
--- packages/django-markupfield/trunk/debian/rules 2013-09-24 12:25:44 UTC (rev 25949)
+++ packages/django-markupfield/trunk/debian/rules 2013-09-24 12:42:13 UTC (rev 25950)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with=python2
.PHONY: override_dh_auto_test
override_dh_auto_test:
More information about the Python-modules-commits
mailing list