summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-01-21 10:02:42 +0100
committerMichal Čihař <michal@cihar.com>2014-01-21 10:03:06 +0100
commita7f4c4fd815ec86a2f62d78840bdd7474abea928 (patch)
treeebde0992b457fc12629ff5658c8e6ea2f8b4040e
parent49396750e4ce05946d7fc7660a1e28e54f3c5e87 (diff)
Bump standards to 3.9.5.
* Bump standards to 3.9.5. * Use debhelper 9.
-rw-r--r--debian/changelog2
-rw-r--r--debian/compat2
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
4 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 36b3baf..9da2c69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
wammu (0.36-3) UNRELEASED; urgency=medium
* Use canonical VCS URLs in debian/control.
+ * Bump standards to 3.9.5.
+ * Use debhelper 9.
-- Michal Čihař <nijel@debian.org> Tue, 21 Jan 2014 10:02:03 +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 88e31c2..e077680 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: wammu
Section: comm
Priority: optional
Maintainer: Michal Čihař <nijel@debian.org>
-Build-Depends: debhelper (>= 7.0.14)
+Build-Depends: debhelper (>= 9)
Build-Depends-Indep: python (>= 2.6.6-3~)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/wammu.git
Vcs-Git: git://anonscm.debian.org/collab-maint/wammu.git
Homepage: http://wammu.eu/
diff --git a/debian/rules b/debian/rules
index 9b1cf1b..e30256a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
#export DH_VERBOSE=1
%:
- dh --with python2 $@
+ dh $@ --with python2