[SCM] Debian packaging of libtext-reflow-perl branch, master, updated. 8080cf29858f69b3c15519af3f9aff1aaaf77e00

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


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

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

diff --git a/debian/control b/debian/control
index 4433d82..181ec1e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,21 @@
 Source: libtext-reflow-perl
-Section: perl
-Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Section: perl
+Priority: optional
+Build-Depends: perl,
+               debhelper (>= 7.0.50),
+               quilt
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Text-Reflow/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-reflow-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-reflow-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-reflow-perl.git
+Homepage: http://search.cpan.org/dist/Text-Reflow/
 
 Package: libtext-reflow-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Perl module for reflowing files using Knuth's algorithm
  Text::Reflow provides a series of utilities that reflow paragraphs in a given
  file, filehandle, string or array using Knuth's paragraphing algorithm (as
@@ -19,3 +23,4 @@ Description: Perl module for reflowing files using Knuth's algorithm
  tries to keep lines the same length but also tries to break at punctuation,
  and to avoid breaking within a proper name or after certain connectives. The
  result is more readable since fewer phrases are broken across line breaks.
+

-- 
Debian packaging of libtext-reflow-perl



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