diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-12 00:03:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-12 00:03:40 +0000 |
commit | 0db14b8ac1f5354c03fcf0db788dceafc52f763f (patch) | |
tree | 05eae592f0be1c06c78171de5081da867539e55e /debian | |
parent | cf42f33400db1231f992020dd0069f6f5c7980d4 (diff) | |
download | ikiwiki-0db14b8ac1f5354c03fcf0db788dceafc52f763f.tar ikiwiki-0db14b8ac1f5354c03fcf0db788dceafc52f763f.tar.gz |
add perl to build deps
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a475f69e3..e770f948f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ikiwiki Section: web Priority: optional Build-Depends: debhelper (>= 5) -Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator +Build-Depends-Indep: perl, dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.7.2 |