r29273 - in /trunk/libdata-formvalidator-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jan 5 02:02:28 UTC 2009


Author: gregoa
Date: Mon Jan  5 02:02:24 2009
New Revision: 29273

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29273
Log:
Add "perl-modules (>= 5.10)" as a first alternative to
libmodule-build-perl.

Move them back from B-D-I to B-D since they are used in the clean target and
remove Ansgar's changelog entry about the move.

Modified:
    trunk/libdata-formvalidator-perl/debian/changelog
    trunk/libdata-formvalidator-perl/debian/control

Modified: trunk/libdata-formvalidator-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-perl/debian/changelog?rev=29273&op=diff
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/changelog (original)
+++ trunk/libdata-formvalidator-perl/debian/changelog Mon Jan  5 02:02:24 2009
@@ -3,6 +3,8 @@
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+  * Add "perl-modules (>= 5.10)" as a first alternative to
+    libmodule-build-perl.
 
   [ Ansgar Burchardt ]
   * New upstream release.
@@ -11,7 +13,6 @@
   * debain/copyright: List all copyright holders for debian/*.  The list
     of contributors was taken from debian/changelog.
   * Refresh debian/rules for debhelper 7.
-  * debian/control: Move libmodule-build-perl to Build-Depends-Indep.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 04 Jan 2009 13:49:39 +0100
 

Modified: trunk/libdata-formvalidator-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-perl/debian/control?rev=29273&op=diff
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/control (original)
+++ trunk/libdata-formvalidator-perl/debian/control Mon Jan  5 02:02:24 2009
@@ -7,11 +7,11 @@
  Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregoa at debian.org>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Damyan Ivanov <dmn at debian.org>,
  Rene Mayorga <rmayorga at debian.org.sv>, Ansgar Burchardt <ansgar at 43-1.org>
-Build-Depends: debhelper (>= 7), perl (>= 5.8)
+Build-Depends: debhelper (>= 7), perl (>= 5.8), perl-modules (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: libregexp-common-perl, libimage-size-perl, 
  libfile-mmagic-perl, libdate-calc-perl, libmime-types-perl, 
  libtest-pod-perl, libcgi-simple-perl, libtemplate-perl, 
- libperl6-junction-perl, libemail-valid-perl, libmodule-build-perl
+ libperl6-junction-perl, libemail-valid-perl
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Data-FormValidator/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-formvalidator-perl/
@@ -22,7 +22,7 @@
 Depends: ${perl:Depends}, ${misc:Depends}, libregexp-common-perl, libimage-size-perl,
  libfile-mmagic-perl, libdate-calc-perl, libmime-types-perl, libperl6-junction-perl,
  libemail-valid-perl
-Description: Library for easily validating user input, mainly for HTML
+Description: library for easily validating user input, mainly for HTML
  Data::FormValidator provides a clean interface to present the user with
  template-generated forms, which will be later automatically validated, in a
  very easy to use and understand fashion.




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