[SCM] Debian packaging of libtext-flow-perl branch, master, updated. 26c8bd2947088f21a264d1814037c444eb5a4a73

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


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

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

diff --git a/debian/control b/debian/control
index cd2eb89..ce146ee 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,29 @@
 Source: libtext-flow-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libtest-longstring-perl, libtest-exception-perl,
- libmoose-perl (>= 0.21), libtest-pod-perl, libtest-pod-coverage-perl
 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: debhelper (>= 7.0.8),
+               quilt
+Build-Depends-Indep: perl,
+                     libtest-longstring-perl,
+                     libtest-exception-perl,
+                     libmoose-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Text-Flow/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-flow-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-flow-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-flow-perl.git
+Homepage: http://search.cpan.org/dist/Text-Flow/
 
 Package: libtext-flow-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.21)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmoose-perl
 Description: module providing generalized text wrapping
  Text::Flow is a Perl module designed to provide flexible and generalized text
  handling facilities, wrapping or reflowing text as required. It is different
  from other modules because it can be used for graphical text output as with
  PDF files through the use of custom callbacks.
+

-- 
Debian packaging of libtext-flow-perl



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