[SCM] Debian packaging of libobject-id-perl branch, master, updated. debian/0.1.2-1-2-g4c24817

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


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

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

diff --git a/debian/control b/debian/control
index f1afdf2..8088f79 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,27 @@
 Source: libobject-id-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl
+Build-Depends: debhelper (>= 8),
+               perl
 Build-Depends-Indep: libhash-fieldhash-perl,
- libsub-name-perl, libossp-uuid-perl,
- libnamespace-autoclean-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ivan Kohler <ivan-debian at 420.am>,
- gregor herrmann <gregoa at debian.org>
+                     libsub-name-perl,
+                     libossp-uuid-perl,
+                     libnamespace-autoclean-perl,
+                     perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Object-ID/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libobject-id-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libobject-id-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libobject-id-perl.git
+Homepage: http://search.cpan.org/dist/Object-ID/
 
 Package: libobject-id-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhash-fieldhash-perl,
- libsub-name-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhash-fieldhash-perl,
+         libsub-name-perl
 Recommends: libossp-uuid-perl
 Description: unique identifier for any object
  Object::ID is a unique identifier for any object, regardless of its type,
@@ -29,3 +33,4 @@ Description: unique identifier for any object
    * Is O(1) to calculate (ie. doesn't matter how big the object is)
    * The id is unique for the life of the process
    * The id is always a true value
+

-- 
Debian packaging of libobject-id-perl



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