[libsyntax-highlight-perl-improved-perl] 05/05: Mention module name in long package description

Axel Beckert abe at deuxchevaux.org
Wed Nov 8 00:45:54 UTC 2017


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

abe pushed a commit to branch master
in repository libsyntax-highlight-perl-improved-perl.

commit 6c6d3a55e2d9cb9ca13432c92b9b4a12c3aea180
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 8 01:43:45 2017 +0100

    Mention module name in long package description
---
 debian/changelog |  1 +
 debian/control   | 11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e88d842..00de478 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ libsyntax-highlight-perl-improved-perl (1.01-4) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly.
     + Install files via debian/{install,docs,manpages}.
   * Declare compliance with Debian Policy 4.1.1.
+  * Mention module name in long package description.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:13 -0300
 
diff --git a/debian/control b/debian/control
index 6f083b9..ba6cd9b 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,9 @@ Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends}
 Description: Highlighting of Perl Syntactical Structures
- This module provides syntax highlighting for Perl code. The design bias is
- roughly line-oriented and streamed (ie, processing a file line-by-line in a
- single pass). Provisions may be made in the future for tasks related to
- "back-tracking" (ie, re-doing a single line in the middle of a stream) such
- as speeding up state copying.
+ Syntax::Highlight::Perl::Improved provides syntax highlighting for
+ Perl code. The design bias is roughly line-oriented and streamed (ie,
+ processing a file line-by-line in a single pass). Provisions may be
+ made in the future for tasks related to "back-tracking" (i.e.,
+ re-doing a single line in the middle of a stream) such as speeding up
+ state copying.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsyntax-highlight-perl-improved-perl.git



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