[SCM] Debian packaging of libtemplate-plugin-clickable-perl branch, master, updated. ada694e5d4ce8149d079fca03944ccdb4e56ccb6

gregor herrmann gregoa at debian.org
Thu Jul 5 20:57:19 UTC 2012


The following commit has been merged in the master branch:
commit 9abdd2d0c1b77dc8674798c696eacfaca07958dd
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:57:14 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index facf6d6..20dffd9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,29 @@
 Source: libtemplate-plugin-clickable-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl, libuniversal-exports-perl, liburi-find-perl (>= 0.13), libtemplate-perl (>= 2.07), libtest-simple-perl (>= 0.32) | perl (>= 5.8.3)
+Build-Depends-Indep: perl,
+                     libuniversal-exports-perl,
+                     liburi-find-perl,
+                     libtemplate-perl
 Standards-Version: 3.7.2
-Homepage: http://search.cpan.org/dist/Template-Plugin-Clickable/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-plugin-clickable-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-plugin-clickable-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-plugin-clickable-perl.git
+Homepage: http://search.cpan.org/dist/Template-Plugin-Clickable/
 
 Package: libtemplate-plugin-clickable-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libuniversal-exports-perl, liburi-find-perl (>= 0.13), libtemplate-perl (>= 2.07)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libuniversal-exports-perl,
+         liburi-find-perl,
+         libtemplate-perl
 Description: Make URLs clickable in HTML
  Template::Plugin::Clickable is a plugin for the Perl Template Toolkit 
  which allows you to  filter HTML to make any embedded URLs clickable. 
  The basic idea is  that it searches the text for any http:// and https:// 
  URLs that are  not marked up and adds the correct HTML anchor tags to make
  them into hyperlinks.
+

-- 
Debian packaging of libtemplate-plugin-clickable-perl



More information about the Pkg-perl-cvs-commits mailing list