diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-27 15:33:50 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-27 15:33:50 -0500 |
commit | 6f3e348d31761ef6251e71222f01268da1422766 (patch) | |
tree | 5e98e2d4c81f157edb8f239f08c1f5619720c233 | |
parent | affd4ca3daa8da233d915516fb668c8f99fffe51 (diff) |
lower debhelper build-dep
debhelper 7.0.50 will support everything needed, and will
be backported to stable
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0b1eec6cf..a61868154 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ ikiwiki (3.05) UNRELEASED; urgency=low - * debhelper v7.2; rules file minimisation. + * debhelper v7(.0.50); rules file minimisation. * template: Load templates in scan mode. This is potentially expensive, but is necessary so that meta and tag directives, and other links on templates affect the page using the diff --git a/debian/control b/debian/control index 0506dec24..a877bf314 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: ikiwiki Section: web Priority: optional -Build-Depends: perl, debhelper (>= 7.2) +Build-Depends: perl, debhelper (>= 7.0.50) 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 Maintainer: Joey Hess <joeyh@debian.org> Uploaders: Josh Triplett <josh@freedesktop.org> |