[Python-modules-commits] r26621 - in packages/guessit/trunk/debian (control rules)
emillon-guest at users.alioth.debian.org
emillon-guest at users.alioth.debian.org
Fri Nov 29 14:41:17 UTC 2013
Date: Friday, November 29, 2013 @ 14:41:16
Author: emillon-guest
Revision: 26621
guessit: use pybuild
Modified:
packages/guessit/trunk/debian/control
packages/guessit/trunk/debian/rules
Modified: packages/guessit/trunk/debian/control
===================================================================
--- packages/guessit/trunk/debian/control 2013-11-29 13:50:43 UTC (rev 26620)
+++ packages/guessit/trunk/debian/control 2013-11-29 14:41:16 UTC (rev 26621)
@@ -7,6 +7,7 @@
Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>,
Build-Depends:
debhelper (>= 9),
+ dh-python,
python-all (>= 2.6.6-6~),
python-nose,
python-pkg-resources,
Modified: packages/guessit/trunk/debian/rules
===================================================================
--- packages/guessit/trunk/debian/rules 2013-11-29 13:50:43 UTC (rev 26620)
+++ packages/guessit/trunk/debian/rules 2013-11-29 14:41:16 UTC (rev 26621)
@@ -3,7 +3,7 @@
PYVERS := $(shell pyversions -r)
%:
- dh $@ --with=python2
+ dh $@ --with=python2 --buildsystem=pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
@@ -14,4 +14,4 @@
endif
override_dh_installchangelogs:
- dh_installchangelogs HISTORY.rst
\ No newline at end of file
+ dh_installchangelogs HISTORY.rst
More information about the Python-modules-commits
mailing list