[liblockfile-simple-perl] 01/02: Apply wrap-and-sort
Axel Beckert
abe at deuxchevaux.org
Wed Mar 12 17:27:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository liblockfile-simple-perl.
commit 080a87f843a198a45440faa31ab787fc78501151
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Wed Mar 12 18:26:16 2014 +0100
Apply wrap-and-sort
---
debian/changelog | 3 +++
debian/control | 15 ++++++++++-----
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4caa678..3fb98a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ liblockfile-simple-perl (0.208-2) UNRELEASED; urgency=low
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
+ [ Axel Beckert ]
+ * Apply wrap-and-sort
+
-- Salvatore Bonaccorso <carnil at debian.org> Sun, 06 Jan 2013 22:03:10 +0100
liblockfile-simple-perl (0.208-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 8d603c0..7b07831 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,14 @@ Source: liblockfile-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>, Damyan Ivanov <dmn at debian.org>,
- Rene Mayorga <rmayorga at debian.org>, Maximilian Gass <mxey at cloudconnected.org>,
- gregor herrmann <gregoa at debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ Damyan Ivanov <dmn at debian.org>,
+ Rene Mayorga <rmayorga at debian.org>,
+ Maximilian Gass <mxey at cloudconnected.org>,
+ gregor herrmann <gregoa at debian.org>
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, liblog-agent-perl
+Build-Depends-Indep: liblog-agent-perl,
+ perl
Standards-Version: 3.9.3
Homepage: https://metacpan.org/release/LockFile-Simple
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblockfile-simple-perl.git
@@ -14,7 +17,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblockfile-s
Package: liblockfile-simple-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, liblog-agent-perl
+Depends: liblog-agent-perl,
+ ${misc:Depends},
+ ${perl:Depends}
Description: Perl module for simple advisory file locking
The LockFile::Simple extension provides simple file locking, of
the advisory kind, i.e. it requires cooperation between applications
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblockfile-simple-perl.git
More information about the Pkg-perl-cvs-commits
mailing list