r13855 - in /trunk/libdbi-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Jan 30 16:39:57 UTC 2008


Author: gregoa-guest
Date: Wed Jan 30 16:39:57 2008
New Revision: 13855

URL: http://svn.debian.org/wsvn/?sc=1&rev=13855
Log:
debian/control: use ${perl:Depends} instead of hard-coding a required
  perl version (closes: #463229).

Modified:
    trunk/libdbi-perl/debian/changelog
    trunk/libdbi-perl/debian/control

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/changelog?rev=13855&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Wed Jan 30 16:39:57 2008
@@ -6,8 +6,10 @@
   * debian/watch: wrap line and remove comments
   * debian/watch: remove dash from the version capture.
   * debian/rules: delete /usr/share/perl5 only if it exists.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Dec 2007 00:05:04 +0100
+  * debian/control: use ${perl:Depends} instead of hard-coding a required
+    perl version (closes: #463229).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 30 Jan 2008 17:39:30 +0100
 
 libdbi-perl (1.601-1) unstable; urgency=low
 

Modified: trunk/libdbi-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/control?rev=13855&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/control (original)
+++ trunk/libdbi-perl/debian/control Wed Jan 30 16:39:57 2008
@@ -14,7 +14,7 @@
 Architecture: any
 Suggests: dbishell
 Conflicts: libdbd-csv-perl (<= 0.2002-1)
-Depends: perl (>= 5.8.4-5) | perl-modules, perlapi-5.8.4, ${shlibs:Depends}, libplrpc-perl
+Depends: ${perl:Depends}, ${shlibs:Depends}, libplrpc-perl
 Description: Perl5 database interface by Tim Bunce
  The Perl Database Interface by Tim Bunce provides a software layer to
  access any SQL database from within a Perl5 program.  All SQL




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