r50027 - in /trunk/libunicode-japanese-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 3 06:14:45 UTC 2010


Author: jawnsy-guest
Date: Sun Jan  3 06:14:35 2010
New Revision: 50027

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50027
Log:
* Rewrite control description
* All files are now installed into /usr/lib

Modified:
    trunk/libunicode-japanese-perl/debian/changelog
    trunk/libunicode-japanese-perl/debian/control
    trunk/libunicode-japanese-perl/debian/rules

Modified: trunk/libunicode-japanese-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-japanese-perl/debian/changelog?rev=50027&op=diff
==============================================================================
--- trunk/libunicode-japanese-perl/debian/changelog (original)
+++ trunk/libunicode-japanese-perl/debian/changelog Sun Jan  3 06:14:35 2010
@@ -7,6 +7,8 @@
   * Refresh to new DEP5 copyright format
   * Standards-Version 3.8.3 (update control data)
   * No longer install Changes via docs
+  * Rewrite control description
+  * All files are now installed into /usr/lib
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 03 Jan 2010 00:45:45 -0500
 

Modified: trunk/libunicode-japanese-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-japanese-perl/debian/control?rev=50027&op=diff
==============================================================================
--- trunk/libunicode-japanese-perl/debian/control (original)
+++ trunk/libunicode-japanese-perl/debian/control Sun Jan  3 06:14:35 2010
@@ -12,21 +12,7 @@
 Package: libunicode-japanese-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Perl module for convert japanese encodings
- Unicode::Japanese is perl module for convert japanese encodings.
- Features:
-    * The instance stores internal strings in UTF-8.
-    * Supports both XS and Non-XS. Use XS for high performance, or No-XS for
-      ease to use (only by copying Japanese.pm).
-    * Supports conversion between ZENKAKU and HANKAKU.
-    * Safely handles "EMOJI" of the mobile phones (DoCoMo i-mode, ASTEL
-      dot-i and J-PHONE J-Sky) by mapping them on Unicode Private Use Area.
-    * Supports conversion of the same image of EMOJI between different
-      mobile phone's standard mutually.
-    * Considers Shift_JIS(SJIS) as MS-CP932. (Shift_JIS on MS-Windows
-      (MS-SJIS/MS-CP932) differ from generic Shift_JIS encodings.)
-    * On converting Unicode to SJIS (and EUC-JP/JIS), those encodings that
-      cannot be converted to SJIS (except "EMOJI") are escaped in "&#dddd;"
-      format. "EMOJI" on Unicode Private Use Area is going to be '?'. When
-      converting strings from Unicode to SJIS of mobile phones, any
-      characters not up to their standard is going to be '?'
+Description: module for converting Japanese encodings
+ Unicode::Japanese is Perl module for converting Japanese encodings. It has
+ support for conversion between ZENKAKU and HANKAKU, and safely handles EMOJI
+ for mobile devices (DoCoMo i-mode, ASTEL dot-i and J-PHONE J-Sky).

Modified: trunk/libunicode-japanese-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-japanese-perl/debian/rules?rev=50027&op=diff
==============================================================================
--- trunk/libunicode-japanese-perl/debian/rules (original)
+++ trunk/libunicode-japanese-perl/debian/rules Sun Jan  3 06:14:35 2010
@@ -1,12 +1,4 @@
 #!/usr/bin/make -f
-
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
-
-override_dh_auto_install:
-	dh_auto_install
-	mkdir -p $(TMP)/usr/share/perl5
-	mv $(TMP)/usr/lib/perl5/Unicode $(TMP)/usr/share/perl5




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