[libproc-daemon-perl] 01/03: Apply wrap-and-sort
Axel Beckert
abe at deuxchevaux.org
Mon Dec 16 19:41:06 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libproc-daemon-perl.
commit 6861ced6ca96c39c570b0524aa6655bd9e1cca48
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Mon Dec 16 20:36:38 2013 +0100
Apply wrap-and-sort
---
debian/changelog | 1 +
debian/control | 17 +++++++++--------
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1cc4389..f5bb79c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libproc-daemon-perl (0.14-2) UNRELEASED; urgency=low
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
copyright"
* Add patch to use more secure umask for pid file (Closes: #732283)
+ * Apply wrap-and-sort.
-- Ansgar Burchardt <ansgar at debian.org> Wed, 27 Jul 2011 18:47:27 +0200
diff --git a/debian/control b/debian/control
index 79b5c92..3836979 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: libproc-daemon-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libproc-processtable-perl
+Build-Depends-Indep: libproc-processtable-perl,
+ perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Marc Haber <mh+debian-packages at zugschlus.de>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>,
- Salvatore Bonaccorso <carnil at debian.org>
+ Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Nicholas Bamber <nicholas at periapt.co.uk>,
+ Salvatore Bonaccorso <carnil at debian.org>
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libproc-daemon-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libproc-daemon-perl.git
Homepage: http://search.cpan.org/~ehood/Proc-Daemon/
@@ -17,8 +17,9 @@ Standards-Version: 3.9.2
Package: libproc-daemon-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libproc-processtable-perl
+Depends: libproc-processtable-perl,
+ ${misc:Depends},
+ ${perl:Depends}
Description: module for running scripts as daemons
Proc::Daemon can be used by a Perl program to initialize itself as a daemon
(a background process with no controlling terminal). You can also check the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libproc-daemon-perl.git
More information about the Pkg-perl-cvs-commits
mailing list