summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-08 23:00:42 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-08 23:00:42 +0000
commitf0f3a430f33a5fe3bbb2396f999dbbfd63d1bf19 (patch)
treeb659e691fed19ecd397e5f0dbed1770ccd7dfe65 /debian
parentafa57f5c074ed297c29eb1030f1ec07b762780d9 (diff)
* Add libc6-dev to dependencies, needed to build wrappers.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control4
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 413d0e12e..a636a45f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
ikiwiki (1.2) UNRELEASED; urgency=low
* Remove dups from the brokenlinks list.
+ * Add libc6-dev to dependencies, needed to build wrappers.
- -- Joey Hess <joeyh@debian.org> Fri, 5 May 2006 23:56:32 -0400
+ -- Joey Hess <joeyh@debian.org> Mon, 8 May 2006 19:00:16 -0400
ikiwiki (1.1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index e55c1ff3c..d3ad66d7f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl
Maintainer: Joey Hess <joeyh@debian.org>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
Package: ikiwiki
Architecture: all
-Depends: ${perl:Depends}, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler
+Depends: ${perl:Depends}, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev
Recommends: subversion, hyperestraier
Suggests: viewcvs
Description: a wiki compiler