summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <js@debian.org>2008-06-29 07:02:33 +0000
committerJonas Smedegaard <js@debian.org>2008-06-29 07:02:33 +0000
commit3040b902a6037b1055a98e435f35b024d225e736 (patch)
tree7f3bce4c840dbac81e1aabd4c9d6f0eb228a8828
parentf2d45ce6a3a20d5b037624b0e8667a330bc31a57 (diff)
Relax dependency on libhtml-wikiconverter-perl to match upstream.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control.in2
-rwxr-xr-xdebian/rules2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c28ddfd..f046241 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhtml-wikiconverter-moinmoin-perl (0.53-5) UNRELEASED; urgency=low
+
+ * Relax dependency on libhtml-wikiconverter-perl to match upstream.
+
+ -- Jonas Smedegaard <dr@jones.dk> Sat, 28 Jun 2008 22:53:32 +0200
+
libhtml-wikiconverter-moinmoin-perl (0.53-4) unstable; urgency=medium
* Provide and replace old libhtml-wikiconverter-perl, to ease
diff --git a/debian/control.in b/debian/control.in
index 4b5c5dc..674e7e6 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -11,7 +11,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-moi
Package: libhtml-wikiconverter-moinmoin-perl
Architecture: all
-Depends: ${perl:Depends}, libhtml-wikiconverter-perl (>= 0.60), libparams-validate-perl, liburi-perl
+Depends: ${perl:Depends}, libhtml-wikiconverter-perl (>= 0.50), libparams-validate-perl, liburi-perl
Suggests: python-moinmoin
Provides: libhtml-wikiconverter-dialect
Conflicts: libhtml-wikiconverter-perl (<< 0.50)
diff --git a/debian/rules b/debian/rules
index fd33972..feca79f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ DEB_UPSTREAM_TARBALL_MD5 = 266cdd9b758b940e437270b7e6019eb0
# Needed both by upstream build process and at runtime
#TODO: Automatically include these as dependencies to debian/control
-dependencies = libhtml-wikiconverter-perl (>= 0.60), libparams-validate-perl, liburi-perl
+dependencies = libhtml-wikiconverter-perl (>= 0.50), libparams-validate-perl, liburi-perl
# Needed by upstream build process
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), $(dependencies), libtest-simple-perl