r73005 - in /trunk/libtrue-perl/debian: changelog control

jotamjr-guest at users.alioth.debian.org jotamjr-guest at users.alioth.debian.org
Thu Apr 21 18:34:00 UTC 2011


Author: jotamjr-guest
Date: Thu Apr 21 18:33:46 2011
New Revision: 73005

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73005
Log:
debian/control: drop useless versions from dependencies

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

Modified: trunk/libtrue-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtrue-perl/debian/changelog?rev=73005&op=diff
==============================================================================
--- trunk/libtrue-perl/debian/changelog (original)
+++ trunk/libtrue-perl/debian/changelog Thu Apr 21 18:33:46 2011
@@ -1,6 +1,7 @@
 libtrue-perl (0.18-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/control: drop useless versions from dependencies
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Thu, 21 Apr 2011 12:17:43 -0600
 

Modified: trunk/libtrue-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtrue-perl/debian/control?rev=73005&op=diff
==============================================================================
--- trunk/libtrue-perl/debian/control (original)
+++ trunk/libtrue-perl/debian/control Thu Apr 21 18:33:46 2011
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7),
- libb-hooks-op-annotation-perl (>= 0.43),
- libb-hooks-op-check-perl (>= 0.17),
+ libb-hooks-op-annotation-perl,
+ libb-hooks-op-check-perl,
  libdevel-stacktrace-perl (>= 1.27),
  libextutils-depends-perl (>= 0.301),
  perl
@@ -17,8 +17,8 @@
 Package: libtrue-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libb-hooks-op-annotation-perl (>= 0.43),
- libb-hooks-op-check-perl (>= 0.17),
+ libb-hooks-op-annotation-perl,
+ libb-hooks-op-check-perl,
  libdevel-stacktrace-perl (>= 1.27)
 Description: automatically return a true value when a file is required
  Perl's require builtin (and its use wrapper) requires the files it loads to




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