[SCM] Debian packaging of libhtml-format-perl branch, master, updated. c0630557081f1e6c7223faa9f0d8b8fd1bdfbc74

gregor herrmann gregoa at debian.org
Thu Jul 5 20:31:50 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index ca8e034..e726089 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,19 @@
 Source: libhtml-format-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Martín Ferrari <tincho at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>,
- Angel Abad <angel at debian.org>
+           Jonathan Yu <jawnsy at cpan.org>,
+           Martín Ferrari <tincho at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>,
+           Angel Abad <angel at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl
+               perl
 Build-Depends-Indep: libfile-slurp-perl,
- libfont-afm-perl,
- libhtml-tree-perl,
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100),
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+                     libfont-afm-perl,
+                     libhtml-tree-perl,
+                     perl (>= 5.11.4) | libmodule-build-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-format-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-format-perl.git
@@ -21,9 +21,10 @@ Homepage: http://search.cpan.org/dist/HTML-Format/
 
 Package: libhtml-format-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfont-afm-perl,
- libhtml-tree-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfont-afm-perl,
+         libhtml-tree-perl
 Description: module for transforming HTML into various formats
  HTML::Formatter is a base class for various formatters, which are modules
  that traverse an HTML syntax tree and produce various output file formats.
@@ -32,3 +33,4 @@ Description: module for transforming HTML into various formats
   * HTML::FormatText for converting to plain human-readable text
   * HTML::FormatPS for converting to PostScript
   * HTML::FormatRTF for converting to Microsoft's Rich Text Format (RTF)
+

-- 
Debian packaging of libhtml-format-perl



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