[SCM] Debian packaging of libb-hooks-parser-perl branch, master, updated. upstream/0.10-23-g242a503

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri Feb 17 22:57:03 UTC 2012


The following commit has been merged in the master branch:
commit 07a7c2ffce568ff0bb639b388f631855aa9dbf69
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Feb 17 23:48:49 2012 +0100

    Rewrote long description to include a bit more detail at lintians pleasure

diff --git a/debian/changelog b/debian/changelog
index c70b7b9..fa70724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
 libb-hooks-parser-perl (0.10-1) UNRELEASED; urgency=low
 
- TODO: I: libb-hooks-parser-perl: extended-description-is-probably-too-short
-
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
@@ -30,6 +28,10 @@ libb-hooks-parser-perl (0.10-1) UNRELEASED; urgency=low
     to /usr/share/common-licenses/GPL-1 in d/copyright
   * Better short description
 
+  [ Florian Schlichting ]
+  * Rewrote long description to include a bit more detail at lintian's
+    pleasure.
+
  -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 09 Feb 2012 23:48:55 +0100
 
 libb-hooks-parser-perl (0.09-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 3de7e16..90bbb4f 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,8 @@ Package: libb-hooks-parser-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
   libb-hooks-op-check-perl, libparent-perl
-Description: perl module for providing an API for parts of the perl parser
- B::Hooks::Parser provides an API for parts of the perl parser.
- It can be used to modify code while it's being parsed.
+Description: module providing an interface to Perl's parser variables
+ B::Hooks::Parser provides an API for parts of the perl parser. It can
+ be used to modify the code during parsing, providing functions to get
+ and set the line currently worked on, the position on that line and to
+ inject Perl code at the current parsing position.

-- 
Debian packaging of libb-hooks-parser-perl



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