[Reportbug-commits] [reportbug] 02/03: Switch to dh_python2

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 26 23:23:03 UTC 2014


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

morph pushed a commit to branch master
in repository reportbug.

commit 73dde82a6fb5378a50b918935ef2f5f71a168763
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 26 23:28:28 2014 +0100

    Switch to dh_python2
---
 debian/changelog | 3 ++-
 debian/control   | 4 ++--
 debian/rules     | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c47cce1..2de9a32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ reportbug (6.5.1) UNRELEASED; urgency=medium
 
   * debian/rules
     - convert to dh sequencer
+  * Switch to dh_python2
 
- -- Sandro Tosi <morph at debian.org>  Sun, 26 Jan 2014 22:13:01 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 26 Jan 2014 23:28:21 +0100
 
 reportbug (6.5.0) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 57ab645..9eadf40 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: standard
 Maintainer: Reportbug Maintainers <reportbug-maint at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>, Chris Lawrence <lawrencc at debian.org>
 Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7), python (>= 2.5)
-Build-Depends-Indep: python-support, python-nose, python-setuptools, python-mock
+Build-Depends: debhelper (>= 7), python (>= 2.5), dh-python
+Build-Depends-Indep: python-nose, python-setuptools, python-mock
 X-Python-Version: >= 2.6
 Vcs-Git: git://anonscm.debian.org/reportbug/reportbug.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=reportbug/reportbug.git
diff --git a/debian/rules b/debian/rules
index aa5b60c..06ea2ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DISTRO := $(shell dpkg-parsechangelog | egrep '^Distribution:' | sed 's/^Distrib
 REPORTBUG_VERSION := $(shell python -c "import reportbug; print reportbug.VERSION_NUMBER")
 
 %:
-	dh $@
+	dh $@ --with=python2
 
 override_dh_auto_build:
 	# Test if versions are synchronized (only if releasing); this will bomb if not synced

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list