[SCM] Debian packaging of libhtml-fillinform-perl branch, master, updated. 302a6832c9e254b089f0b3a53290418017006255

gregor herrmann gregoa at debian.org
Tue Aug 30 17:11:33 UTC 2011


The following commit has been merged in the master branch:
commit 469c6190f5e40b81b54906cf821b53112cbc1912
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 30 19:00:39 2011 +0200

    Remove version from perl build dependency.

diff --git a/debian/control b/debian/control
index 2e2de6d..96ca326 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libhtml-fillinform-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.8.0-7), libhtml-parser-perl
+Build-Depends-Indep: perl,
+ libhtml-parser-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>
@@ -13,7 +14,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-filli
 
 Package: libhtml-fillinform-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libhtml-parser-perl
 Description: populates HTML Forms with data
  This module automatically inserts data from a previous HTML form into
  the HTML input, textarea, radio buttons, checkboxes and select

-- 
Debian packaging of libhtml-fillinform-perl



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