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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Feb 18 21:04:29 UTC 2008


Author: gregoa-guest
Date: Mon Feb 18 21:04:29 2008
New Revision: 15128

URL: http://svn.debian.org/wsvn/?sc=1&rev=15128
Log:
debian/control:
  - add libjcode-pm-perl to Suggests
  - wrap long lines
  - add libapp-info-perl to Build-Depends-Indep (used in tests)

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/trunk/libi18n-charset-perl/debian/changelog?rev=15128&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/changelog (original)
+++ trunk/libi18n-charset-perl/debian/changelog Mon Feb 18 21:04:29 2008
@@ -18,8 +18,12 @@
     - move dh_clean before make distclean
     - use $@ for touching stamp files
     - remove unneeded calls to dh_link and dh_strip
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 18 Feb 2008 21:54:54 +0100
+  * debian/control:
+    - add libjcode-pm-perl to Suggests
+    - wrap long lines
+    - add libapp-info-perl to Build-Depends-Indep (used in tests)
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 18 Feb 2008 22:01:45 +0100
 
 libi18n-charset-perl (1.385-1) unstable; urgency=low
 

Modified: trunk/libi18n-charset-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libi18n-charset-perl/debian/control?rev=15128&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/control (original)
+++ trunk/libi18n-charset-perl/debian/control Mon Feb 18 21:04:29 2008
@@ -2,20 +2,26 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Marc 'HE' Brockschmidt <he at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
+Uploaders: Marc 'HE' Brockschmidt <he at debian.org>,
+ Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+ gregor herrmann <gregor+debian at comodo.priv.at>,
+ Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/I18N-Charset/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libi18n-charset-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/
 Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl, libio-string-perl, libtest-simple-perl, libunicode-map-perl, libunicode-maputf8-perl, libio-capture-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl, libio-string-perl, libtest-simple-perl,
+ libunicode-map-perl, libunicode-maputf8-perl, libio-capture-perl,
+ libtest-pod-perl, libtest-pod-coverage-perl, libapp-info-perl
 
 Package: libi18n-charset-perl
 Section: perl
 Priority: optional
 Architecture: all
 Depends: ${perl:Depends}, libio-string-perl, ${misc:Depends}
-Suggests: libunicode-map-perl, libunicode-map8-perl, libunicode-maputf8-perl
+Suggests: libunicode-map-perl, libunicode-map8-perl,
+ libunicode-maputf8-perl, libjcode-pm-perl
 Description: Perl module for mapping character set names to IANA names
  This module maps Character Set names to the names officially
  registered with IANA.  For example, 'Shift_JIS' is the official name




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