[SCM] Debian packaging of libtext-micromason-perl branch, master, updated. c49f3118116eccb52d0d5ef4fd81a91d33c58098

gregor herrmann gregoa at debian.org
Thu Jul 5 21:03:27 UTC 2012


The following commit has been merged in the master branch:
commit c590969c5b4d340425a477b8a3d1e2dea86f8865
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:01:59 2012 -0600

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

diff --git a/debian/control b/debian/control
index f215b7b..eefc344 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,34 @@
 Source: libtext-micromason-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Chris Butler <chrisb at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libclass-mixinfactory-perl,
- libhtml-parser-perl,
- liburi-perl (>= 1.53),
- libtest-warn-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>, 
- Chris Butler <chrisb at debian.org>, Ansgar Burchardt <ansgar at debian.org>
+                     libclass-mixinfactory-perl,
+                     libhtml-parser-perl,
+                     liburi-perl,
+                     libtest-warn-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Text-MicroMason/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-micromason-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-micromason-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-micromason-perl.git
+Homepage: http://search.cpan.org/dist/Text-MicroMason/
 
 Package: libtext-micromason-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-mixinfactory-perl
-Suggests: libhtml-parser-perl, libtext-balanced-perl, liburi-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-mixinfactory-perl
+Suggests: libhtml-parser-perl,
+          libtext-balanced-perl,
+          liburi-perl
 Description: simple and extensible templating module
  Text::MicroMason interpolates blocks of Perl code embedded into text strings.
  Each MicroMason object acts as a "template compiler" which converts templates
  from text-with-embedded-code formats into ready-to-execute Perl subroutines.
  If you want to use the Text::Template compatibility mode, you will also need
  to install Text::Balanced.
+

-- 
Debian packaging of libtext-micromason-perl



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