[Python-modules-commits] [python-parquet] 06/08: Fix debhelper addon name
ChangZhuo Chen
czchen at moszumanska.debian.org
Tue Sep 20 03:33:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch master
in repository python-parquet.
commit c8129f85e7c3227e10e50064404f46ef06a08e33
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Tue Sep 20 11:13:12 2016 +0800
Fix debhelper addon name
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 96ba77d..11117f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
#export DH_VERBOSE = 1
%:
- dh $@ --with python,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-parquet.git
More information about the Python-modules-commits
mailing list