[SCM] Debian package for Data::Section::Simple branch, master, updated. debian/0.03-1-2-gb2392e1

gregor herrmann gregoa at debian.org
Thu Jul 5 20:19:54 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 8e4ae3f..634ccb4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,12 @@
 Source: libdata-section-simple-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Fabrizio Regalli <fabreg at fabreg.it>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libtest-requires-perl,
- perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+                     perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-section-simple-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-section-simple-perl.git
@@ -15,7 +14,8 @@ Homepage: http://search.cpan.org/dist/Data-Section-Simple/
 
 Package: libdata-section-simple-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module for reading data from __DATA__ section of the file
  Data::Section::Simple is a simple module to extract data 
  from __DATA__ section of the file.
@@ -25,3 +25,4 @@ Description: Perl module for reading data from __DATA__ section of the file
  module seeks and re-reads the data section. If you want 
  to avoid doing so for the better performance, you should 
  implement caching in your own caller code.
+

-- 
Debian package for Data::Section::Simple



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