diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b36467e..f28516a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pysqlcipher (2.6.3.5) unstable; urgency=medium + + * Remove dependency on dh-python, its not available in wheezy + + -- Micah Anderson <micah@debian.org> Thu, 29 Oct 2015 16:54:36 -0400 + pysqlcipher (2.6.3.4) unstable; urgency=medium * remove unneeded debian watch file diff --git a/debian/control b/debian/control index 1579a3e..44280d4 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 (>=3.2.0-1.1), debhelper (>= 9), dh-python +Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=3.2.0-1.1), debhelper (>= 9) Standards-Version: 3.9.6 Uploaders: Micah Anderson <micah@debian.org> X-Python-Version: >= 2.5 |