[SCM] Debian packaging of Daemon-Control CPAN distribution branch, master, updated. 6b6dc75c19f0deda56f24f2415efb2ec45ba570f

gregor herrmann gregoa at debian.org
Thu Jul 5 20:19:03 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 60596c4..3bf8ab9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: libdaemon-control-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: intrigeri <intrigeri at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.3
@@ -12,8 +12,8 @@ Homepage: http://search.cpan.org/dist/Daemon-Control/
 
 Package: libdaemon-control-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Create init scripts in Perl
  Daemon::Control provides a library for creating init scripts in Perl.
  Your Perl script just needs to set the accessors for what and how you
@@ -24,3 +24,4 @@ Description: Create init scripts in Perl
  methods are supported and in double-fork mode all the things you
  would expect like reopening STDOUT/STDERR, switching UID/GID
  are supported.
+

-- 
Debian packaging of Daemon-Control CPAN distribution



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