[SCM] Debian packaging of libcgi-ajax-perl branch, master, updated. eb2001ebb63f66d57f80f0d7ef12ca33663cb6c4

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


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

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

diff --git a/debian/control b/debian/control
index d617681..1e571bc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,22 @@
 Source: libcgi-ajax-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0), libclass-accessor-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
- gregor herrmann <gregoa at debian.org>
-Homepage: http://www.perljax.us/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-ajax-perl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-ajax-perl.git
+Build-Depends-Indep: perl,
+                     libclass-accessor-perl
 Standards-Version: 3.8.0
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-ajax-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-ajax-perl.git
+Homepage: http://www.perljax.us/
 
 Package: libcgi-ajax-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-accessor-perl
 Description: Perl-specific system for writing Asynchronous web applications
  CGI::Ajax is an object-oriented module that provides a unique mechanism
  for using Perl code asynchronously from JavaScript-enhanced HTML pages.
@@ -36,3 +39,4 @@ Description: Perl-specific system for writing Asynchronous web applications
  maximally flexible. We are trying to keep the generated javascript code
  to a minimum, but still provide users with a variety of methods for
  deploying CGI::Ajax. And VERY little user JavaScript.
+

-- 
Debian packaging of libcgi-ajax-perl



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