[Python-modules-commits] [dnspython] 16/17: Set PYBUILD_NAME=dnspython in debian/rules

Scott Kitterman kitterman at moszumanska.debian.org
Wed May 25 06:39:50 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 d71673531b919f834a45d22805531c6e9d05ab32
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed May 25 02:33:28 2016 -0400

    Set PYBUILD_NAME=dnspython in debian/rules
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4d10a81..64ecbd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ dnspython (1.13.0-1) UNRELEASED; urgency=medium
     - Add Matthew Grant to dnspython uploaders
     - Migrate python3 related dnspython3 entries for debian/control
     - Update debian/rules to use dh_python3 and pybuild
+    - Set PYBUILD_NAME=dnspython in debian/rules
     - Use binary specific examples files for multi-binary package
   * Bump standards version to 3.9.8 without further change
   * Delete obsolete debian/source/options file
diff --git a/debian/rules b/debian/rules
index 215ae69..715fbe4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+export PYBUILD_NAME=dnspython
+
 %:
 	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