diff options
author | Micah Anderson <micah@riseup.net> | 2013-05-30 12:11:45 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-05-30 12:32:18 -0400 |
commit | b3d76288ff3bbadeea65b1e651b37a9c661da6f6 (patch) | |
tree | 6563a1d2e81c65212461f54fcc0c7b57c3c62f8a /debian/control | |
parent | 3f00ed690d09b59f9547fb33bdbe1d09ddc25ba4 (diff) |
switch to debhelper version compat 9, this should allow us to get some hardening flags enabled easier
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |