diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-10 16:40:36 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-10 16:42:35 -0400 |
commit | 3b8673dbb20251bda898da4095bc2d5b1d84f482 (patch) | |
tree | a623f514281ea7975630110c8796ace6e02a0d48 | |
parent | f2f3fe8a18dabcaf6acbfbfe927e07e8d9df5a25 (diff) |
add libfile-chdir-perl to build depends
This is needed for the cvs plugin to load, which is needed for the setup
file to include config stanzas for that plugin.
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 96ba221ff..5a0acf4c4 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, libtext-markdown-perl | markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, - libhtml-parser-perl, liburi-perl, perlmagick, po4a (>= 0.34) + libhtml-parser-perl, liburi-perl, perlmagick, po4a (>= 0.34), + libfile-chdir-perl Maintainer: Joey Hess <joeyh@debian.org> Uploaders: Josh Triplett <josh@freedesktop.org> Standards-Version: 3.8.1 |