[libconfig-std-perl] 06/07: cme: wrap

gregor herrmann gregoa at debian.org
Fri Aug 23 13:20:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libconfig-std-perl.

commit 0b4046194256ae149f3604264842838533f20003
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 23 15:17:15 2013 +0200

    cme: wrap
    
    Git-Dch: Ignore
---
 debian/control |   24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 85703ec..eee3ee5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,29 @@
 Source: libconfig-std-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libclass-std-perl, 
- libtest-pod-perl, 
- libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, 
- Salvatore Bonaccorso <carnil at debian.org>,
- gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     libclass-std-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Config-Std/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-std-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-std-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-std-perl.git
+Homepage: https://metacpan.org/release/Config-Std/
 
 Package: libconfig-std-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libclass-std-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libclass-std-perl
 Description: Load and save configuration files in a standard format
  Config::Std implements yet another damn configuration-file system.
  .
  The configuration language is deliberately simple and limited, and the
  module works hard to preserve as much information (section order,
  comments, etc.) as possible when a configuration file is updated.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-std-perl.git



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