r21036 - in /trunk/libdbd-mock-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 14 18:58:08 UTC 2008


Author: gregoa
Date: Sat Jun 14 18:58:07 2008
New Revision: 21036

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21036
Log:
Use ${perl:Depends} in depends instead of hard-coding the perl version.

Modified:
    trunk/libdbd-mock-perl/debian/changelog
    trunk/libdbd-mock-perl/debian/control

Modified: trunk/libdbd-mock-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mock-perl/debian/changelog?rev=21036&op=diff
==============================================================================
--- trunk/libdbd-mock-perl/debian/changelog (original)
+++ trunk/libdbd-mock-perl/debian/changelog Sat Jun 14 18:58:07 2008
@@ -5,6 +5,7 @@
   * Add /me to Uploaders.
   * Refresh debian/rules, no functional changes. Don't install almost empty
     README any more.
+  * Use ${perl:Depends} in depends instead of hard-coding the perl version.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 14 Jun 2008 20:50:51 +0200
 

Modified: trunk/libdbd-mock-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mock-perl/debian/control?rev=21036&op=diff
==============================================================================
--- trunk/libdbd-mock-perl/debian/control (original)
+++ trunk/libdbd-mock-perl/debian/control Sat Jun 14 18:58:07 2008
@@ -13,7 +13,7 @@
 
 Package: libdbd-mock-perl
 Architecture: all
-Depends: perl (>= 5.6.0), ${misc:Depends}, libdbi-perl (>= 1.3)
+Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl (>= 1.3)
 Description: Mock database driver for testing
  Testing with databases can be tricky. If you are developing a system married 
  to a single database then you can make some assumptions about your 




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