[SCM] Debian packaging of libreadonly-xs-perl branch, master, updated. cae4c5cc244af3b128bfc5185db6d236ed6f0122

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


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

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

diff --git a/debian/control b/debian/control
index ccd4cb3..835a0c4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,20 @@
 Source: libreadonly-xs-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 6), perl (>= 5.8.8-11.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 6),
+               perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/Readonly-XS/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libreadonly-xs-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libreadonly-xs-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libreadonly-xs-perl.git
+Homepage: http://search.cpan.org/dist/Readonly-XS/
 
 Package: libreadonly-xs-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Recommends: libreadonly-perl
 Description: Faster Readonly implementation
  The Readonly module (q.v.) is an effective way to create non-modifiable
@@ -26,3 +29,4 @@ Description: Faster Readonly implementation
  internals of scalar variables. Instead of creating a scalar variable object
  and tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS
  structure.
+

-- 
Debian packaging of libreadonly-xs-perl



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