[SCM] Debian packaging of librunapp-perl branch, master, updated. 5f17b521bef48eb9e320b4f36642d3540052e7b4

gregor herrmann gregoa at debian.org
Thu Jul 5 20:54:33 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 215504a..342c94c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,29 @@
 Source: librunapp-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt
-Build-Depends-Indep: perl (>= 5.8.8-7), libapp-control-perl, libtemplate-perl,
- libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0),
+               quilt
+Build-Depends-Indep: perl,
+                     libapp-control-perl,
+                     libtemplate-perl,
+                     libyaml-perl
 Standards-Version: 3.7.3
-Vcs-Git: git://git.debian.org/pkg-perl/packages/librunapp-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librunapp-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/librunapp-perl.git
 Homepage: http://search.cpan.org/dist/RunApp
 
 Package: librunapp-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libapp-control-perl, libtemplate-perl, libyaml-perl
-Description:  A generic module to run web-applications
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libapp-control-perl,
+         libtemplate-perl,
+         libyaml-perl
+Description: A generic module to run web-applications
  RunApp streamlines the process for configuring applications that
  requires one or more web servers and/or other daemons, during
  development or deployment.  It builds the config files required  by
  the services (such as apache's httpd.conf) using a hash.
 
-

-- 
Debian packaging of librunapp-perl



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