diff options
author | Simon McVittie <smcv@debian.org> | 2014-10-16 09:45:36 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-10-16 22:24:48 +0100 |
commit | edbc54ec6e88bf300239a4c4a685cfab5e34ca38 (patch) | |
tree | e5857febd7e7c56dac4b3ce156acfd368a32c52c /debian/control | |
parent | 09e7c1ad99367eb00d56cfc1e6c64e9b0e361dc4 (diff) | |
download | ikiwiki-edbc54ec6e88bf300239a4c4a685cfab5e34ca38.tar ikiwiki-edbc54ec6e88bf300239a4c4a685cfab5e34ca38.tar.gz |
Explicitly depend on CGI.pm, which is no longer in Perl core
I was going to depend on the version that has CGI->param_fetch,
but that has been supported since 2.37, which is older than oldstable.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5b9d55c4d..88d783981 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Recommends: gcc | c-compiler, libc6-dev | libc-dev, git (>= 1:1.7) | git-core (>= 1:1.5.0) | subversion | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38) | darcs, libxml-simple-perl, libnet-openid-consumer-perl, libcrypt-ssleay-perl, - liblwpx-paranoidagent-perl, libtimedate-perl, + liblwpx-paranoidagent-perl, libtimedate-perl, libcgi-pm-perl, libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl, libauthen-passphrase-perl, libterm-readline-gnu-perl, libgravatar-url-perl, librpc-xml-perl, |