[SCM] Debian packaging of libb-hooks-endofscope-perl branch, master, updated. upstream/0.10-36-g6a68899

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


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

    Provided an extended description that satisfies lintian

diff --git a/debian/changelog b/debian/changelog
index a232222..41f1ff0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 libb-hooks-endofscope-perl (0.10-1) UNRELEASED; urgency=low
 
   TODO: 
-       - I: libb-hooks-endofscope-perl: extended-description-is-probably-too-short
        - dh-make-perl proposes perl (>= 6.3.0) as B-D-I and Depends. We don't have 
          this perl version. I think it grabs this version from ExtUtils::MakeMaker
          into META.yml file. ExtUtils::MakeMaker is included in perl-modules, so 
@@ -32,6 +31,9 @@ libb-hooks-endofscope-perl (0.10-1) UNRELEASED; urgency=low
     - Changed path of GPL license in '/usr/share/common-licenses/GPL-1'
     - Updated copyright year
 
+  [ Florian Schlichting ]
+  * Provided an extended description that satisfies lintian.
+
  -- Fabrizio Regalli <fabreg at fabreg.it>  Fri, 17 Feb 2012 10:22:33 +0100
 
 libb-hooks-endofscope-perl (0.08-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f3bd626..2300a45 100644
--- a/debian/control
+++ b/debian/control
@@ -18,5 +18,7 @@ Architecture: all
 Depends: perl (>= 5.8.0), ${misc:Depends}, libvariable-magic-perl (>= 0.34),
  libsub-exporter-perl
 Description: module for executing code after a scope finished compilation
- B::Hooks::EndOfScope allows you to execute code when perl finished compiling 
- the surrounding scope.
+ B::Hooks::EndOfScope allows you to execute code when perl finished
+ compiling the surrounding scope. It exports a single function,
+ 'on_scope_end $codeblock', which can be used e.g. for introspection in
+ the constructor of your class.

-- 
Debian packaging of libb-hooks-endofscope-perl



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