[libtext-markdown-perl] 03/05: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Fri Jul 10 23:13:52 UTC 2015


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

abe pushed a commit to branch master
in repository libtext-markdown-perl.

commit df4f3e640c2a95625caaac751d724e3335b6bcd3
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jul 11 01:02:02 2015 +0200

    Apply wrap-and-sort
---
 debian/changelog |  1 +
 debian/control   | 17 ++++++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f20b4b9..5da8194 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ libtext-markdown-perl (1.000031-1) UNRELEASED; urgency=low
     + migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
     + Fix shortname of BSD 3-Clause license.
     + Fix lintian warning copyright-refers-to-symlink-license.
+  * Apply wrap-and-sort.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index 4fd8a07..4744f36 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,18 @@ Source: libtext-markdown-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, libtest-exception-perl, liblist-moreutils-perl,
- libtext-diff-perl, libtest-pod-perl, libhtml-tidy-perl,
- libtest-pod-coverage-perl, libtest-differences-perl
+Build-Depends-Indep: libhtml-tidy-perl,
+                     liblist-moreutils-perl,
+                     libtest-differences-perl,
+                     libtest-exception-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libtext-diff-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>
 Standards-Version: 3.8.4
 Homepage: https://metacpan.org/release/Text-Markdown
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-markdown-perl.git
@@ -15,7 +21,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-markdown-
 
 Package: libtext-markdown-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Suggests: libtext-multimarkdown-perl
 Conflicts: markdown
 Description: module to convert Markdown syntax to (X)HTML

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



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