Bug#843920: new upstream version

2016-11-10 Thread FanJun Kong
Package: xnec2c
Version: 3.5-1
Severity: Wishlist

wishlist for upload new package version 3.5.1 from upstream.


Bug#843919: missing appstream metadata

2016-11-10 Thread FanJun Kong
Package: xnec2c
Version: 3.5-1
Severity: Wishlist

The Xnec2c package cannot be installed using the Gnome Software

application because it's missing the needed metadata.

New version in upstream has fix this problem.


Bug#831236: klog: FTBFS: dh_install: missing files, aborting

2016-11-07 Thread FanJun Kong
Hi

fixed and upload package here:
https://mentors.debian.net/package/klog

Jaime, could you help me to review it?

Thanks very much

FanJun Kong
BH1SCW


Bug#831093: another patch

2016-10-25 Thread FanJun Kong
Though this is fix already, here is another patch
===
--- qterm_git.orig/src/uaocodec.cpp
+++ qterm_git/src/uaocodec.cpp
@@ -2485,7 +2485,7 @@ static const ushort big5_to_ucs[] =
 33325, 33326, 33342, 33378, 33386, 33416
 };

-static const uchar ucs_to_big5[][2] =
+static const char ucs_to_big5[][2] =
 {

{'\x00','\x00'},{'\x00','\x01'},{'\x00','\x02'},{'\x00','\x03'},{'\x00','\x04'},

{'\x00','\x05'},{'\x00','\x06'},{'\x00','\x07'},{'\x00','\x08'},{'\x00','\x09'},
@@ -15632,7 +15632,7 @@ static int qt_UnicodeToBig5(uint wc, uch
 }
 else {
 if (wc >= 0 && wc <= 65535){
-c = ucs_to_big5[wc];
+c = (uchar*) ucs_to_big5[wc];
 if (c [0] == '\0')
 return 0;
 if (c [1] != 0) {


Bug#841369: Icon too small - pinged upstream author

2016-10-20 Thread FanJun Kong
yes, we have discuess about this icon problem and hope change to a bigger
one.


On Thu, Oct 20, 2016 at 5:25 PM, Colin Tuckley  wrote:

> I've reported this to upstream and asked if he has a bigger version of
> the icon.
>
> Colin
>
>


Bug#841369: Wishlist: Change icon image for CQRLOG

2016-10-19 Thread FanJun Kong
Package: cqrlog
Version: 2.0.1-1
Severity: wishlist

icon file was too small 32*32, gnome-software will not display. so we
need to change size at least 64*64.


Bug#725276: Fixed in the new version

2014-10-20 Thread FanJun Kong
This bug is fixed at new version 0.7.7
can you upload this version?

Thanks
FJ