summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-10 14:51:43 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-10 14:51:43 +0200
commit8e4c5d51d71fc5207e9065ad54662ec15d26d174 (patch)
tree0b46786f3cbe112290681284050655dad815269b
parentffca5d9c723fab8e5feb39bd00131c2505c56bd1 (diff)
Revert bumping debhelper compat level
-rw-r--r--debian/changelog2
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 05d875e..e1530c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,7 @@ pyusb (1.0.2-1) unstable; urgency=medium
[ Ruben Undheim ]
* New upstream release
* debian/changelog: Updated year for copyright holder
- * debian/compat: level 11
* debian/control:
- - debhelper >= 11
- New standards version 4.2.0 - no changes
* debian/gbp.conf added
* debian/rules:
diff --git a/debian/compat b/debian/compat
index b4de394..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+9
diff --git a/debian/control b/debian/control
index 6ccd4b8..1b46a31 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Section: python
Priority: optional
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python3-all