[SCM] Debian packaging of libdbm-deep-perl branch, master, updated. debian/2.0008-1-2-g0af8d85

gregor herrmann gregoa at debian.org
Thu Jul 5 20:23:50 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 52d25af..5e2c744 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,33 @@
 Source: libdbm-deep-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Nathan Handler <nhandler at ubuntu.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libdbd-sqlite3-perl,
- libdbi-perl,
- libfilehandle-fmode-perl,
- libio-stringy-perl,
- libtest-deep-perl (>= 0.095),
- libtest-exception-perl (>= 0.21),
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- libtest-warn-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
- gregor herrmann <gregoa at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>
+                     libdbd-sqlite3-perl,
+                     libdbi-perl,
+                     libfilehandle-fmode-perl,
+                     libio-stringy-perl,
+                     libtest-deep-perl,
+                     libtest-exception-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libtest-warn-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/DBM-Deep/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbm-deep-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbm-deep-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbm-deep-perl.git
+Homepage: http://search.cpan.org/dist/DBM-Deep/
 
 Package: libdbm-deep-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Suggests: libdbi-perl,
- libdbd-sqlite3-perl (>= 1.25) | libdbd-mysql-perl
+          libdbd-sqlite3-perl (>= 1.25) | libdbd-mysql-perl
 Description: pure perl multi-level hash/array DBM that supports transactions
  DBM::Deep is an unique flat-file database module, written in pure perl. True
  multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO /
@@ -35,3 +35,4 @@ Description: pure perl multi-level hash/array DBM that supports transactions
  fast. Can handle millions of keys and unlimited levels without significant
  slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper
  around a C-based DBM.
+

-- 
Debian packaging of libdbm-deep-perl



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