summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-10-26 17:47:04 +0100
committergregor herrmann <gregoa@debian.org>2020-10-26 17:47:44 +0100
commit06297de8a33f64cb43c7be6015fe5aef4f46352b (patch)
tree7f420ada1e37dfc350940fbce03970dbb6f481d3
parent1a899a040b88f23eaddce56b088df3cad0ac12ef (diff)
Drop unneeded version constraint from Suggests, and ancient Breaks/Replaces.
-rw-r--r--debian/control4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index bd9ccc5..3f9a585 100644
--- a/debian/control
+++ b/debian/control
@@ -25,10 +25,8 @@ Depends: ${misc:Depends},
libclone-perl | libclone-pp-perl,
libcgi-application-perl,
libcgi-application-basic-plugin-bundle-perl
-Suggests: libcgi-application-extra-plugin-bundle-perl (>= 0.3),
+Suggests: libcgi-application-extra-plugin-bundle-perl,
libexporter-renaming-perl
-Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.3)
-Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.3)
Description: module supporting any templating system in CGI::Application
CGI::Application::Plugin::AnyTemplate allows you to use any supported Perl
templating system using a single consistent interface. Currently supported