summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-06-10 14:01:47 +0200
committerJulian Andres Klode <jak@debian.org>2015-06-10 14:01:47 +0200
commit5ffc7aaf787c74aaa193139e0efcf2a8856bdf98 (patch)
tree7e96686c2057a5189868315110c7cc23b50c6dc8
parent3ee219a9e8937bdc382be5493cd9a53df0142005 (diff)
downloadpython-apt-5ffc7aaf787c74aaa193139e0efcf2a8856bdf98.tar.gz
debian/control: Build-Depend on dh-python
dh_python2 complained about it
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 38065c21..b65078a2 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ X-Python3-Version: >= 3.3
Build-Depends: apt (>= 0.9.6),
apt-utils,
debhelper (>= 9),
+ dh-python,
fakeroot,
libapt-pkg-dev (>= 1.0.4~),
python-all-dev (>= 2.7),