[Python-modules-commits] [python-psutil] 08/10: bump dh compat to 9
Sandro Tosi
morph at moszumanska.debian.org
Sun Jan 17 21:10:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-psutil.
commit 0bab02fe469af6eeb9804fa43fd6ae287530f071
Author: Sandro Tosi <morph at debian.org>
Date: Sun Jan 17 17:22:19 2016 +0000
bump dh compat to 9
---
debian/changelog | 3 ++-
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 4 ----
4 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3bc9bac..a4857ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ python-psutil (3.4.1-1) UNRELEASED; urgency=medium
- extend packaging copyright years
* debian/control
- add python-ipaddress to b-d (needed by tests)
+ * bump dh compat to 9
- -- Sandro Tosi <morph at debian.org> Sun, 17 Jan 2016 16:26:33 +0000
+ -- Sandro Tosi <morph at debian.org> Sun, 17 Jan 2016 17:22:13 +0000
python-psutil (2.2.1-3) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index dd803cc..149cddf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Sandro Tosi <morph at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.2.18), python-all-dev, python3-all-dev, python-all-dbg, python3-all-dbg, dh-python, procps, python-sphinx (>= 1.0.7+dfsg), python-ipaddress
+Build-Depends: debhelper (>= 9), python-all-dev, python3-all-dev, python-all-dbg, python3-all-dbg, dh-python, procps, python-sphinx (>= 1.0.7+dfsg), python-ipaddress
Standards-Version: 3.9.6
XS-Python-Version: all
X-Python3-Version: >= 3.2
diff --git a/debian/rules b/debian/rules
index 8ef112a..a6a5d9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,6 @@
PY2VERS := $(shell pyversions -s)
PY3VERS := $(shell py3versions -s)
-export CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
-export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
-export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
-
%:
dh $@ --with python2,python3,sphinxdoc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-psutil.git
More information about the Python-modules-commits
mailing list