[SCM] Debian packaging of libstring-escape-perl branch, master, updated. 19c8201f7c73df022a80823c5ad666a17a3b3e7f

gregor herrmann gregoa at debian.org
Thu Jul 5 20:55:58 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index c88da96..ff69880 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,26 @@
 Source: libstring-escape-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, 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>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.8),
+               quilt
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/String-Escape/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-escape-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-escape-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-escape-perl.git
+Homepage: http://search.cpan.org/dist/String-Escape/
 
 Package: libstring-escape-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module for manipulating escaped strings
  String::Escape is a Perl module that provides a flexible calling interface to
  some useful string conversion functions, including applying and expanding the
  standard C/Unix-style backslash escapes like \n and \t, wrapping and removing
  double quotes, and truncating to fit within a desired length.
+

-- 
Debian packaging of libstring-escape-perl



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