[SCM] Debian packaging of libsql-abstract-perl branch, master, updated. 58db8d5ba7aa87198438682dd28d496e64743e13

gregor herrmann gregoa at debian.org
Thu Jul 5 20:55:37 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 2b6401d..e214661 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,34 @@
 Source: libsql-abstract-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl, 
- libclass-accessor-grouped-perl (>= 0.09005),
- libgetopt-long-descriptive-perl (>= 0.086),
- libhash-merge-perl (>= 0.12),
- libtest-deep-perl (>= 0.106),
- libtest-exception-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- libtest-warn-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>, Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: perl,
+                     libclass-accessor-grouped-perl (>= 0.09005),
+                     libgetopt-long-descriptive-perl (>= 0.086),
+                     libhash-merge-perl,
+                     libtest-deep-perl,
+                     libtest-exception-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libtest-warn-perl
 Standards-Version: 3.9.1
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libsql-abstract-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsql-abstract-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libsql-abstract-perl.git
 Homepage: http://search.cpan.org/dist/SQL-Abstract/
 
 Package: libsql-abstract-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libclass-accessor-grouped-perl (>= 0.09005),
- libgetopt-long-descriptive-perl (>= 0.086),
- libhash-merge-perl (>= 0.12),
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libclass-accessor-grouped-perl (>= 0.09005),
+         libgetopt-long-descriptive-perl (>= 0.086),
+         libhash-merge-perl
 Breaks: libdbix-class-perl (<< 0.08122)
 Description: module to generate SQL from Perl data structures
  SQL::Abstract is a Perl module that allows developers to generate SQL from
@@ -39,3 +42,4 @@ Description: module to generate SQL from Perl data structures
  hopefully more intuitive. The underlying idea is that this module does what
  you mean, based on the data structures you provide it; the biggest advantage
  is that you don't have to modify your code every time your data changes.
+

-- 
Debian packaging of libsql-abstract-perl



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