[SCM] Debian packaging of libcgi-application-plugin-ajaxupload-perl branch, master, updated. a2b1d2ba628c7295a60531214453409d529f54a4

gregor herrmann gregoa at debian.org
Thu Jul 5 20:13:56 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 0086df4..40123b7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,36 @@
 Source: libcgi-application-plugin-ajaxupload-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-nowarnings-perl, libtest-warn-perl,
- libtest-cgi-multipart-perl, libtest-image-gd-perl (>= 0.03-2), libversion-perl,
- libcgi-application-plugin-json-perl, libcgi-application-perl,
- libperl6-slurp-perl, libreadonly-perl, libautodie-perl,
- libdata-formvalidator-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: perl,
+                     libtest-nowarnings-perl,
+                     libtest-warn-perl,
+                     libtest-cgi-multipart-perl,
+                     libtest-image-gd-perl,
+                     libcgi-application-plugin-json-perl,
+                     libcgi-application-perl,
+                     libperl6-slurp-perl,
+                     libreadonly-perl,
+                     libdata-formvalidator-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-AJAXUpload/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-plugin-ajaxupload-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-plugin-ajaxupload-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-plugin-ajaxupload-perl.git
+Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-AJAXUpload/
 
 Package: libcgi-application-plugin-ajaxupload-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libversion-perl, libautodie-perl,
- libcgi-application-perl, libperl6-slurp-perl, libreadonly-perl,
- libdata-formvalidator-perl, libgd-gd2-perl (>= 1:2.45-2)
-Recommends: libcgi-application-plugin-json-bundle-perl, libreadonly-xs-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl,
+         libcgi-application-perl,
+         libperl6-slurp-perl,
+         libreadonly-perl,
+         libdata-formvalidator-perl,
+         libgd-gd2-perl (>= 1:2.45-2)
+Recommends: libcgi-application-plugin-json-bundle-perl,
+            libreadonly-xs-perl
 Description: run mode to handle a file upload and return a JSON response
  CGI::Application::Plugin::AJAXUpload provides a customisable run mode that
  handles a file upload and responds with a JSON message like the following:
@@ -37,3 +48,4 @@ Description: run mode to handle a file upload and return a JSON response
  provide any of that client side code and you must also map the run mode onto
  the URL used by client-side code.  That said a working example is provided
  which could form the basis of a rich text editor.  
+

-- 
Debian packaging of libcgi-application-plugin-ajaxupload-perl



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