ubuntukylin-members team mailing list archive
-
ubuntukylin-members team
-
Mailing list archive
-
Message #05029
[Branch ~ubuntukylin-members/ubuntukylin-default-settings/trunk] Rev 195: fix zip file display of garbage characters (LP: #1462848 )
------------------------------------------------------------
revno: 195
committer: ShuiLu Pi <shuilupi@xxxxxxxxxxxxxxx>
branch nick: ubuntukylin-default-settings
timestamp: Fri 2015-09-18 10:19:56 +0800
message:
fix zip file display of garbage characters (LP: #1462848 )
modified:
debian/Z99-zip-gbk.sh
debian/changelog
--
lp:ubuntukylin-default-settings
https://code.launchpad.net/~ubuntukylin-members/ubuntukylin-default-settings/trunk
Your team Ubuntu Kylin Members is subscribed to branch lp:ubuntukylin-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~ubuntukylin-members/ubuntukylin-default-settings/trunk/+edit-subscription
=== modified file 'debian/Z99-zip-gbk.sh'
--- debian/Z99-zip-gbk.sh 2015-02-07 04:24:08 +0000
+++ debian/Z99-zip-gbk.sh 2015-09-18 02:19:56 +0000
@@ -1,4 +1,4 @@
-if [ "$LANGUAGE" = "zh_CN" ]; then
+if [ `echo $LANGUAGE | grep zh_CN` != "" ]; then
export UNZIP="-O GBK"
export ZIPINFO="-O GBK"
fi
=== modified file 'debian/changelog'
--- debian/changelog 2015-06-23 09:10:58 +0000
+++ debian/changelog 2015-09-18 02:19:56 +0000
@@ -1,3 +1,9 @@
+ubuntukylin-default-settings (1.3.10) wily; urgency=medium
+
+ * fix zip file display of garbage characters (LP: #1462848 )
+
+ -- ShuiLu Pi <shuilupi@xxxxxxxxxxxxxxx> Fri, 18 Sep 2015 10:12:25 +0800
+
ubuntukylin-default-settings (1.3.9) wily; urgency=medium
* change details overview's logo for Ubuntu Kylin 15.10 (LP: #1467839 )