diff options
author | Micah Anderson <micah@riseup.net> | 2015-10-31 11:39:11 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-10-31 11:39:11 -0400 |
commit | 456ebfdd4b7a790a968bf9e41f1b2cc8bc2358ce (patch) | |
tree | a6a3a408a7192e8b942e99e937067c5c112a307a | |
parent | 33d9cec7db01e1a50940fda9fe3903e67c02af1c (diff) |
remove dh-python so we can build on wheezy
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bcbc0bb..0ee4bb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ leap-common (0.4.11) unstable; urgency=medium * Dummy release. This is exactly tag 0.4.4, to fix a former versioning error. Closes leap issue 7555. + * Remove dh-python so we can build on wheezy -- Ben Carrillo <ben@futeisha.org> Thu, 29 Oct 2015 16:33:25 -0400 diff --git a/debian/control b/debian/control index b9033ad..f4ec038 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Micah Anderson <micah@leap.se> Uploaders: Ben Carrillo <ben@futeisha.org> Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) Standards-Version: 3.9.6 Package: python-leap-common |