r66846 - in /trunk/sqlfairy/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jan 2 19:15:56 UTC 2011


Author: gregoa
Date: Sun Jan  2 19:15:41 2011
New Revision: 66846

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66846
Log:
debian/control: remove versions from (build) dependencies on
libdigest-sha1-perl and libyaml-perl (already satisfied in lenny); fix
version for libspreadsheet-parseexcel-perl.

Modified:
    trunk/sqlfairy/debian/changelog
    trunk/sqlfairy/debian/control

Modified: trunk/sqlfairy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/sqlfairy/debian/changelog?rev=66846&op=diff
==============================================================================
--- trunk/sqlfairy/debian/changelog (original)
+++ trunk/sqlfairy/debian/changelog Sun Jan  2 19:15:41 2011
@@ -8,6 +8,11 @@
     Closes: #491706
   * Standards-Version 3.9.1 (no changes)
   * Refresh copyright information
+
+  [ gregor herrmann ]
+  * debian/control: remove versions from (build) dependencies on
+    libdigest-sha1-perl and libyaml-perl (already satisfied in lenny); fix
+    version for libspreadsheet-parseexcel-perl.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 31 Dec 2010 19:30:33 -0500
 

Modified: trunk/sqlfairy/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/sqlfairy/debian/control?rev=66846&op=diff
==============================================================================
--- trunk/sqlfairy/debian/control (original)
+++ trunk/sqlfairy/debian/control Sun Jan  2 19:15:41 2011
@@ -3,28 +3,28 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
+ libcarp-clan-perl,
+ libclass-accessor-perl,
+ libclass-base-perl,
+ libclass-data-inheritable-perl,
+ libclass-makemethods-perl,
+ libdbi-perl,
+ libdigest-sha1-perl,
+ libfile-sharedir-perl (>= 1.00),
+ libgd-gd2-noxpm-perl | libgd-gd2-perl,
+ libgraph-perl,
+ libgraphviz-perl,
+ libio-stringy-perl,
+ libparse-recdescent-perl (>= 1.962.2),
+ libspreadsheet-parseexcel-perl (>= 0.4100),
+ libtemplate-perl (>= 2.20),
+ libtest-differences-perl,
  libtest-exception-perl,
- libtest-differences-perl,
- libclass-base-perl,
- libclass-makemethods-perl,
- libclass-accessor-perl,
- libclass-data-inheritable-perl,
- libfile-sharedir-perl (>= 1.00),
- libdbi-perl,
- libdigest-sha1-perl (>= 2.00),
- libparse-recdescent-perl (>= 1.962.2),
- libcarp-clan-perl,
- libio-stringy-perl,
+ libtest-pod-perl,
+ libtext-recordparser-perl,
+ libxml-libxml-perl (>= 1.69),
  libxml-writer-perl,
- libgraph-perl,
- libtemplate-perl (>= 2.20),
- libxml-libxml-perl (>= 1.69),
- libgraphviz-perl,
- libspreadsheet-parseexcel-perl (>= 0.41),
- libtext-recordparser-perl,
- libgd-gd2-noxpm-perl | libgd-gd2-perl,
- libyaml-perl (>= 0.66),
- libtest-pod-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>
@@ -36,24 +36,24 @@
 Package: libsql-translator-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
+ libcarp-clan-perl,
+ libclass-accessor-perl,
+ libclass-base-perl,
  libclass-data-inheritable-perl,
- libclass-base-perl,
  libclass-makemethods-perl,
- libclass-accessor-perl,
- libdigest-sha1-perl (>= 2.00),
- libparse-recdescent-perl (>= 1.962.2),
  libdbi-perl,
- libcarp-clan-perl,
+ libdigest-sha1-perl,
  libfile-sharedir-perl (>= 1.00),
  libio-stringy-perl,
+ libparse-recdescent-perl (>= 1.962.2),
  libxml-writer-perl
-Recommends: libtemplate-perl (>= 2.20),
- libxml-libxml-perl (>= 1.69),
- libspreadsheet-parseexcel-perl (>= 0.41),
+Recommends: libgd-gd2-noxpm-perl | libgd-gd2-perl,
+ libgraph-perl,
+ libgraphviz-perl,
+ libspreadsheet-parseexcel-perl (>= 0.4100),
+ libtemplate-perl (>= 2.20),
  libtext-recordparser-perl,
- libgd-gd2-noxpm-perl | libgd-gd2-perl,
- libgraph-perl,
- libgraphviz-perl
+ libxml-libxml-perl (>= 1.69)
 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




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