[SCM] Debian packaging of libsql-translator-perl branch, master, updated. debian/0.11011-1-13-g076b2ae

gregor herrmann gregoa at debian.org
Fri May 17 18:08:18 UTC 2013


The following commit has been merged in the master branch:
commit 4fa0520c783b0a34d307902a000e8b9f5d422862
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 17 19:53:04 2013 +0200

    Update build and runtime dependencies.

diff --git a/debian/control b/debian/control
index 1d8af95..6ecfbd6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,60 +1,62 @@
 Source: libsql-translator-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Eric Dorland <eric at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libcarp-clan-perl,
- libclass-base-perl,
- libclass-data-inheritable-perl,
- libclass-makemethods-perl,
- libdbi-perl,
- libfile-sharedir-perl,
- libgd-gd2-noxpm-perl | libgd-gd2-perl,
- libgraph-perl,
- libgraphviz-perl,
- libio-stringy-perl,
- libmoo-perl,
- libparse-recdescent-perl (>= 1.967009),
- libspreadsheet-parseexcel-perl,
- libtemplate-perl,
- libtest-differences-perl,
- libtest-exception-perl (>= 0.31),
- libtest-pod-perl,
- libtext-recordparser-perl,
- libxml-libxml-perl,
- libxml-writer-perl,
- libyaml-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Eric Dorland <eric at debian.org>, Ryan Niebur <ryan at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
+                     libcarp-clan-perl,
+                     libclass-makemethods-perl,
+                     libdbi-perl,
+                     libfile-sharedir-perl,
+                     libgd-gd2-noxpm-perl | libgd-gd2-perl,
+                     libgraph-perl,
+                     libgraphviz-perl,
+                     liblist-moreutils-perl (>= 0.09),
+                     libmoo-perl (>= 1.000003),
+                     libpackage-variant-perl (>= 1.001001),
+                     libparse-recdescent-perl (>= 1.967009),
+                     libspreadsheet-parseexcel-perl,
+                     libtemplate-perl,
+                     libtest-differences-perl,
+                     libtest-exception-perl (>= 0.31),
+                     libtest-pod-perl,
+                     libtext-recordparser-perl,
+                     libtry-tiny-perl,
+                     libxml-libxml-perl,
+                     libxml-writer-perl (>= 0.500),
+                     libyaml-perl
 Standards-Version: 3.9.4
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsql-translator-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsql-translator-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsql-translator-perl.git
 Homepage: http://sqlfairy.sourceforge.net/
 
 Package: libsql-translator-perl
 Architecture: all
-Provides: sqlfairy
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcarp-clan-perl,
+         libclass-makemethods-perl,
+         libdbi-perl,
+         libfile-sharedir-perl,
+         liblist-moreutils-perl,
+         libmoo-perl (>= 1.000003),
+         libpackage-variant-perl,
+         libparse-recdescent-perl (>= 1.967009),
+         libtry-tiny-perl
+Recommends: libgd-gd2-noxpm-perl | libgd-gd2-perl,
+            libgraph-perl,
+            libgraphviz-perl,
+            libspreadsheet-parseexcel-perl,
+            libtemplate-perl,
+            libtext-recordparser-perl,
+            libxml-libxml-perl
 Conflicts: sqlfairy
+Provides: sqlfairy
 Replaces: sqlfairy
-Depends: ${misc:Depends}, ${perl:Depends},
- libcarp-clan-perl,
- libclass-base-perl,
- libclass-data-inheritable-perl,
- libclass-makemethods-perl,
- libdbi-perl,
- libfile-sharedir-perl,
- libio-stringy-perl,
- libmoo-perl,
- libparse-recdescent-perl (>= 1.967009),
- libxml-writer-perl
-Recommends: libgd-gd2-noxpm-perl | libgd-gd2-perl,
- libgraph-perl,
- libgraphviz-perl,
- libspreadsheet-parseexcel-perl,
- libtemplate-perl,
- libtext-recordparser-perl,
- libxml-libxml-perl
 Description: SQL translation library
  SQL::Translator (also known as SQL Fairy) is a collection of Perl modules
  for manipulating structured data definitions (mostly database schemas). It
@@ -63,3 +65,4 @@ Description: SQL translation library
  created with GD or GraphViz), converting non-RDBMS files to SQL schemas 
  (xSV text files, Excel spreadsheets), serializing parsed schemas (via
  Storable, YAML and XML), creating documentation, and more.
+

-- 
Debian packaging of libsql-translator-perl



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