[python-cpl] 03/03: Update to debhelper compat 9

Ole Streicher olebole-guest at moszumanska.debian.org
Tue Mar 18 13:33:49 UTC 2014


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

olebole-guest pushed a commit to branch debian
in repository python-cpl.

commit ef538ba1d81444746facba9511e2e18b282f06c4
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Mar 18 14:24:21 2014 +0100

    Update to debhelper compat 9
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 6 +++---
 debian/rules     | 5 +----
 4 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2944349..239c23b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-cpl (0.6.2-1) unstable; urgency=low
 
   * New upstream release
   * Set standards version to 3.9.5. No changes needed.
+  * Update debian/compat to 9.
 
  -- Ole Streicher <debian at liska.ath.cx>  Tue, 18 Mar 2014 12:07:23 +0100
 
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 53d560d..8cea7ae 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <debian at liska.ath.cx>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                libcpl-dev,
                python-all-dev (>= 2.6.6-3~),
@@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 7.0.50~),
 XS-Python-Version: >= 2.6
 Standards-Version: 3.9.5
 Homepage: http://packages.python.org/python-cpl/index.html
-Vcs-Git: git://git.debian.org/git/debian-science/packages/python-cpl.git
-Vcs-Browser: http://git.debian.org/?p=debian-science/packages/python-cpl.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-cpl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-cpl.git
 
 Package: python-cpl
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 079cc74..bd55ecc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-CFLAGS += -Werror=format-security
-
 %:
-	dh $@
+	dh $@ --with python2
 
 build_test_recipe:
 	(cd test/iiinstrumentp && ./bootstrap && ./configure && make CPPFLAGS="$$CPPFLAGS -D_XOPEN_SOURCE=500")

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



More information about the debian-science-commits mailing list