diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-22 18:13:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-22 18:13:10 -0400 |
commit | ecc7869ba005f1fb02b8aa415e6c293b86aed383 (patch) | |
tree | b3b4f9173c43883b67e4dd595d0d164393b0c247 /debian/control | |
parent | 5995fcd26a6d5c4fdf4e77f3839b33df9f854b34 (diff) |
Add build-depends on dh-python.
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 7b7a333..252b210 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: etckeeper Section: admin Priority: optional -Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), bzr (>= 1.5~), python +Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), bzr (>= 1.5~), python, dh-python Maintainer: Debian QA Group <packages@qa.debian.org> Standards-Version: 3.9.4 XS-Python-Version: all |