[SCM] Debian packaging of libcgi-formbuilder-source-yaml-perl branch, master, updated. 8cbd8fcea8fe294f4f39c007be09ef32f0db588d

gregor herrmann gregoa at debian.org
Thu Jul 5 20:14:34 UTC 2012


The following commit has been merged in the master branch:
commit a9cf5a676556585a5ea170e3b67be12b2261ba94
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:18:18 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 875f28f..0b9748a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,24 @@
 Source: libcgi-formbuilder-source-yaml-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 6), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.0), libcgi-formbuilder-perl,
- libyaml-syck-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
-Homepage: http://search.cpan.org/dist/CGI-FormBuilder-Source-YAML/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 6),
+               perl
+Build-Depends-Indep: perl,
+                     libcgi-formbuilder-perl,
+                     libyaml-syck-perl
 Standards-Version: 3.7.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git
+Homepage: http://search.cpan.org/dist/CGI-FormBuilder-Source-YAML/
 
 Package: libcgi-formbuilder-source-yaml-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcgi-formbuilder-perl (>= 3.02), libyaml-syck-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcgi-formbuilder-perl,
+         libyaml-syck-perl
 Description: Initialize FormBuilder application from YAML file
  This Perl module reads a YAML file containing CGI::FormBuilder configuration
  options and returns a hash that can be directly fed into the application
@@ -23,3 +28,4 @@ Description: Initialize FormBuilder application from YAML file
  specification as well as code fragment specification. This is particularly
  useful if you need to define validation callbacks, as if often desired
  in CGI::FormBuilder applications.
+

-- 
Debian packaging of libcgi-formbuilder-source-yaml-perl



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