aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-27 15:33:50 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-27 15:33:50 -0500
commit6f3e348d31761ef6251e71222f01268da1422766 (patch)
tree5e98e2d4c81f157edb8f239f08c1f5619720c233 /debian
parentaffd4ca3daa8da233d915516fb668c8f99fffe51 (diff)
downloadikiwiki-6f3e348d31761ef6251e71222f01268da1422766.tar
ikiwiki-6f3e348d31761ef6251e71222f01268da1422766.tar.gz
lower debhelper build-dep
debhelper 7.0.50 will support everything needed, and will be backported to stable
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
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>