[SCM] Debian packaging of libapp-control-perl branch, master, updated. 2993335691a88d06d4632940cc94e87d1d67c172

gregor herrmann gregoa at debian.org
Thu Jul 5 20:10:22 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 9128f00..2fc6107 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
 Source: libapp-control-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)
-Build-Depends-Indep: perl (>= 5.8.8-7)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.7.3
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libapp-control-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-control-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libapp-control-perl.git
 Homepage: http://search.cpan.org/dist/App-Control
 
 Package: libapp-control-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: Perl module for apachectl style control of another executable
  App::Control is a simple module to replicate the kind of functionality you get
  with apachectl to control Apache, but for any script or executable. There is a
@@ -22,3 +23,4 @@ Description: Perl module for apachectl style control of another executable
  is intended to be used in a simple wrapper control script. Currently the
  module does a fork and exec to start the executable, and sets the signal
  handler for SIGCHLD to 'IGNORE' to avoid zombie processes.
+

-- 
Debian packaging of libapp-control-perl



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