[libtext-diff-perl] 04/06: Wrap and sort dependencies
Lucas Kanashiro
kanashiro.duarte at gmail.com
Mon Feb 29 12:16:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libtext-diff-perl.
commit 309ca9134490e80c3b3b7089248da11e6521e78c
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Mon Feb 29 08:52:42 2016 -0300
Wrap and sort dependencies
---
debian/changelog | 1 +
debian/control | 13 +++++++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b72b560..8303624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libtext-diff-perl (1.44-1) UNRELEASED; urgency=medium
[ Lucas Kanashiro ]
* Import upstream version 1.44
* Declare compliance with Debian policy 3.9.7
+ * Wrap and sort dependencies
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Mon, 29 Feb 2016 08:47:25 -0300
diff --git a/debian/control b/debian/control
index 5b83e8b..8ce0f85 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,13 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+ Jonathan Yu <jawnsy at cpan.org>
Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl, libtest-minimumversion-perl,
- libalgorithm-diff-perl, libtest-cpan-meta-perl, libtest-pod-perl
+Build-Depends-Indep: libalgorithm-diff-perl,
+ libtest-cpan-meta-perl,
+ libtest-minimumversion-perl,
+ libtest-pod-perl,
+ perl
Standards-Version: 3.9.7
Homepage: https://metacpan.org/release/Text-Diff
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-diff-perl.git
@@ -15,7 +18,9 @@ Testsuite: autopkgtest-pkg-perl
Package: libtext-diff-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libalgorithm-diff-perl
+Depends: libalgorithm-diff-perl,
+ ${misc:Depends},
+ ${perl:Depends}
Description: Perl module to find differences in files and record sets
Text::Diff provides a basic functions similar to the GNU diff utility. It is
not anywhere near as feature complete as GNU diff, but is better integrated
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-diff-perl.git
More information about the Pkg-perl-cvs-commits
mailing list