[libpackage-stash-perl] 09/11: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sat Sep 27 16:43:56 UTC 2014


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

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

commit ed7cca1fc7f1c89d06c344420a71b5dc55ad13c9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 27 18:31:26 2014 +0200

    wrap&sort d/control
    
    Git-Dch: Ignore
---
 debian/control | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index c15fc0a..12d5a01 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 Source: libpackage-stash-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Alessandro Ghedini <ghedo at debian.org>
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libmodule-implementation-perl,
- libtest-fatal-perl,
- libtest-leaktrace-perl,
- libtest-requires-perl,
- libpackage-stash-xs-perl
+Build-Depends-Indep: libmodule-implementation-perl,
+                     libpackage-stash-xs-perl,
+                     libtest-fatal-perl,
+                     libtest-leaktrace-perl,
+                     libtest-requires-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpackage-stash-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpackage-stash-perl.git
@@ -21,13 +21,14 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libpackage-stash-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmodule-implementation-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmodule-implementation-perl
 Recommends: libpackage-stash-xs-perl (>= 0.24)
 Breaks: libclass-mop-perl (<< 1.09~),
- libmoosex-method-signatures-perl (<< 0.37~),
- libmoosex-roles-withoverloading-perl (<< 0.09~),
- libnamespace-clean-perl (<< 0.19~)
+        libmoosex-method-signatures-perl (<< 0.37~),
+        libmoosex-roles-withoverloading-perl (<< 0.09~),
+        libnamespace-clean-perl (<< 0.19~)
 Description: module providing routines for manipulating stashes
  Package::Stash is a Perl module that provides an interface for manipulating
  stashes (Perl's symbol tables). These operations are occasionally necessary,

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



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