r62571 - in /trunk/libtest-nowarnings-perl/debian: changelog control	copyright
    periapt-guest at users.alioth.debian.org 
    periapt-guest at users.alioth.debian.org
       
    Tue Sep 14 20:38:01 UTC 2010
    
    
  
Author: periapt-guest
Date: Tue Sep 14 20:37:15 2010
New Revision: 62571
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62571
Log:
Removed unneccessary version dependency
Modified:
    trunk/libtest-nowarnings-perl/debian/changelog
    trunk/libtest-nowarnings-perl/debian/control
    trunk/libtest-nowarnings-perl/debian/copyright
Modified: trunk/libtest-nowarnings-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-nowarnings-perl/debian/changelog?rev=62571&op=diff
==============================================================================
--- trunk/libtest-nowarnings-perl/debian/changelog (original)
+++ trunk/libtest-nowarnings-perl/debian/changelog Tue Sep 14 20:37:15 2010
@@ -22,6 +22,7 @@
   * Added myself to Uploaders
   * Added debian/source/format
   * Refreshed copyright
+  * Removed unneccessary version dependency
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 14 Sep 2010 21:14:00 +0100
 
Modified: trunk/libtest-nowarnings-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-nowarnings-perl/debian/control?rev=62571&op=diff
==============================================================================
--- trunk/libtest-nowarnings-perl/debian/control (original)
+++ trunk/libtest-nowarnings-perl/debian/control Tue Sep 14 20:37:15 2010
@@ -12,7 +12,7 @@
 
 Package: libtest-nowarnings-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libtest-tester-perl (>= 0.103)
+Depends: ${misc:Depends}, ${perl:Depends}, libtest-tester-perl
 Description: module to make sure you didn't emit any warnings while testing
  In general, your tests shouldn't produce warnings. This modules causes any
  warnings to be captured and stored. It automatically adds an extra test that
Modified: trunk/libtest-nowarnings-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-nowarnings-perl/debian/copyright?rev=62571&op=diff
==============================================================================
--- trunk/libtest-nowarnings-perl/debian/copyright (original)
+++ trunk/libtest-nowarnings-perl/debian/copyright Tue Sep 14 20:37:15 2010
@@ -7,7 +7,7 @@
 Copyright:
  2003-2007 Fergal Daly <fergal at esatclear.ie>
  2010 Adam Kennedy <adamk at cpan.org>
-License: LGPL-2.1+
+License: LGPL-2.1
 
 Files: debian/*
 Copyright:
@@ -15,9 +15,9 @@
  2008, Marc 'HE' Brockschmidt <he at debian.org>
  2008, MartÃn Ferrari <tincho at debian.org>
  2010, Nicholas Bamber <nicholas at periapt.co.uk>
-License: LGPL-2.1+
+License: LGPL-2.1
 
-License: LGPL-2.1+
+License: LGPL-2.1
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published
  by the Free Software Foundation; either version 2.1, or (at your option)
    
    
More information about the Pkg-perl-cvs-commits
mailing list