r62670 - in /trunk/libregexp-grammars-perl/debian: changelog control

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Sep 18 12:42:45 UTC 2010


Author: carnil-guest
Date: Sat Sep 18 12:42:37 2010
New Revision: 62670

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62670
Log:
* debian/control:
  - Bump Build-Depends on debhelper now to (>= 8).
  - Drop versioned (Build-)Depends on perl (>= 5.10.0) as this is already
   satified in stable and oldstable is gone. Make Build-Depends on perl
   unversioned. Depends already covered by ${perl:Depends}. 

Modified:
    trunk/libregexp-grammars-perl/debian/changelog
    trunk/libregexp-grammars-perl/debian/control

Modified: trunk/libregexp-grammars-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-grammars-perl/debian/changelog?rev=62670&op=diff
==============================================================================
--- trunk/libregexp-grammars-perl/debian/changelog (original)
+++ trunk/libregexp-grammars-perl/debian/changelog Sat Sep 18 12:42:37 2010
@@ -1,9 +1,13 @@
 libregexp-grammars-perl (1.008-1) UNRELEASED; urgency=low
 
   * New upstream release
-  * debian/control: Bump Build-Depends on debhelper now to (>= 8).
+  * debian/control:
+    - Bump Build-Depends on debhelper now to (>= 8).
+    - Drop versioned (Build-)Depends on perl (>= 5.10.0) as this is already
+     satified in stable and oldstable is gone. Make Build-Depends on perl
+     unversioned. Depends already covered by ${perl:Depends}. 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 18 Sep 2010 14:39:48 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 18 Sep 2010 14:42:23 +0200
 
 libregexp-grammars-perl (1.005-1) unstable; urgency=low
 

Modified: trunk/libregexp-grammars-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-grammars-perl/debian/control?rev=62670&op=diff
==============================================================================
--- trunk/libregexp-grammars-perl/debian/control (original)
+++ trunk/libregexp-grammars-perl/debian/control Sat Sep 18 12:42:37 2010
@@ -1,7 +1,7 @@
 Source: libregexp-grammars-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl (>= 5.10.0)
+Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
@@ -12,7 +12,7 @@
 
 Package: libregexp-grammars-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.0)
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module to add grammatical parsing features to Perl 5.10 regexes
  Regexp::Grammars adds a small number of new regex constructs that can be used
  within Perl 5.10 patterns to implement complete recursive-descent parsing.




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