RFS: acsccid (New Upstream Release)

2012-01-19 Thread Godfrey Chung
Dear mentors,

I am looking for a sponsor for my package "acsccid". acsccid 1.0.3 added more 
ACS CCID smart card readers support as well as legacy smart card readers such 
as ACR38 running proprietary protocol (non-CCID). It also improved card 
protocol parameters handling so that the optimal baud rate between reader and 
card is selected.

* Package name: acsccid
   Version : 1.0.3-1
   Upstream Author : Advanced Card Systems Ltd.
* URL : http://acsccid.sourceforge.net/
* License : LGPL-2.1+
   Section : libs

Here is the change log:

  * New upstream release.
  * Removed debian/patches/pcsc-lite-1_7_3.patch.
  * Updated debian/copyright.
  * Updated debian/libacsccid1.udev from upstream.

It builds those binary packages:

libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.3-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Godfrey Chung

RFS: acsccid (New Upstream Release)

2012-01-23 Thread Godfrey Chung
Dear Kilian,

Thank you for reviewing and uploading my first package "acsccid". Recently, I 
have updated the package with new upstream. acsccid 1.0.3 added more ACS CCID 
smart card readers support as well as legacy smart card readers such as ACR38 
running proprietary protocol (non-CCID). It also improved card protocol 
parameters handling so that the optimal baud rate between reader and card is 
selected.

 * Package name: acsccid
   Version : 1.0.3-1
   Upstream Author : Advanced Card Systems Ltd. 
 * URL : http://acsccid.sourceforge.net/
 * License : LGPL-2.1+
   Section : libs

Here is the change log:
 
  * New upstream release.
  * Removed debian/patches/pcsc-lite-1_7_3.patch.
  * Updated debian/copyright.
  * Updated debian/libacsccid1.udev from upstream.

It builds those binary packages:

libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.3-1.dsc

I would be glad if you uploaded this package for me.

Kind regards,

Godfrey Chung

Re: RFS: acsccid (New Upstream Release)

2012-01-25 Thread Godfrey Chung

Dear Paul

Thank you for your review.


I filed #657110 on lintian to check for commented out Vcs-* fields
pointing at collab-maint (which is created by dh_make). Please
consider implementing a patch for it so that others don't make the
same mistake.


Done. I removed the comment.


You might want to run wrap-and-sort -s so diffs on debian/control are
more readable in future.


Done.


Why do you duplicate src/92_pcscd_acsccid.rules as
debian/libacsccid1.udev? I would suggest deleting
debian/libacsccid1.udev and just using the upstream file.


Done. I created a symbolic link to upstream file.


Upstream is hard-coding the path to libpcsclite.pc in configure.ac,
please ask them to stop doing that. AC_PREFIX_DEFAULT should not be
needed either.


Done. I have forwarded your suggestion to Development Team.


debian/watch doesn't need the blank line. I would also suggest using
[\d\.]+ instead of .*


Done.


debian/control misses a build-dep on perl. If perl leaves
build-essential then your package will FTBFS.


Done.


Please use --parallel when calling dh, otherwise you don't respect
part of Debian Policy 4.9.1.


Done.


The upstream README file contains installation info and
authors/copyright/license info, which is not useful for Debian users.
You might want to get upstream to split those out into README.install,
AUTHORS or similar.


Done. I have forwarded your suggestion to Development Team.


The src/openct directory is an embedded code copy. You should ask
upstream to remove it and build-depend on openct. If they are not
willing to do so, then you should do that for Debian. If that isn't
possible for whatever reason, please contact the security team and get
it added to the embedded code copies file:

http://wiki.debian.org/EmbeddedCodeCopies


It is not an embedded code copy. acsccid borrowed the internal code from 
openct to do the smart card protocol (T1). According to the ChangeLog, the 
source code had been modified.



Should ccid be removed from Debian? acsccid seems like a fork of it.
If it shouldn't be removed, please also get this documented by the
security team, they track forks too.


No.
How can I get this documented by the security team?


One warning from dpkg-shlibdeps:

dpkg-shlibdeps: warning:
debian/libacsccid1/usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so.1.0.3
contains an unresolvable reference to symbol log_xxd: it's probably a
plugin.
dpkg-shlibdeps: warning: 1 similar warning has been skipped (use -v to see 
it).


log_xxd is a internal API provided by pcscd. Therefore, dpkg-shlibdeps 
cannot find the function from other shared libraries.



lintian complaints:

X: libacsccid1: shlib-calls-exit
usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so.1.0.3


The exit function call is generated automatically by flex (tokenparser.l --> 
tokenparser.c). It seems to be difficult to modify the code.


I have updated the package with the following change log. Please have a 
look.


 * New upstream release.
 * Removed debian/patches/pcsc-lite-1_7_3.patch.
 * Updated debian/copyright.
 * Updated debian/libacsccid1.udev with a symbolic link to
   src/92_pcscd_acsccid.rules.
 * Removed comment starting with "Vcs-" and added perl to Build-Depends in
   debian/control.
 * Added --parallel option to dh in debian/rules.
 * Removed a blank line and replaced ".*" with "[\d\.]+" in debian/watch.

Regards

Godfrey 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/01509DEEED2944F3BABB080BD94FE5D5@GODFREYPC



Re: RFS: acsccid (New Upstream Release)

2012-01-26 Thread Godfrey Chung

Dear Paul


Why do you duplicate src/92_pcscd_acsccid.rules as
debian/libacsccid1.udev? I would suggest deleting
debian/libacsccid1.udev and just using the upstream file.


Done. I created a symbolic link to upstream file.



Why? Isn't the existing file installed by the upstream build system?
If not, please send them a patch


Yes, the upstream does not install the udev file and the udev file is needed 
to be copied manually. I referred to libccid and found that the package made 
use of dh_installudev to install udev file. I think this helper script know 
how to get the udev path.



Sounds like the very definition of an embedded code copy. It would be
nice if upstream did not do this.


I think the upstream will use it if openct exports this useful internal 
function from the library and the upstream author did not want to reinvent 
the wheel.



Should ccid be removed from Debian? acsccid seems like a fork of it.
If it shouldn't be removed, please also get this documented by the
security team, they track forks too.


No.


Can you explain your response here?


acsccid is a fork of ccid but it only supports smart card readers from ACS. 
I don't think we should remove ccid.



How can I get this documented by the security team?



See the wiki page I pointed at.


Which wiki page? I saw this one for 
http://wiki.debian.org/EmbeddedCodeCopies. Is it another one?


Regards

Godfrey 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4791545F754C4E05A7F88318D4105220@GODFREYPC



Re: RFS: acsccid (New Upstream Release)

2012-01-26 Thread Godfrey Chung

Dear Secure Testing Team

I would like to add the following entries to the embedded-code-copies file. 
acsccid is a fork of ccid and is based on ccid 1.3.11.


acsccid
   - ccid 1.3.11  (fork)

ccid
   - openct  (modified-embed)
   - towitoko  (modified-embed)

Please correct me if the syntax is wrong. Thanks!

Regards

Godfrey 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/0D1F9B598249487788FA46B6C67ABF92@GODFREYPC



Re: RFS: acsccid (New Upstream Release)

2012-01-26 Thread Godfrey Chung

Dear Paul

I cannot send the e-mail to the following address. It seems that our SMTP 
server cannot do the identity verification. Can you help me to forward the 
e-mail to Secure Testing Team?


---
Hi. This is the qmail-send program at hades6.communilink.net.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

:
217.196.43.134 does not like recipient.
Remote host said: 550-Verification failed for 
550-Called: 203.124.10.222
550-Sent: RCPT TO:
550-Response: 553 Not our message (#5.7.1)
550 Sender callout failed: Sender adress can't be verified through SMTP 
check.

Giving up on 217.196.43.134.

:
70.103.162.29 does not like recipient.
Remote host said: 550-Verification failed for 
550-Called: 203.124.10.223
550-Sent: RCPT TO:
550-Response: 553 Not our message (#5.7.1)
550 Sender verify failed
Giving up on 70.103.162.29.

Regards

Godfrey 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2C14928FA32643739B4576BECEA2FD01@GODFREYPC



Re: RFS: acsccid (New Upstream Release)

2012-01-27 Thread Godfrey Chung
Dear Paul

I sent the e-mail to Secure Testing Team at home tonight. Hope that they can 
receive my e-mail. Thanks!

Regards

Godfrey

Re: RFS: acsccid (New Upstream Release)

2012-01-28 Thread Godfrey Chung

Dear Kilian

Finally, my package "acsccid 1.0.3-1" had been reviewed by Paul and I had 
modified the package according to his comment.


You may be busy at this moment. Please take a look of my package as soon as 
possible. I would be glad if you uploaded my package for me.


Regards

Godfrey 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/CDE4B10737FB4D8C881849F513F8926F@grasshopper



RFS: acsccid (New Upstream Release)

2012-01-31 Thread Godfrey Chung

Dear mentors,

I am looking for a sponsor for my package "acsccid".

* Package name: acsccid
  Version : 1.0.3-1
  Upstream Author : Advanced Card Systems Ltd. 
* URL : http://acsccid.sourceforge.net/
* License : LGPL-2.1+
  Section : libs

It builds those binary packages:

libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following 
URL:


 http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

 dget -x 
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.3-1.dsc


acsccid 1.0.3 added more ACS CCID smart card readers support as well as 
legacy smart card readers such as ACR38 running proprietary protocol 
(non-CCID). It also improved card protocol parameters handling so that the 
optimal baud rate between reader and card is selected.


Change Log:

* New upstream release.
* Removed debian/patches/pcsc-lite-1_7_3.patch.
* Updated debian/copyright.
* Updated debian/libacsccid1.udev with a symbolic link to
  src/92_pcscd_acsccid.rules.
* Removed comment starting with "Vcs-" and added perl to Build-Depends in
  debian/control.
* Added --parallel option to dh in debian/rules.
* Removed a blank line and replaced ".*" with "[\d\.]+" in debian/watch.

Currently, I cannot contact my sponsor and my package had been reviewed by 
Paul Wise. I would be glad if someone uploaded this package for me.


Kind regards,

Godfrey Chung 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/63082A46281B4B06B5DFB340ADA2FE91@GODFREYPC



Bug#660606: RFS: acsccid/1.0.3-1 -- PC/SC driver for ACS USB CCID smart card readers

2012-02-19 Thread Godfrey Chung
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "acsccid".

* Package name: acsccid
  Version : 1.0.3-1
  Upstream Author : Advanced Card Systems Ltd. 
* URL : http://acsccid.sourceforge.net/
* License : LGPL-2.1+
  Section : libs

It builds those binary packages:

libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.3-1.dsc

acsccid 1.0.3 added more ACS CCID smart card readers support as well as
legacy smart card readers such as ACR38 running proprietary protocol
(non-CCID). It also improved card protocol parameters handling so that the
optimal baud rate between reader and card is selected.

Changes since the last upload:

* New upstream release.
* Removed debian/patches/pcsc-lite-1_7_3.patch.
* Updated debian/copyright.
* Updated debian/libacsccid1.udev with a symbolic link to
  src/92_pcscd_acsccid.rules.
* Removed comment starting with "Vcs-" and added perl to Build-Depends in
  debian/control.
* Added --parallel option to dh in debian/rules.
* Removed a blank line and replaced ".*" with "[\d\.]+" in debian/watch.

Currently, my package had been reviewed by Paul Wise [1]. I would be glad if
someone uploaded this package for me.

Kind regards,

Godfrey Chung

[1] http://lists.debian.org/debian-mentors/2012/01/msg00585.html



-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_HK.UTF-8, LC_CTYPE=en_HK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120220055535.2344.80800.reportbug@debian.acshko



Bug#678107: RFS: acsccid/1.0.4-1

2012-06-19 Thread Godfrey Chung
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "acsccid"

  * Package name: acsccid
Version : 1.0.4-1
Upstream Author : Advanced Card Systems Ltd. 
  * URL : http://acsccid.sourceforge.net/
  * License : LGPL-2.1+
Section : libs

It builds those binary packages:

  libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.4-1.dsc

acsccid 1.0.4 is a bug fixed release. It added more ACS readers support and
improved the compatibility with pcsc-lite 1.8.3.

Changes since the last upload:

acsccid (1.0.4-1) unstable; urgency=low

  * New upstream release.
  * Updated debhelper to 9.
  * Updated Standards-Version to 3.9.3.

Regards,
  Godfrey Chung



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_HK.utf8, LC_CTYPE=en_HK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120619091556.16448.24342.reportbug@debian7.acshko



Bug#678107: RFS: acsccid/1.0.4-1

2012-08-24 Thread Godfrey Chung

Hi Bart


  |  Files in second .deb but not in first
  |  -
  |  -rw-r--r--  root/root 
/usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so

  |
  |  Files in first .deb but not in second
  |  -
  |  -rw-r--r--  root/root 
/usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so.1.0.3
  |  lrwxrwxrwx  root/root 
/usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so -> 
libacsccid.so.1.0.3


Is this difference OK ?


Yes, the symbolic link creation was removed in the upstream. I checked that 
pcsc-lite loads the library properly because "Info.plist" refers to 
"libacsccid.so" directly.


Regards

Godfrey 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/01C25CAD46CA4CE491E889882E6506D2@GODFREYPC



RFS: acsccid

2011-05-19 Thread Godfrey Chung

Dear mentors,

I am looking for a sponsor for my package "acsccid".

* Package name: acsccid
 Version : 1.0.2-1
 Upstream Author : Advanced Card Systems Ltd. 

* URL : http://www.acs.com.hk/index.php?pid=drivers&id=ACR122U
You can get this tarball (acsccid-1.0.2.tar.bz2) by extracting the following 
zip file:

http://www.acs.com.hk/drivers/eng/ACR122U_driver_Lnx_Mac10.5_10.6_1.02_P.zip

* License : LGPL-2.1
 Section : libs

It builds these binary packages:
libacsccid - PC/SC driver for ACS USB CCID smart card readers

The package appears to be lintian clean.

The upload would fix these bugs: 627038

My motivation for maintaining this package is:
This package contains official PC/SC driver for ACS USB CCID smart card 
readers and it is supported by ACS.


The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/a/acsccid
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.2-1.dsc


I would be glad if someone uploaded this package for me.

Kind regards
Godfrey Chung 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/07FF6592B1B043F9A4296CBD76A67846@GODFREYPC



Re: RFS: acsccid

2011-05-26 Thread Godfrey Chung

Dear Mentors

The driver supports the following readers from ACS:

ACR38U-CCID
ACR3801
ACR83U
ACR85 PINPad Reader
ACR88U
ACR100-CCID
ACR100 ICC Reader
ACR101 ICC Reader
ACR102 ICC Reader
ACR122U
ACR122T
ACR122U-SAM
ACR1222 Dual Reader
ACR1222 1SAM Dual Reader
ACR1222L 3S CL Reader
ACR125 nPA plus
ACR128U
ACR1281 CL Reader (qPBOC)
ACR1281 Dual Reader (qPBOC)
ACR1281 PICC Reader (BSI)
ACR1281 Dual Reader (BSI)
APG8201

Users of these readers is looking for this driver package and I would like 
it to be included in Debian. Actually, this is my first package. I would be 
glad if someone reviewed and uploaded this package for me.


Regards

Godfrey

-Original Message- 
From: Godfrey Chung

Sent: Friday, May 20, 2011 10:09 AM
To: debian-mentors@lists.debian.org
Subject: RFS: acsccid

Dear mentors,

I am looking for a sponsor for my package "acsccid".

* Package name: acsccid
 Version : 1.0.2-1
 Upstream Author : Advanced Card Systems Ltd. 

* URL : http://www.acs.com.hk/index.php?pid=drivers&id=ACR122U
You can get this tarball (acsccid-1.0.2.tar.bz2) by extracting the following
zip file:
http://www.acs.com.hk/drivers/eng/ACR122U_driver_Lnx_Mac10.5_10.6_1.02_P.zip

* License : LGPL-2.1
 Section : libs

It builds these binary packages:
libacsccid - PC/SC driver for ACS USB CCID smart card readers

The package appears to be lintian clean.

The upload would fix these bugs: 627038

My motivation for maintaining this package is:
This package contains official PC/SC driver for ACS USB CCID smart card
readers and it is supported by ACS.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/a/acsccid
- Source repository: deb-src http://mentors.debian.net/debian unstable main
contrib non-free
- dget
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.2-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards
Godfrey Chung


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact 
listmas...@lists.debian.org

Archive: http://lists.debian.org/07FF6592B1B043F9A4296CBD76A67846@GODFREYPC


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/26801061A8394EC79FE7FB473EEE2CA1@GODFREYPC



Re: acsccid

2011-06-16 Thread Godfrey Chung

Dear Mentors


From now on, the project will be hosted on the following URL:

http://acsccid.sourceforge.net/

Thank you Thomas to remind me to remove dh_makeshlibs.

I have updated the package on mentors.debian.net. I would be glad if someone 
reviewed and uploaded this package for me.


Regards

Godfrey

-Original Message- 
From: Godfrey Chung

Sent: Thursday, May 26, 2011 6:11 PM
To: debian-mentors@lists.debian.org
Subject: Re: RFS: acsccid

Dear Mentors

The driver supports the following readers from ACS:

ACR38U-CCID
ACR3801
ACR83U
ACR85 PINPad Reader
ACR88U
ACR100-CCID
ACR100 ICC Reader
ACR101 ICC Reader
ACR102 ICC Reader
ACR122U
ACR122T
ACR122U-SAM
ACR1222 Dual Reader
ACR1222 1SAM Dual Reader
ACR1222L 3S CL Reader
ACR125 nPA plus
ACR128U
ACR1281 CL Reader (qPBOC)
ACR1281 Dual Reader (qPBOC)
ACR1281 PICC Reader (BSI)
ACR1281 Dual Reader (BSI)
APG8201

Users of these readers is looking for this driver package and I would like
it to be included in Debian. Actually, this is my first package. I would be
glad if someone reviewed and uploaded this package for me.

Regards

Godfrey

-Original Message- 
From: Godfrey Chung

Sent: Friday, May 20, 2011 10:09 AM
To: debian-mentors@lists.debian.org
Subject: RFS: acsccid

Dear mentors,

I am looking for a sponsor for my package "acsccid".

* Package name: acsccid
 Version : 1.0.2-1
 Upstream Author : Advanced Card Systems Ltd. 

* URL : http://www.acs.com.hk/index.php?pid=drivers&id=ACR122U
You can get this tarball (acsccid-1.0.2.tar.bz2) by extracting the following
zip file:
http://www.acs.com.hk/drivers/eng/ACR122U_driver_Lnx_Mac10.5_10.6_1.02_P.zip

* License : LGPL-2.1
 Section : libs

It builds these binary packages:
libacsccid - PC/SC driver for ACS USB CCID smart card readers

The package appears to be lintian clean.

The upload would fix these bugs: 627038

My motivation for maintaining this package is:
This package contains official PC/SC driver for ACS USB CCID smart card
readers and it is supported by ACS.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/a/acsccid
- Source repository: deb-src http://mentors.debian.net/debian unstable main
contrib non-free
- dget
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.2-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards
Godfrey Chung


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmas...@lists.debian.org
Archive: http://lists.debian.org/07FF6592B1B043F9A4296CBD76A67846@GODFREYPC


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact 
listmas...@lists.debian.org

Archive: http://lists.debian.org/26801061A8394EC79FE7FB473EEE2CA1@GODFREYPC


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/7CE39082F86B484084E3386771C14863@GODFREYPC



RFS: acsccid (Updated)

2011-06-22 Thread Godfrey Chung
Dear mentors,

I am looking for a sponsor for my package "acsccid". Actually, I posted the 
request about 1 month ago and I did not receive any response here.

The package had been updated and fix the following problems:
1. The project is hosted in sourceforge now and watch file is updated.
2. Remove dh_makeshlibs from rules file.
3. Fix non-redistributable reference manual problem.

* Package name: acsccid
  Version : 1.0.2-1
  Upstream Author : Advanced Card Systems Ltd.
* URL : http://acsccid.sourceforge.net/
* License : LGPL-2.1
  Section : libs

It builds these binary packages:
libacsccid - PC/SC driver for ACS USB CCID smart card readers

The package appears to be lintian clean.

The upload would fix these bugs: 627038

My motivation for maintaining this package is:
This package contains the official PC/SC driver for ACS USB CCID smart card 
readers. Compared with libccid, it supports many latest readers from ACS. Users 
of these readers are required to install this driver.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/a/acsccid
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.2-1.dsc

This is my first package and I would be glad if someone reviewed and uploaded 
this package for me.

Kind regards
Godfrey Chung


Re: acsccid (Updated)

2011-08-01 Thread Godfrey Chung
Dear Michael

Thank you for your review of my package.

The package had been updated and fixed the following problem:

1. Change debian/copyright file to DEP-5 format.
2. Add a patch to fix compatibility with pcsc-lite >= 1.7.3.
3. Remove debian/README.Debian file to avoid confusion of udev package 
installation. The udev support option is not used in the latest version of 
pcsc-lite.
4. Update Standards-Version to 3.9.2.
5. Remove example comments in debian/watch file.

I had run pbuilder to verify the package.

Regards

Godfrey

-Original Message- 
From: Michael Tautschnig 
Sent: Saturday, July 30, 2011 7:47 PM 
To: Godfrey Chung 
Cc: debian-mentors@lists.debian.org 
Subject: Re: RFS: acsccid (Updated) 

Hi,

> Dear mentors,
> 
> I am looking for a sponsor for my package "acsccid". Actually, I posted the 
> request about 1 month ago and I did not receive any response here.
> 
> The package had been updated and fix the following problems:
> 1. The project is hosted in sourceforge now and watch file is updated.
> 2. Remove dh_makeshlibs from rules file.
> 3. Fix non-redistributable reference manual problem.
> 
> * Package name: acsccid
>   Version : 1.0.2-1
>   Upstream Author : Advanced Card Systems Ltd.
> * URL : http://acsccid.sourceforge.net/
> * License : LGPL-2.1
>   Section : libs
> 
> It builds these binary packages:
> libacsccid - PC/SC driver for ACS USB CCID smart card readers
> 
> The package appears to be lintian clean.
> 
[...]

This may be true, but it doesn't build :-/

Well, to start out in proper order, here's my review results:

- Please use DEP-5 format for debian/copyright and please make extra-sure you
  don't miss any copyright holders as the package seems to have quite a number
  of them. DEP-5 format will make this much easier to check.
- You probably want to add a Depends: on udev instead of merely recommending it
  in some README file.
- configure yields the following result:

  ...
  udev support:no
  ...
  I'm not sure this is intended.
- Your package fails to build from source:
ifdhandler.c: In function ‘IFDHControl’:
ifdhandler.c:1416:22: error: ‘FEATURE_MCT_READERDIRECT’ undeclared (first use 
in this function)
ifdhandler.c:1416:22: note: each undeclared identifier is reported only once 
for each function it appears in
make[3]: *** [libacsccid_la-ifdhandler.lo] Error 1
make[3]: Leaving directory `/home/tautschnig/debian/acsccid/acsccid-1.0.2/src'

Please get those fixed, then another more thorough package review will follow.

Best,
Michael

Re: acsccid (Updated)

2011-08-01 Thread Godfrey Chung
Dear Michael

I just updated debian/copyright. Please have a look. Thanks!

Regards

Godfrey

From: Godfrey Chung 
Sent: Monday, August 01, 2011 5:27 PM
To: debian-mentors@lists.debian.org 
Subject: Re: acsccid (Updated)

Dear Michael

Thank you for your review of my package.

The package had been updated and fixed the following problem:

1. Change debian/copyright file to DEP-5 format.
2. Add a patch to fix compatibility with pcsc-lite >= 1.7.3.
3. Remove debian/README.Debian file to avoid confusion of udev package 
installation. The udev support option is not used in the latest version of 
pcsc-lite.
4. Update Standards-Version to 3.9.2.
5. Remove example comments in debian/watch file.

I had run pbuilder to verify the package.

Regards

Godfrey

-Original Message- 
From: Michael Tautschnig 
Sent: Saturday, July 30, 2011 7:47 PM 
To: Godfrey Chung 
Cc: debian-mentors@lists.debian.org 
Subject: Re: RFS: acsccid (Updated) 

Hi,

> Dear mentors,
> 
> I am looking for a sponsor for my package "acsccid". Actually, I posted the 
> request about 1 month ago and I did not receive any response here.
> 
> The package had been updated and fix the following problems:
> 1. The project is hosted in sourceforge now and watch file is updated.
> 2. Remove dh_makeshlibs from rules file.
> 3. Fix non-redistributable reference manual problem.
> 
> * Package name: acsccid
>   Version : 1.0.2-1
>   Upstream Author : Advanced Card Systems Ltd.
> * URL : http://acsccid.sourceforge.net/
> * License : LGPL-2.1
>   Section : libs
> 
> It builds these binary packages:
> libacsccid - PC/SC driver for ACS USB CCID smart card readers
> 
> The package appears to be lintian clean.
> 
[...]

This may be true, but it doesn't build :-/

Well, to start out in proper order, here's my review results:

- Please use DEP-5 format for debian/copyright and please make extra-sure you
  don't miss any copyright holders as the package seems to have quite a number
  of them. DEP-5 format will make this much easier to check.
- You probably want to add a Depends: on udev instead of merely recommending it
  in some README file.
- configure yields the following result:

  ...
  udev support:no
  ...
  I'm not sure this is intended.
- Your package fails to build from source:
ifdhandler.c: In function ‘IFDHControl’:
ifdhandler.c:1416:22: error: ‘FEATURE_MCT_READERDIRECT’ undeclared (first use 
in this function)
ifdhandler.c:1416:22: note: each undeclared identifier is reported only once 
for each function it appears in
make[3]: *** [libacsccid_la-ifdhandler.lo] Error 1
make[3]: Leaving directory `/home/tautschnig/debian/acsccid/acsccid-1.0.2/src'

Please get those fixed, then another more thorough package review will follow.

Best,
Michael

Re: acsccid (Updated)

2011-08-04 Thread Godfrey Chung
Dear Kilian

Thank you for your review of my package.

1. Done.

2. Done.

3.  override_dh_auto_install section is removed, please see No. 4 and comments 
had been added to override_dh_makeshlibs section.

4. Initially, I used libccid for my reference. I think putting Info.plist to 
/etc is for user convenience of file modification. mv and ln is removed to 
avoid to break FHS.

5. Done.

6. The package name is changed to libacsccid1.

7. The output is triggered by adding --enable-udev option to configure and it 
will modify a option in Info.plist file. This option is not used in the latest 
version of pcsc-lite.

8. The upstream contains empty change log.

Please have a look of my updated package. Thanks!

Regards

Godfrey

-Original Message- 
From: Kilian Krause 
Sent: Thursday, August 04, 2011 4:29 AM 
To: Godfrey Chung 
Cc: debian-mentors@lists.debian.org 
Subject: Re: acsccid (Updated) 

Hi Godfrey,

On Tue, Aug 02, 2011 at 11:53:45AM +0800, Godfrey Chung wrote:
> I just updated debian/copyright. Please have a look. Thanks!

Thanks for your work.

Having a first look myself at your package I find:

1. You build-depend on autotools-dev but don't use it in debian/rules' dh
   call. Please add it to dh.

2. Your patch lacks a DEP-3 header indicating where this patch came from and
   whether upstream was notified of this to support their development in case
   it wasn't pulled from there.

3. Your override_dh_auto_install target in debian/rules lacks a tab (to make
   syntax highlighting happy) and more importantly you override
   override_dh_makeshlibs without any rationale I could see. Please put a
   comment why this is needed or remove the override.

4. Regarding the mv and symlink you may want to talk to upstream about
   supporting sysconfdir in a proper way. I think they will find it helpful
   to learn that FHS doesn't foresee /usr writeable and thus suitable for
   config files.

5. The debian/rules template header can be omited too.

6. The name "libacsccid" does not follow the recommended naming scheme for
   libraries. It should be libacsccid102 or something alike. See [1] for
   details.

7. Building your package I still see:
   udev support:no

   This seems not to be the intended output looking at the udev rules file.
   There is no Depends on udev too however. Are you sure that the built
   package works ok if built in a clean pbuilder?

8. The upstream changelog is not shipped in the binary package. Please
   consider adding it too.

[1]: 
http://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-runtime

-- 
Best regards,
Kilian

Re: acsccid (Updated)

2011-08-05 Thread Godfrey Chung

Dear Kilian

Thank you for your review and upload. I learnt a lot in Debian packaging.

Regards

Godfrey

-Original Message- 
From: Kilian Krause 
Sent: Friday, August 05, 2011 3:52 PM 
To: Godfrey Chung 
Cc: debian-mentors@lists.debian.org 
Subject: Re: acsccid (Updated) 


Hi Godfrey,

On Thu, 2011-08-04 at 17:47 +0800, Godfrey Chung wrote:

Dear Kilian
 
Thank you for your review of my package.
 
1. Done.
 
2. Done.
 
3.  override_dh_auto_install section is removed, please see No. 4 and

comments had been added to override_dh_makeshlibs section.
 
4. Initially, I used libccid for my reference. I think putting

Info.plist to /etc is for user convenience of file modification. mv
and ln is removed to avoid to break FHS.
 
5. Done.
 
6. The package name is changed to libacsccid1.
 
7. The output is triggered by adding --enable-udev option to configure

and it will modify a option in Info.plist file. This option is not
used in the latest version of pcsc-lite.
 
8. The upstream contains empty change log.
 
Please have a look of my updated package. Thanks!


Thanks!

Built, Signed, Uploaded.

--
Best regards,
Kilian


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/07AEBC7CF7034406A32CAAF9EA8702E8@GODFREYPC



RFS: acsccid

2011-08-15 Thread Godfrey Chung
Dear mentors,

I am looking for a sponsor for my package "acsccid". This release is to correct 
the udev rules filename (debian/libacsccid1.udev) to fix the problem that the 
udev rules file was not added to the package. The udev rules file is required 
by the latest pcscd. The smart card readers will not work if this file does not 
exist.

* Package name: acsccid
  Version : 1.0.2-2
  Upstream Author : Advanced Card Systems Ltd.
* URL : http://acsccid.sourceforge.net/
* License : LGPL-2.1+
  Section : libs

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.2-2.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Godfrey Chung

Re: acsccid

2011-08-18 Thread Godfrey Chung

Dear Michael

Thank you for your upload.

Regards

Godfrey

-Original Message- 
From: Michael Tautschnig

Sent: Friday, August 19, 2011 6:33 AM
To: Godfrey Chung
Cc: debian-mentors@lists.debian.org
Subject: Re: RFS: acsccid

Hi,


Dear mentors,

I am looking for a sponsor for my package "acsccid". This release is to 
correct the udev rules filename (debian/libacsccid1.udev) to fix the 
problem that the udev rules file was not added to the package. The udev 
rules file is required by the latest pcscd. The smart card readers will 
not work if this file does not exist.



[...]

Thanks a lot for this update. Package built, signed, and uploaded.

Best regards,
Michael 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/E3C29AC3BDEC44D8B20A82DE83692386@GODFREYPC



RFS: acsccid

2011-09-20 Thread Godfrey Chung
Dear mentors,

I am looking for a sponsor for my package "acsccid". This release is to fix 
lintian warnings on copyright.

* Package name: acsccid
   Version : 1.0.2-3
   Upstream Author : Advanced Card Systems Ltd.
* URL : http://acsccid.sourceforge.net/
* License : LGPL-2.1+
   Section : libs

It builds those binary packages:

libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.2-3.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Godfrey Chung

Re: RFS: acsccid

2011-09-20 Thread Godfrey Chung

Dear IOhannes

My package is 1.0.2-3 and not 1.0.2-2.

Regards

Godfrey

-Original Message- 
From: IOhannes m zmoelnig 
Sent: Tuesday, September 20, 2011 3:48 PM 
To: debian-mentors@lists.debian.org 
Subject: Re: RFS: acsccid 


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-09-20 09:14, Godfrey Chung wrote:

I would be glad if someone uploaded this package for me.



according to
http://packages.qa.debian.org/a/acsccid/news/20110818T224710Z.html, this
package has already been uploaded two days ago :-)

but maybe this is only some mail delay...

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk54RUkACgkQkX2Xpv6ydvRgggCgisuu8TKlkTq6xEEDfU3dkf6n
sKQAoNs7evzugxsZBKY87CUdYfmKIndq
=LCqR
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/E30D4BF9E0334905BA5DDB6FB7E14D68@GODFREYPC



RFS: acsccid (squeeze-backports)

2011-11-10 Thread Godfrey Chung
Dear mentors,

I am looking for a sponsor for my package "acsccid".

* Package name: acsccid
   Version : 1.0.2-3~bpo60+1
   Upstream Author : Advanced Card Systems Ltd.
* URL : http://acsccid.sourceforge.net/
* License : LGPL-2.1+
   Section : libs

It builds those binary packages:

libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.2-3~bpo60+1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Godfrey Chung

Bug#722459: RFS: acsccid/1.0.5-1

2013-09-11 Thread Godfrey Chung
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "acsccid"

  * Package name: acsccid
Version : 1.0.5-1
Upstream Author : Advanced Card Systems Ltd. 
  * URL : http://acsccid.sourceforge.net/
  * License : LGPL-2.1+
Section : libs

It builds those binary packages:

  libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.5-1.dsc

acsccid 1.0.5 contains the following updates:

- Fix a bug that ACR38U cannot select the card type reading from Info.plist on
  Linux x64 platform.
- Fix a bug that ACR1222U-C1 and ACR39U cannot detect the card.
- Fix a bug that the driver cannot start the debug mode on Mac OS X 10.8.
- Import udev rules from ccid-1.4.12 to remove pcscd group support.
- Add the following readers support:
  ACR3901U ICC Reader
  ACR123 3S Reader
  ACR123 PICC Reader
  ACR123US_BL
  ACR1251U-C Smart Card Reader (SAM)
  ACR1251U-C Smart Card Reader
  ACR1281U-K PICC Reader
  ACR1281U-K Dual Reader
  ACR1281U-K 1S Dual Reader
  ACR1281U-K 4S Dual Reader

Changes since the last upload:

acsccid (1.0.5-1) unstable; urgency=low

  * New upstream release.
  * Updated Standards-Version to 3.9.4.
  * Updated debian/copyright.

Regards,
  Godfrey Chung



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_HK.utf8, LC_CTYPE=en_HK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130911102623.3828.96544.reportbug@debian8-x64.acshko



Re: Adding packages for new project (sView) - first steps

2013-10-25 Thread Godfrey Chung
Dear Kirill

Please follow the steps from http://mentors.debian.net/intro-maintainers.

Regards

Godfrey

From: Kirill Gavrilov 
Sent: Friday, October 25, 2013 3:51 PM
To: debian-mentors@lists.debian.org 
Subject: Adding packages for new project (sView) - first steps

Hi list,


I am author of sView project and looking for answers from Debian community.

I have found that there are several ways to add new packages to Debian but 
which way should I to use as newbie?

Should I try to register as Debian New Member or search for a "sponsor"?


I have some experience in making deb-packages for Ubuntu PPA.

The project has multiple components but currently packaged as single 
application with GPL3 license.


Thank you in advance!

---
Kirill Gavrilov,
Software designer.


Bug#745797: RFS: acsccid/1.0.6-1

2014-04-25 Thread Godfrey Chung
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "acsccid"

  * Package name: acsccid
Version : 1.0.6-1
Upstream Author : Advanced Card Systems Ltd. 
  * URL : http://acsccid.sourceforge.net/
  * License : LGPL-2.1+
Section : libs

It builds those binary packages:

  libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.6-1.dsc

acsccid 1.0.6 contains the following updates:

- Add the following readers support:
  ACR32 ICC Reader
  ACR1251K Dual Reader
  ACR1252 1S CL Reader
  ACR1252 CL Reader
  ACR1252 USB FW_Upgrade v100
  ACR1256U PICC Reader
- Fix ACR32 incorrect max slot index.
- Get the data rates if bNumDataRatesSupported is not equal to zero.
- Merge the fixes from ccid:
  Use ATTRS{bInterfaceClass}=="0b" in src/pcscd_acsccid.rules.
  Fix the buffer overflow in ATR_InitFromArray().
  Fix the T1 resync problem.

Changes since the last upload:

acsccid (1.0.6-1) unstable; urgency=low

  * New upstream release.
  * Updated Standards-Version to 3.9.5.
  * Updated debian/copyright.
  * Used dh-autoreconf to update libtool. Thanks to Dimitri John Ledkov.
(Closes: #732751)

Regards,
  Godfrey Chung



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_HK.utf8, LC_CTYPE=en_HK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140425073921.3480.64981.reportbug@debian8-x64.acshko



Testing Migration

2014-05-23 Thread Godfrey Chung

Dear All

I found that my package (http://packages.qa.debian.org/a/acsccid.html) 
cannot migrate to testing. The build log (kfreebsd-amd64) is Ok but it 
didn't set the status to Installed.


Do you know why?

Regards

Godfrey 



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/B26B0B185A294D448CB08AF85CF7BDB8@PC104



Bug#751743: RFS: acsccid/1.0.7-1

2014-06-16 Thread Godfrey Chung
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "acsccid"

  * Package name: acsccid
Version : 1.0.7-1
Upstream Author : Advanced Card Systems Ltd. 
  * URL : http://acsccid.sourceforge.net/
  * License : LGPL-2.1+
Section : libs

It builds those binary packages:

  libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.7-1.dsc

acsccid 1.0.7 contains the following updates:

- Fix ACR39U card power on problem.
- Add the following readers support:
  ACR1251 1S Dual Reader
  CryptoMate (T1)
  CryptoMate (T2)
- Remove ChangeLog from DISTCLEANFILES.

Changes since the last upload:

acsccid (1.0.7-1) unstable; urgency=low

  * New upstream release.

Regards,
  Godfrey Chung



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_HK.utf8, LC_CTYPE=en_HK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140616093158.54675.75462.reportbug@debian8-x64.acshko



Bug#753564: RFS: acsccid/1.0.8-1

2014-07-03 Thread Godfrey Chung
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "acsccid"

  * Package name: acsccid
Version : 1.0.8-1
Upstream Author : Advanced Card Systems Ltd. 
  * URL : http://acsccid.sourceforge.net/
  * License : LGPL-2.1+
Section : libs

It builds those binary packages:

  libacsccid1 - PC/SC driver for ACS USB CCID smart card readers

To access further information about this package, please visit the following
URL:

  http://mentors.debian.net/package/acsccid

Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/a/acsccid/acsccid_1.0.8-1.dsc

acsccid 1.0.8 contains the following updates:

- Add the following readers support:
  ACS ACR1252 BADANAMU MAGIC READER
  ACS ACR1261 1S Dual Reader
- Change the delay of cold reset to 10 ms.
- Remove the checking of specific mode before setting the parameters.

Changes since the last upload:

acsccid (1.0.8-1) unstable; urgency=low

  * New upstream release.

Regards,
  Godfrey Chung



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_HK.utf8, LC_CTYPE=en_HK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140703073032.35654.40294.reportbug@debian8-x64.acshko