r17664 - in /trunk/libtest-exception-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Mar 16 13:23:28 UTC 2008


Author: gregoa-guest
Date: Sun Mar 16 13:23:26 2008
New Revision: 17664

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17664
Log:
Make runtime dependencies versioned, too.

Modified:
    trunk/libtest-exception-perl/debian/changelog
    trunk/libtest-exception-perl/debian/control

Modified: trunk/libtest-exception-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/changelog?rev=17664&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/changelog (original)
+++ trunk/libtest-exception-perl/debian/changelog Sun Mar 16 13:23:26 2008
@@ -12,6 +12,7 @@
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * Make runtime dependencies versioned, too.
 
   [ David Paleino ]
   * New upstream release
@@ -32,7 +33,7 @@
   [ Niko Tyni ]
   * Split most of Build-Depends into Build-Depends-Indep.
 
- -- David Paleino <d.paleino at gmail.com>  Thu, 20 Dec 2007 10:13:16 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 16 Mar 2008 14:20:39 +0100
 
 libtest-exception-perl (0.25-1) unstable; urgency=low
 

Modified: trunk/libtest-exception-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/control?rev=17664&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/control (original)
+++ trunk/libtest-exception-perl/debian/control Sun Mar 16 13:23:26 2008
@@ -15,7 +15,8 @@
 
 Package: libtest-exception-perl
 Architecture: all
-Depends: ${perl:Depends}, libsub-uplevel-perl, libtest-simple-perl
+Depends: ${perl:Depends}, libsub-uplevel-perl (>= 0.18),
+ libtest-simple-perl (>= 0.78)
 Description: Test functions for exception based code in perl
  This module provides a few convenience methods for testing exception based 
  code. It is built with Test::Builder and plays happily with Test::More and 




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