[Python-modules-commits] [dnspython] 07/17: Update debian/rules to use dh_python3 and pybuild

Scott Kitterman kitterman at moszumanska.debian.org
Wed May 25 06:39:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository dnspython.

commit 378b19caabe347924bb6e625bc0eaf22ccfbea03
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed May 25 01:43:22 2016 -0400

    Update debian/rules to use dh_python3 and pybuild
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 55653b3..c6ab115 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ dnspython (1.13.0-1) UNRELEASED; urgency=medium
     dnspython3 source
     - Add Matthew Grant to dnspython uploaders
     - Migrate python3 related dnspython3 entries for debian/control
+    - Update debian/rules to use dh_python3 and pybuild
   * Bump standards version to 3.9.8 without further change
 
  -- Scott Kitterman <scott at kitterman.com>  Wed, 25 May 2016 01:37:14 -0400
diff --git a/debian/rules b/debian/rules
index 6eda8a0..215ae69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,5 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dnspython.git



More information about the Python-modules-commits mailing list