[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:38:42 UTC 2015


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

zigo pushed a commit to branch debian/unstable
in repository python-gear.

commit 5ff0aceaa91d5a8d838536665715a4ed38290342
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     | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74aed43..c536976 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,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 fe15e4b..0cc4ec5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 export OSLO_PACKAGE_VERSION=$(VERSION)
 
 %:
-	dh $@ --with python2,python3
+	dh $@ --buildsystem=python_distutils --with python2,python3
 
 override_dh_auto_install:
 	set -e && for pyvers in $(PYTHONS); do \
@@ -20,7 +20,6 @@ override_dh_auto_install:
 			--root $(CURDIR)/debian/python3-gear; \
 	done
 
-
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 	@echo "===> Running tests"

-- 
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