[SCM] Debian packaging of libautobox-perl branch, master, updated. 2395484188dce2a09ffbfc878140a50e428e8f3d

gregor herrmann gregoa at debian.org
Thu Jul 5 20:11:45 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 8c9ed07..be84670 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: libautobox-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Angel Abad <angel at debian.org>
+           Angel Abad <angel at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- libscope-guard-perl (>= 0.20),
- libtest-pod-perl,
- perl
+               libscope-guard-perl,
+               libtest-pod-perl,
+               perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libautobox-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libautobox-perl.git
@@ -15,8 +15,10 @@ Homepage: http://search.cpan.org/dist/autobox/
 
 Package: libautobox-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libscope-guard-perl (>= 0.20)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libscope-guard-perl
 Description: Perl pragma for method calls on native types
  autobox is a Perl pragma that enables method calls on Perl's native data types
  including numeric values (integers and floats), strings, arrays, hashes and
@@ -26,3 +28,4 @@ Description: Perl pragma for method calls on native types
  autobox looks for the method in a package whose name corresponds to the ref()
  type of the value. This design means extending the default functionality for
  new methods on a type-by-type basis is very simple.
+

-- 
Debian packaging of libautobox-perl



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