diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-11 13:03:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-11 13:07:28 -0400 |
commit | 45a058a2c7e30f4517950ac60f11efc10cc03361 (patch) | |
tree | 0adbd975a6c12c1ef37f3c959b550a3d70011692 /debian/control | |
parent | a7335040729622348f6400bb39919fc87007f522 (diff) | |
download | ikiwiki-45a058a2c7e30f4517950ac60f11efc10cc03361.tar ikiwiki-45a058a2c7e30f4517950ac60f11efc10cc03361.tar.gz |
Add build dep on python-support. Closes: #633536
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 b01c88ae3..0ddbe5b6f 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libhtml-parser-perl, liburi-perl (>= 1.36), perlmagick, po4a (>= 0.34), - libfile-chdir-perl, libyaml-perl + libfile-chdir-perl, libyaml-perl, python-support Maintainer: Joey Hess <joeyh@debian.org> Uploaders: Josh Triplett <josh@freedesktop.org> Standards-Version: 3.9.1 |