From: Joey Hess Date: Wed, 22 Apr 2009 01:46:01 +0000 (-0400) Subject: Add python:Depends to control file. Closes: #525086 X-Git-Tag: 3.11~57 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=3177b3f76b429dedca16277e77d19534d34a16ec Add python:Depends to control file. Closes: #525086 --- diff --git a/debian/changelog b/debian/changelog index 4bbeac1d9..3a6e490a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (3.11) UNRELEASED; urgency=low + + * Add python:Depends to control file. Closes: #525086 + + -- Joey Hess Tue, 21 Apr 2009 21:41:38 -0400 + ikiwiki (3.10) unstable; urgency=low * darcs: Finally added support for this VCS, thanks to many diff --git a/debian/control b/debian/control index a00fd72cc..df4c2d649 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Vcs-Browser: http://git.ikiwiki.info/?p=ikiwiki Package: ikiwiki Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, +Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends} libtext-markdown-perl | markdown, libhtml-scrubber-perl, libhtml-template-perl, libhtml-parser-perl, liburi-perl