[SCM] Packaging of String::LCSS_XS in Debian branch, master, updated. 443ae3479773ea390e0c13c9211d585dcfea4c12

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


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

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

diff --git a/debian/control b/debian/control
index bce8095..993f660 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: libstring-lcss-xs-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: sineswiper-guest <sineswiper-guest at labdrgeoma01.et.ky.insightcom.com>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl,
- perl-base,
- perl-modules
+               perl,
+               perl-base,
+               perl-modules
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-lcss-xs-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-lcss-xs-perl.git
@@ -14,10 +14,11 @@ Homepage: http://search.cpan.org/dist/String-LCSS_XS/
 
 Package: libstring-lcss-xs-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- perl,
- perl-base,
- perl-modules
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         perl-base,
+         perl-modules
 Description: Find The Longest Common Substring of Two Strings.
  String::LCSS_XS computes the Longest Common Substring of two strings s and t.
  It is a C implementation of String::LCSS and uses a dynamic programming
@@ -25,3 +26,4 @@ Description: Find The Longest Common Substring of Two Strings.
  s and n the length of t).
  .
  This description was automagically extracted from the module by dh-make-perl.
+

-- 
Packaging of String::LCSS_XS in Debian



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