[libtext-markup-perl] 02/06: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Sat Jul 11 00:43:05 UTC 2015


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

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

commit 10fe50f8c0ede64ac958c91719aaf092bf58071f
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jul 11 01:47:38 2015 +0200

    Apply wrap-and-sort
    
    (And wrap long description using Emacs' M-q.)
---
 debian/control   | 51 +++++++++++++++++++++++++++------------------------
 debian/copyright | 10 +++++-----
 2 files changed, 32 insertions(+), 29 deletions(-)

diff --git a/debian/control b/debian/control
index 8dac2f6..b25164a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,18 +5,18 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>,
            Axel Beckert <abe at debian.org>
 Build-Depends: debhelper (>= 9),
- libmodule-build-perl
+               libmodule-build-perl
 Build-Depends-Indep: libfile-bom-perl (>= 0.14),
- libhtml-parser-perl,
- libhtml-tagset-perl,
- libparse-bbcode-perl (>= 0.15),
- libtext-markdown-perl (>= 1.000004),
- libtext-mediawikiformat-perl (>= 1.0),
- libtext-multimarkdown-perl (>= 1.000028),
- libtext-textile-perl (>= 2.10),
- libtext-trac-perl (>= 0.10),
- libtext-wikicreole-perl (>= 0.07),
- perl (>= 5.13.7)
+                     libhtml-parser-perl,
+                     libhtml-tagset-perl,
+                     libparse-bbcode-perl (>= 0.15),
+                     libtext-markdown-perl (>= 1.000004),
+                     libtext-mediawikiformat-perl (>= 1.0),
+                     libtext-multimarkdown-perl (>= 1.000028),
+                     libtext-textile-perl (>= 2.10),
+                     libtext-trac-perl (>= 0.10),
+                     libtext-wikicreole-perl (>= 0.07),
+                     perl (>= 5.13.7)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-markup-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-markup-perl.git
@@ -25,20 +25,23 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libtext-markup-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfile-bom-perl (>= 0.14),
- libhtml-parser-perl,
- libhtml-tagset-perl,
- libparse-bbcode-perl (>= 0.15),
- libtext-markdown-perl (>= 1.000004),
- libtext-mediawikiformat-perl (>= 1.0),
- libtext-multimarkdown-perl (>= 1.000028),
- libtext-textile-perl (>= 2.10),
- libtext-trac-perl (>= 0.10),
- libtext-wikicreole-perl (>= 0.07),
- perl (>= 5.13.7)
+Depends: libfile-bom-perl (>= 0.14),
+         libhtml-parser-perl,
+         libhtml-tagset-perl,
+         libparse-bbcode-perl (>= 0.15),
+         libtext-markdown-perl (>= 1.000004),
+         libtext-mediawikiformat-perl (>= 1.0),
+         libtext-multimarkdown-perl (>= 1.000028),
+         libtext-textile-perl (>= 2.10),
+         libtext-trac-perl (>= 0.10),
+         libtext-wikicreole-perl (>= 0.07),
+         perl (>= 5.13.7),
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Parse text markup into HTML
- This library's module, Text::Markup, provides an single interface for parsing a large number of text markup formats and converting them to HTML. It curruntly supports the following markups:
+ This library's module, Text::Markup, provides an single interface for
+ parsing a large number of text markup formats and converting them to
+ HTML. It curruntly supports the following markups:
  .
  - Asciidoc
  .
diff --git a/debian/copyright b/debian/copyright
index cea1a23..2f7a429 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,11 +2,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Text-Markup
 Upstream-Contact: David E. Wheeler <david at justatheory.com>
 Upstream-Name: Text-Markup
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
+DISCLAIMER: This copyright info was automatically extracted
+ from the perl module. It may not be accurate, so you better
+ check the module sources in order to ensure the module for its
+ inclusion in Debian or for general legal information. Please,
+ if licensing information is incorrectly generated, file a bug
  on dh-make-perl.
  NOTE: Don't forget to remove this disclaimer once you are happy
  with this file.

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



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