[SCM] Debian packaging of CGI-Compile CPAN distribution branch, master, updated. debian/0.15-1-10-gbf5a5a8

Xavier Guimard x.guimard at free.fr
Tue May 21 03:58:30 UTC 2013


The following commit has been merged in the master branch:
commit 5ddf70fde0825e7972cffaf5029a2e4018e209a4
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue May 21 05:55:46 2013 +0200

    Bump Standards-Version to 3.9.4

diff --git a/debian/control b/debian/control
index f3c3f43..b0a5607 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,27 @@
 Source: libcgi-compile-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libfile-pushd-perl,
- libtest-nowarnings-perl,
- libtest-requires-perl,
+                     libfile-pushd-perl,
+                     libtest-nowarnings-perl,
+                     libtest-requires-perl
 # commented out to avoid a circular build dependency
 # libcgi-emulate-psgi-perl,
 # libplack-perl,
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-compile-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-compile-perl.git
 Homepage: https://metacpan.org/release/CGI-Compile/
 
 Package: libcgi-compile-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfile-pushd-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfile-pushd-perl
 Recommends: libcgi-emulate-psgi-perl
 Description: module for compiling .cgi scripts to a code reference
  CGI::Compile is an utility to compile CGI scripts into a code reference that
@@ -31,3 +33,4 @@ Description: module for compiling .cgi scripts to a code reference
  .
  Combined with CGI::Emulate::PSGI, your CGI script can be turned into a
  persistent PSGI application.
+

-- 
Debian packaging of CGI-Compile CPAN distribution



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