[SCM] Debian packaging of libstring-truncate-perl branch, master, updated. 8c07c3897da87a438eeb3d4c2b512e7a85c31eac

gregor herrmann gregoa at debian.org
Thu Jul 5 20:56:13 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index bea412c..c92284f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: libstring-truncate-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Franck Joncourt <franck at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libsub-install-perl, libsub-exporter-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Franck Joncourt <franck at debian.org>
+Build-Depends-Indep: perl,
+                     libsub-install-perl,
+                     libsub-exporter-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/String-Truncate/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-truncate-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-truncate-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-truncate-perl.git
+Homepage: http://search.cpan.org/dist/String-Truncate/
 
 Package: libstring-truncate-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsub-install-perl,
- libsub-exporter-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libsub-install-perl,
+         libsub-exporter-perl
 Description: Perl module to truncate long strings
  String::Truncate is a Perl module useful for truncating any long string
  sequence and marking the place where any text has been elided (deleted).
@@ -23,3 +27,4 @@ Description: Perl module to truncate long strings
  also supports a customized marker for elisions, but defaults to the most
  common symbol, the ellipsis (...). It can also prefer to break strings at
  whitespace where possible.
+

-- 
Debian packaging of libstring-truncate-perl



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