[libautobox-core-perl] 03/06: let cme wrap fields
gregor herrmann
gregoa at debian.org
Fri Aug 9 19:28:58 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libautobox-core-perl.
commit e60ac6d8362ca3d659259fda5157a7550cae015f
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Aug 9 21:26:25 2013 +0200
let cme wrap fields
Git-Dch: Ignore
---
debian/control | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index f41e09a..e308fa1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,25 @@
Source: libautobox-core-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
+ Ivan Kohler <ivan-debian at 420.am>,
+ Fabrizio Regalli <fabreg at fabreg.it>,
+ gregor herrmann <gregoa at debian.org>,
+ Nathan Handler <nhandler at debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
- libautobox-perl (>= 2.71)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
- Ivan Kohler <ivan-debian at 420.am>,
- Fabrizio Regalli <fabreg at fabreg.it>,
- gregor herrmann <gregoa at debian.org>,
- Nathan Handler <nhandler at debian.org>
+ libautobox-perl (>= 2.71)
Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libautobox-core-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libautobox-core-perl.git
Homepage: https://metacpan.org/release/autobox-Core/
Package: libautobox-core-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libautobox-perl (>= 2.71)
+Depends: ${perl:Depends},
+ ${misc:Depends},
+ libautobox-perl (>= 2.71)
Description: module providing automatic methods for core functions
This module provides automatic methods which wrap perl's built-in
functions for minipulating numbers, strings, arrays, hashes, and code
@@ -28,3 +31,4 @@ Description: module providing automatic methods for core functions
hex ($) { hex($_[0]) }. Besides built-ins that operate on hashes, arrays,
scalars, and code references, some Perl 6-ish things were thrown in, and some
keywords like foreach have been turned into methods.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libautobox-core-perl.git
More information about the Pkg-perl-cvs-commits
mailing list