[libreadonly-perl] 08/10: wrap-and-sort
gregor herrmann
gregoa at debian.org
Wed Dec 25 19:12:16 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libreadonly-perl.
commit 06e82ffb77213c4722b754f649e17d49adeed21b
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Dec 25 20:10:35 2013 +0100
wrap-and-sort
Git-Dch: Ignore
---
debian/control | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 783d794..3906e89 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Build-Depends: debhelper (>= 8),
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Rene Mayorga <rmayorga at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
+ gregor herrmann <gregoa at debian.org>,
+ Fabrizio Regalli <fabreg at fabreg.it>
Standards-Version: 3.9.3
Homepage: https://metacpan.org/release/Readonly/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libreadonly-perl.git
@@ -15,11 +15,12 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libreadonly-p
Package: libreadonly-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
# in theory: >= 1.06, but this doesn't exist
Recommends: libreadonly-xs-perl (>= 1.05)
-Description: facility for creating read-only scalars, arrays and hashes
- Readonly is a facility for creating non-modifiable variables.
- This is useful for configuration files, headers, etc.
- It can also be useful as a development and debugging tool, for catching
+Description: facility for creating read-only scalars, arrays and hashes
+ Readonly is a facility for creating non-modifiable variables.
+ This is useful for configuration files, headers, etc.
+ It can also be useful as a development and debugging tool, for catching
updates to variables that should not be changed.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libreadonly-perl.git
More information about the Pkg-perl-cvs-commits
mailing list