[SCM] Debian packaging of libclass-dbi-plugin-retrieveall-perl branch, master, updated. 43ae6306c555aac166f0fdc31993c61369b613d7

gregor herrmann gregoa at debian.org
Thu Jul 5 20:15:45 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index b716108..0ae93b8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,24 @@
 Source: libclass-dbi-plugin-retrieveall-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libclass-dbi-perl (>= 0.95), libtest-simple-perl, libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl,
+                     libclass-dbi-perl,
+                     libdbd-sqlite3-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-dbi-plugin-retrieveall-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-dbi-plugin-retrieveall-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-dbi-plugin-retrieveall-perl.git
+Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/
 
 Package: libclass-dbi-plugin-retrieveall-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.95)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-dbi-perl
 Description: Class::DBI plugin providing a more complex retrieve_all() method
  Class::DBI::Plugin::RetrieveAll is a simple plugin to a Class::DBI subclass
  which provides a 'retrieve_all_sorted_by' method.
@@ -25,3 +31,4 @@ Description: Class::DBI plugin providing a more complex retrieve_all() method
  probably result in an error from the database, rather than Class::DBI
  itself. However, because of this it is possible to pass more complex
  ORDER BY clauses through:
+

-- 
Debian packaging of libclass-dbi-plugin-retrieveall-perl



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