[SCM] Debian packaging of libobject-insideout-perl branch, master, updated. debian/3.87-1-17-g71c0cdb

gregor herrmann gregoa at debian.org
Thu Jul 5 20:47:08 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index d4cc563..3f9d9c3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,28 @@
 Source: libobject-insideout-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>,
+           Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libexception-class-perl (>= 1.32),
- libwant-perl,
- perl (>= 5.14) | libthreads-shared-perl (>= 1.33),
- perl (>= 5.14) | libtest-simple-perl (>= 0.98)
-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>,
- Salvatore Bonaccorso <carnil at debian.org>
+                     libexception-class-perl (>= 1.32),
+                     libwant-perl,
+                     perl (>= 5.13.0) | libthreads-shared-perl (>= 1.33),
+                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Object-InsideOut/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libobject-insideout-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libobject-insideout-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libobject-insideout-perl.git
+Homepage: http://search.cpan.org/dist/Object-InsideOut/
 
 Package: libobject-insideout-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libexception-class-perl (>= 1.32)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libexception-class-perl (>= 1.32)
 Suggests: libwant-perl,
- perl (>= 5.14) | libthreads-shared-perl (>= 1.33)
+          perl (>= 5.14) | libthreads-shared-perl (>= 1.33)
 Description: comprehensive inside-out object construction kit
  Object::InsideOut is a Perl module that implements inside-out objects as
  anonymous scalar references that are blessed into a class with the scalar
@@ -29,3 +30,4 @@ Description: comprehensive inside-out object construction kit
  reference is set as read-only to prevent accidental modifications to the ID.
  Object data (such as fields) are stored within the class's package in either
  arrays indexed by the object's ID, or hashes keyed to the object's ID.
+

-- 
Debian packaging of libobject-insideout-perl



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