diff options
author | Micah Anderson <micah@riseup.net> | 2015-10-29 16:55:27 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-10-29 16:55:27 -0400 |
commit | 6d245f56ac5b3c06ba1d3ede55ad2ea4c1e0e328 (patch) | |
tree | 537d13e6c52cc3d6dd19e2ecf6191d211dc442f8 | |
parent | c0689a7bd1cb5593e495ee4669659973b724034b (diff) |
remove dependency on dh-python, its not available in wheezydebian/experimental
-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 |