summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-05-30 12:11:45 -0400
committerMicah Anderson <micah@riseup.net>2013-05-30 12:32:18 -0400
commitb3d76288ff3bbadeea65b1e651b37a9c661da6f6 (patch)
tree6563a1d2e81c65212461f54fcc0c7b57c3c62f8a
parent3f00ed690d09b59f9547fb33bdbe1d09ddc25ba4 (diff)
switch to debhelper version compat 9, this should allow us to get some hardening flags enabled easier
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
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 ba08497..572832d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pysqlcipher
Maintainer: Ben Carrillo <ben@futeisha.org>
Section: python
Priority: optional
-Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 7)
+Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 9)
Standards-Version: 3.9.1
Package: python-sqlcipher