r52604 - in /trunk/libi18n-charset-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Feb 11 23:32:01 UTC 2010


Author: gregoa
Date: Thu Feb 11 23:31:55 2010
New Revision: 52604

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52604
Log:
  - remove build dependency on libtest-simple-perl, Test::More is in core
  - mention module name in long description

Modified:
    trunk/libi18n-charset-perl/debian/changelog
    trunk/libi18n-charset-perl/debian/control

Modified: trunk/libi18n-charset-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/debian/changelog?rev=52604&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/changelog (original)
+++ trunk/libi18n-charset-perl/debian/changelog Thu Feb 11 23:31:55 2010
@@ -10,6 +10,8 @@
       (closes: #569450)
     - remove duplicate Section/Priority
     - set Standards-Version to 3.8.4 (no changes)
+    - remove build dependency on libtest-simple-perl, Test::More is in core
+    - mention module name in long description
   * Switch to debhelper 7.
   * Switch to source format 3.0 (quilt).
   * debian/copyright: update formatting.

Modified: trunk/libi18n-charset-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/debian/control?rev=52604&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/control (original)
+++ trunk/libi18n-charset-perl/debian/control Thu Feb 11 23:31:55 2010
@@ -11,17 +11,17 @@
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libi18n-charset-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libi18n-charset-perl/
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libio-string-perl, libtest-simple-perl,
+Build-Depends-Indep: perl, libio-string-perl,
  libunicode-map-perl, libunicode-maputf8-perl (>= 0.13+dfsg-2), libio-capture-perl,
  libtest-pod-perl, libtest-pod-coverage-perl
 
 Package: libi18n-charset-perl
 Architecture: all
-Depends: ${perl:Depends}, libio-string-perl, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, libio-string-perl
 Suggests: libunicode-map-perl, libunicode-map8-perl,
  libunicode-maputf8-perl (>= 0.13+dfsg-2), libjcode-pm-perl
 Description: Perl module for mapping character set names to IANA names
- This module maps Character Set names to the names officially
+ I18N::Charset maps Character Set names to the names officially
  registered with IANA.  For example, 'Shift_JIS' is the official name
  of 'x-sjis'.
  .




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