[SCM] Debian packaging of Import-Into CPAN distribution branch, master, updated. 2482d0139e2272375a53e49b4a4dd3a9634d3624

Nuno Carvalho smash at cpan.org
Wed Aug 1 18:02:20 UTC 2012


The following commit has been merged in the master branch:
commit b6b12276c0e1da3689c2a86af9c31a12c04cc057
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed Aug 1 18:07:30 2012 +0100

    Fix short description in d/control

diff --git a/debian/changelog b/debian/changelog
index 8ff4923..c3ed3ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,6 @@ libimport-into-perl (1.001000-1) UNRELEASED; urgency=low
 
   TODO:
   - d/control:
-    + short description should be a noun phrase, i.e. it should work in a
-      sentence like "<package> is (a) <short description>".
-      simple workaround: "module for doing something ..."
     + long description should mention Import::Into somewhere to make searching
       for the module easier
     + hm, the long description only says what other modules don't offer but
diff --git a/debian/control b/debian/control
index f4c3afc..7224930 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://search.cpan.org/dist/Import-Into/
 Package: libimport-into-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: import packages into other packages 
+Description: module for importing packages into other packages
  Writing exporters is a pain. Some use Exporter, some use Sub::Exporter, some
  use Moose::Exporter, some use Exporter::Declare and some things are pragmas.
  .

-- 
Debian packaging of Import-Into CPAN distribution



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