[SCM] Debian packaging of libclass-dbi-fromcgi-perl branch, master, updated. a203965f0931d8b3a60153468dd85b2c0ff924e6

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


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

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

diff --git a/debian/control b/debian/control
index 6aafbfd..1510a08 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,27 @@
 Source: libclass-dbi-fromcgi-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 (>= 5.8.0), libclass-dbi-perl (>= 0.93),
- libcgi-untaint-perl (>= 0.8), libtest-pod-perl, libtest-pod-coverage-perl,
- libdbd-sqlite3-perl, libclass-dbi-sqlite-perl
+Build-Depends-Indep: perl,
+                     libclass-dbi-perl,
+                     libcgi-untaint-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     libdbd-sqlite3-perl,
+                     libclass-dbi-sqlite-perl
 Standards-Version: 3.8.2
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-dbi-fromcgi-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-dbi-fromcgi-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-dbi-fromcgi-perl.git
 Homepage: http://search.cpan.org/~tmtm/Class-DBI-FromCGI/
 
 Package: libclass-dbi-fromcgi-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.93), libcgi-untaint-perl (>= 0.8)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-dbi-perl,
+         libcgi-untaint-perl
 Description: Perl module to update Class::DBI data using CGI::Untaint
  Lots of times, Class::DBI is used in web-based applications. (In
  fact, coupled with a templating system that allows you to pass
@@ -33,3 +40,4 @@ Description: Perl module to update Class::DBI data using CGI::Untaint
  you need to do is to 'use Class::DBI::FromCGI' in your class (or in
  your local Class::DBI subclass that all your other classes inherit
  from. You do that, don't you?).
+

-- 
Debian packaging of libclass-dbi-fromcgi-perl



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