[SCM] Debian packaging of libdbix-safe-perl branch, master, updated. 591293b8628996679ccc23221c75485fcd40e4e2

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


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

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

diff --git a/debian/control b/debian/control
index ea5d3ad..731639f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,23 @@
 Source: libdbix-safe-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libmodule-signature-perl (>= 0.50),
-  libdbd-pg-perl (>= 1.49), libdbi-perl (>= 1.49)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Build-Depends-Indep: perl,
+                     libmodule-signature-perl,
+                     libdbd-pg-perl,
+                     libdbi-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/DBIx-Safe/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-safe-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-safe-perl.git
-
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-safe-perl.git
+Homepage: http://search.cpan.org/dist/DBIx-Safe/
 
 Package: libdbix-safe-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl (>= 1.49)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdbi-perl
 Description: Safe wrapper to DBI interface
  The purpose of this module is to give controlled, limited access to an
  application, rather than simply passing it a raw database handle through DBI.
@@ -38,3 +41,4 @@ Description: Safe wrapper to DBI interface
  (e.g. qr(UPDATE xxx}). Finally, you can indicate which database attributes
  are allowed to be read and changed (e.g. 'PrintError'). For all of the above,
  there are matching methods to remove them as well.
+

-- 
Debian packaging of libdbix-safe-perl



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