[SCM] Debian packaging of libdbix-simple-perl branch, master, updated. bd4f6a993af9813298218e66d81ce861dfbc1f55

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


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

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

diff --git a/debian/control b/debian/control
index 19c8c72..507ec7a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,25 @@
 Source: libdbix-simple-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libdbi-perl (>= 1.21),
- libtest-pod-perl, libdbd-sqlite3-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libdbi-perl,
+                     libtest-pod-perl,
+                     libdbd-sqlite3-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/DBIx-Simple/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-simple-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-simple-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-simple-perl.git
+Homepage: http://search.cpan.org/dist/DBIx-Simple/
 
 Package: libdbix-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl (>= 1.21)
-Recommends: libsql-abstract-perl, libtext-table-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdbi-perl
+Recommends: libsql-abstract-perl,
+            libtext-table-perl
 Description: Perl module implementing an simpler interface to DBI
  DBIx::Simple provides a simplified interface to DBI, Perl's powerful de-facto
  standard database interface. This module is aimed at rapid development and
@@ -26,3 +31,4 @@ Description: Perl module implementing an simpler interface to DBI
  object returns undef (or an empty list) for all methods and when evaluated in
  boolean context, is false. The dummy object lets you postpone (or skip) error
  checking, but it also makes immediate error checking simple.
+

-- 
Debian packaging of libdbix-simple-perl



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