[libouch-perl] 04/05: wrap&sort d/control
gregor herrmann
gregoa at debian.org
Sat May 30 17:33:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libouch-perl.
commit 6edd4dd0e203a4be0287b6a0ace5242eb67479c9
Author: gregor herrmann <gregoa at debian.org>
Date: Sat May 30 19:30:23 2015 +0200
wrap&sort d/control
Gbp-Dch: Ignore
---
debian/control | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 9b76401..a0f67ce 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~),
libmodule-build-perl
-Build-Depends-Indep: perl,
- libtest-trap-perl
+Build-Depends-Indep: libtest-trap-perl,
+ perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>
Standards-Version: 3.9.6
@@ -15,7 +15,8 @@ Testsuite: autopkgtest-pkg-perl
Package: libouch-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: exception handling module
The Ouch module ("exceptions that don't hurt") provides a class for exception
handling that doesn't require a lot of boilerplate, nor any up front
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libouch-perl.git
More information about the Pkg-perl-cvs-commits
mailing list