[Python-modules-commits] [python-gear] 06/06: Using --buildsystem=python_distutils in debian/rules.

Thomas Goirand zigo at moszumanska.debian.org
Tue Sep 8 09:46:02 UTC 2015


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

zigo pushed a commit to annotated tag debian/0.5.8-1
in repository python-gear.

commit c9f3a93109d3ddd7435a6b3dddf99b6085717fc0
Author: Thomas Goirand <thomas at goirand.fr>
Date:   Tue Sep 8 09:28:22 2015 +0000

    Using --buildsystem=python_distutils in debian/rules.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b60d949..1daa1ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-gear (0.5.8-1) unstable; urgency=medium
   * Fixed debian/gbp.conf
   * Switched to dh 9.
   * Fixed debian/copyright.
+  * Using --buildsystem=python_distutils in debian/rules.
 
  -- Thomas Goirand <zigo at debian.org>  Tue, 08 Sep 2015 09:11:03 +0000
 
diff --git a/debian/rules b/debian/rules
index 771a0f3..9f544f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 export OSLO_PACKAGE_VERSION=$(VERSION)
 
 %:
-	dh $@ --with python2
+	dh $@ --buildsystem=python_distutils --with python2
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))

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



More information about the Python-modules-commits mailing list