[libstring-tokenizer-perl] 10/12: Wrap-and-sort dependencies
Lucas Kanashiro
kanashiro.duarte at gmail.com
Mon Feb 29 12:12:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libstring-tokenizer-perl.
commit 95d04da2f511df0d0566dcfbfa67c66ae1309ded
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Mon Feb 29 09:05:53 2016 -0300
Wrap-and-sort dependencies
---
debian/changelog | 1 +
debian/control | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9f36b40..1d6d8c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libstring-tokenizer-perl (0.06-1) UNRELEASED; urgency=low
* Update Debian packaging copyright
* Bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.7
+ * Wrap-and-sort dependencies
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Mon, 29 Feb 2016 08:58:08 -0300
diff --git a/debian/control b/debian/control
index 3e18d75..718f42d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libstring-tokenizer-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ben Webb <bjwebb67 at googlemail.com>
Standards-Version: 3.9.7
@@ -12,7 +14,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstring-tokeniz
Package: libstring-tokenizer-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends}
Description: simple string tokenizer
String::Tokenizer is a simple string tokenizer which takes a string and splits
it on whitespace. It also optionally takes a string of characters to use as
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstring-tokenizer-perl.git
More information about the Pkg-perl-cvs-commits
mailing list