[Python-modules-commits] r29392 - in packages/python-rarfile/trunk/debian (control rules)
hugo6390-guest at users.alioth.debian.org
hugo6390-guest at users.alioth.debian.org
Wed Jun 18 18:40:50 UTC 2014
Date: Wednesday, June 18, 2014 @ 18:40:49
Author: hugo6390-guest
Revision: 29392
Changed d/control and d/rules to use pybuild.
Modified:
packages/python-rarfile/trunk/debian/control
packages/python-rarfile/trunk/debian/rules
Modified: packages/python-rarfile/trunk/debian/control
===================================================================
--- packages/python-rarfile/trunk/debian/control 2014-06-18 18:19:39 UTC (rev 29391)
+++ packages/python-rarfile/trunk/debian/control 2014-06-18 18:40:49 UTC (rev 29392)
@@ -4,7 +4,9 @@
Maintainer: Hugo Lefeuvre <hugo6390 at orange.fr>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 8.0.0),
- python3 (>= 3.0.0)
+ dh-python,
+ python3-all (>= 3.0.0),
+ python3-setuptools
Standards-Version: 3.9.5
X-Python3-Version: >= 3.0.0
Homepage: https://github.com/markokr/rarfile
Modified: packages/python-rarfile/trunk/debian/rules
===================================================================
--- packages/python-rarfile/trunk/debian/rules 2014-06-18 18:19:39 UTC (rev 29391)
+++ packages/python-rarfile/trunk/debian/rules 2014-06-18 18:40:49 UTC (rev 29392)
@@ -1,8 +1,9 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
+export PYBUILD_NAME=python-rarfile
%:
- dh $@ --with python3
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_installchangelogs:
dh_installchangelogs
More information about the Python-modules-commits
mailing list