[libchi-perl] 02/04: Reformat debian/control with cme

gregor herrmann gregoa at debian.org
Wed Aug 12 18:02:24 UTC 2015


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

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

commit 58e8a91b3bb0d0ee82c3c46900cfd250e607d670
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 12 19:57:53 2015 +0200

    Reformat debian/control with cme
    
    Gbp-Dch: ignore
---
 debian/control | 109 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 55 insertions(+), 54 deletions(-)

diff --git a/debian/control b/debian/control
index 4c9dbf9..40aaee0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,67 +1,68 @@
 Source: libchi-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Chris Butler <chrisb at debian.org>,
+           Angel Abad <angelabad at gmail.com>,
+           gregor herrmann <gregoa at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>,
+           Christopher Hoskin <christopher.hoskin at gmail.com>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libcarp-assert-perl,
- libclass-load-perl,
- libdata-serializer-perl,
- libdigest-jhash-perl,
- libhash-moreutils-perl,
- libjson-maybexs-perl (>= 1.003003),
- liblist-moreutils-perl,
- liblog-any-perl,
- libmoo-perl (>= 1.003000),
- libmoox-types-mooselike-perl,
- libmoox-types-mooselike-numeric-perl | libmoox-types-mooselike-perl (<< 0.25-1~),
- libossp-uuid-perl,
- libstring-rewriteprefix-perl,
- libtask-weaken-perl,
- libtest-class-perl,
- libtest-deep-perl,
- libtest-exception-perl,
- libtest-warn-perl,
- libtimedate-perl,
- libtime-duration-parse-perl,
- libtime-duration-perl,
- libtry-tiny-perl (>= 0.05)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
- Jonathan Yu <jawnsy at cpan.org>,
- Chris Butler <chrisb at debian.org>,
- Angel Abad <angelabad at gmail.com>,
- gregor herrmann <gregoa at debian.org>,
- Xavier Guimard <x.guimard at free.fr>,
- Christopher Hoskin <christopher.hoskin at gmail.com>
+                     libcarp-assert-perl,
+                     libclass-load-perl,
+                     libdata-serializer-perl,
+                     libdigest-jhash-perl,
+                     libhash-moreutils-perl,
+                     libjson-maybexs-perl (>= 1.003003),
+                     liblist-moreutils-perl,
+                     liblog-any-perl,
+                     libmoo-perl (>= 1.003000),
+                     libmoox-types-mooselike-perl,
+                     libmoox-types-mooselike-numeric-perl | libmoox-types-mooselike-perl (<< 0.25-1~),
+                     libossp-uuid-perl,
+                     libstring-rewriteprefix-perl,
+                     libtask-weaken-perl,
+                     libtest-class-perl,
+                     libtest-deep-perl,
+                     libtest-exception-perl,
+                     libtest-warn-perl,
+                     libtimedate-perl,
+                     libtime-duration-parse-perl,
+                     libtime-duration-perl,
+                     libtry-tiny-perl (>= 0.05)
 Standards-Version: 3.9.6
-Homepage: https://metacpan.org/release/CHI
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libchi-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libchi-perl.git
-Testsuite: autopkgtest-pkg-perl
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libchi-perl.git
+Homepage: https://metacpan.org/release/CHI
 
 Package: libchi-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libcache-cache-perl,
- libcache-fastmmap-perl,
- libcarp-assert-perl,
- libclass-load-perl,
- libdata-serializer-perl,
- libdigest-jhash-perl,
- libhash-moreutils-perl,
- libjson-maybexs-perl (>= 1.003003),
- liblist-moreutils-perl,
- liblog-any-perl,
- libmoo-perl (>= 1.003000),
- libmoox-types-mooselike-perl,
- libmoox-types-mooselike-numeric-perl | libmoox-types-mooselike-perl (<< 0.25-1~),
- libossp-uuid-perl,
- libstring-rewriteprefix-perl,
- libtask-weaken-perl,
- libtimedate-perl,
- libtime-duration-parse-perl,
- libtime-duration-perl,
- libtry-tiny-perl (>= 0.05)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcache-cache-perl,
+         libcache-fastmmap-perl,
+         libcarp-assert-perl,
+         libclass-load-perl,
+         libdata-serializer-perl,
+         libdigest-jhash-perl,
+         libhash-moreutils-perl,
+         libjson-maybexs-perl (>= 1.003003),
+         liblist-moreutils-perl,
+         liblog-any-perl,
+         libmoo-perl (>= 1.003000),
+         libmoox-types-mooselike-perl,
+         libmoox-types-mooselike-numeric-perl | libmoox-types-mooselike-perl (<< 0.25-1~),
+         libossp-uuid-perl,
+         libstring-rewriteprefix-perl,
+         libtask-weaken-perl,
+         libtimedate-perl,
+         libtime-duration-parse-perl,
+         libtime-duration-perl,
+         libtry-tiny-perl (>= 0.05)
 Description: Unified Cache Handling Interface
  CHI provides a unified caching API for Perl programs, designed to assist
  a developer in keeping data persistent for a specified period of time.

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



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