debian/0000755000000000000000000000000012232261135007163 5ustar debian/libgempc410.postinst0000644000000000000000000000434512232253174013011 0ustar #! /bin/sh # $Id: libgempc410.postinst,v 1.19 2011/01/23 15:00:09 rousseau Exp $ # postinst script for ifd-gempc # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # for details, see /usr/doc/packaging-manual/ # # quoting from the policy: # Any necessary prompting should almost always be confined to the # post-installation script, and should be protected with a conditional # so that unnecessary prompting doesn't happen if a package's # installation fails and the `postinst' is called with `abort-upgrade', # `abort-remove' or `abort-deconfigure'. cfgdir=/etc/reader.conf.d cfg=$cfgdir/libGemPC410 lib=/usr/lib/pcsc/drivers/serial/libGemPC410.so.1.0.7 case "$1" in configure|reconfigure) # Source debconf library. . /usr/share/debconf/confmodule db_get 'libgempc410/port' || true SERIAL_PORT="$RET" # First make sure the cfgdir exists if [ ! -d $cfgdir ] then mkdir -p $cfgdir fi rm -f $cfg echo >> $cfg echo "# Gemplus GemPC410 reader" >> $cfg echo "# see /usr/share/doc/libgempc410/README.410" >> $cfg echo "FRIENDLYNAME \"GemPC410\"" >> $cfg echo "DEVICENAME /dev/$SERIAL_PORT" >> $cfg echo "LIBPATH $lib" >> $cfg echo "CHANNELID 0" >> $cfg # regenerate /etc/reader.conf if update-reader.conf is available if [ -x /usr/sbin/update-reader.conf ] then update-reader.conf || true fi # restart pcscd (PCSC daemon) if the package is installed if [ -x /etc/init.d/pcscd ] then invoke-rc.d pcscd restart 3> /dev/null fi # ends debconf db_stop ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 0 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/libgempc410.config0000644000000000000000000000022111640417147012364 0ustar #!/bin/sh set -e # Source debconf library. . /usr/share/debconf/confmodule # Which serial port db_input high 'libgempc410/port' || true db_go debian/copyright0000644000000000000000000000057511640416767011144 0ustar This package was debianized by Ludovic Rousseau on Mon, 29 Oct 2001 22:43:03 +0100. It was downloaded from http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/ Upstream Authors: Copyright (C) 2001 2002, Jean-Luc Giraud Copyright (C) 2001 2009, Ludovic Rousseau Copyright: /usr/share/common-licenses/GPL-2 debian/watch0000644000000000000000000000016511640412363010221 0ustar # see uscan(1) version=2 http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/ \ ifd-gempc-([\d\.]*)\.tar\.gz debian/dirs0000644000000000000000000000001011640412363010041 0ustar usr/lib debian/po/0000755000000000000000000000000012232261135007601 5ustar debian/po/vi.po0000644000000000000000000000232011640412363010557 0ustar # Vietnamese translation for ifd-gempc. # Copyright © 2005 Free Software Foundation, Inc. # Clytie Siddall , 2005. # msgid "" msgstr "" "Project-Id-Version: ifd-gempc 0.9.3-2\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2005-06-15 18:37+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Không có" #. Type: select #. Description #: ../libgempc410.templates:1002 #, fuzzy msgid "Communication port to use with the smart card reader:" msgstr "Máy đọc thẻ thông minh có kết nối đến cổng nối tiếp nào?" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "Trình hỗ trợ thiết bị cần biết máy đọc GemPC410 có kết nối đến cổng nối tiếp " "nào." debian/po/ca.po0000644000000000000000000000220411640412363010525 0ustar # ifd-gempc (debconf) translation to Catalan. # Copyright (C) 2004 Free Software Foundation, Inc. # Aleix Badia i Bosch , 2004 # msgid "" msgstr "" "Project-Id-Version: ifd-gempc_0.9.0-1_templates\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2004-02-28 19:46GMT\n" "Last-Translator: Aleix Badia i Bosch \n" "Language-Team: Debian L10n Catalan \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "" #. Type: select #. Description #: ../libgempc410.templates:1002 #, fuzzy msgid "Communication port to use with the smart card reader:" msgstr "En quin port està connectat el lector de targetes intel·ligents?" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "El controlador necessita saber el port sèrie a on està connectat el lector " "GemPC410" debian/po/ja.po0000644000000000000000000000232111640412363010534 0ustar # Copyright (C) 2009 Ludovic Rousseau # This file is distributed under the same license as ifd-gempc package. # Hideki Yamane (Debian-JP) , 2009. # msgid "" msgstr "" "Project-Id-Version: ifd-gempc 1.0.5-1\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2009-10-29 06:26+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "無し" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "スマートカードリーダーを使う通信ポート:" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "ドライバは、どのシリアルポートに GemPC410 リーダーが接続されているのかを知る" "必要があります。" debian/po/cs.po0000644000000000000000000000270311640412363010553 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: ifd-gempc 0.9.3-2\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2005-12-29 09:59+0100\n" "Last-Translator: Martin Sin \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Žádný" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "Komunikační port čtečky karet smart:" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "Ovladač potřebuje vědět, ke kterému sériovému portu je připojena čtečka " "GemPC410." debian/po/pt_BR.po0000644000000000000000000000274011640412363011155 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: ifd-gempc\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2004-08-07 13:16-0300\n" "Last-Translator: Andr Lus Lopes \n" "Language-Team: Debian-BR Project \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Nenhuma" #. Type: select #. Description #: ../libgempc410.templates:1002 #, fuzzy msgid "Communication port to use with the smart card reader:" msgstr "Em qual porta serial o leitor de Smart Cards est conectado ?" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "O driver precisa saber em qual porta serial o leitor GemPC410 est conectado." debian/po/pt.po0000644000000000000000000000230611640412363010570 0ustar # translation of ifd-gempc debconf to Portuguese # Copyright (C) 2007 Américo Monteiro # This file is distributed under the same license as the ifd-gempc package. # # Américo Monteiro , 2007. msgid "" msgstr "" "Project-Id-Version: ifd-gempc 1.0.2-1\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2007-07-21 03:57+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Nenhum" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "Porto de comunicação para ser usado pelo leitor de cartões:" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "O controlador precisa saber em qual porta série o leitor GemPC410 está " "ligado." debian/po/es.po0000644000000000000000000000320611640412363010554 0ustar # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # Steve Lord Flaubert , 2006. # # msgid "" msgstr "" "Project-Id-Version: ifd-gempc 1.0.1-3\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2006-10-30 02:07+0100\n" "Last-Translator: Steve Lord Flaubert \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Ninguno" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "" "Puerto de comunicaciones para usar con el lector de tarjetas inteligentes:" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "El manejador necesita conocer el puerto serie en el que está conectado el " "lector GemPC410." #~ msgid "ttyS0" #~ msgstr "ttyS0" #~ msgid "ttyS1" #~ msgstr "ttyS1" #~ msgid "ttyS2" #~ msgstr "ttyS2" #~ msgid "ttyS3" #~ msgstr "ttyS3" debian/po/da.po0000644000000000000000000000221111640412363010524 0ustar # Danish translation ifd-gempc. # Copyright (C) ifd-gempc & nedenstående oversættere. # This file is distributed under the same license as the ifd-gempc package. # Joe Hansen (joedalton2@yahoo.dk), 2011. # msgid "" msgstr "" "Project-Id-Version: ifd-gempc\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2011-05-28 18:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Ingen" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "Kommunikationsport at bruge med smartkortlæseren:" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "Driveren kræver at vide til hvilken serielport GemPC410-læseren er forbundet." debian/po/ru.po0000644000000000000000000000330711640412363010575 0ustar # translation of ifd-gempc_1.0.1-2_ru.po to Russian # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # Yuri Kozlov , 2006. # msgid "" msgstr "" "Project-Id-Version: ifd-gempc\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2006-04-09 14:08+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "нет" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "Последовательный порт, к которому подключён считыватель смарт-карт:" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "Драйверу нужно знать, на какой последовательный порт подключён считыватель " "GemPC410." debian/po/fr.po0000644000000000000000000000277111640412363010562 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: ifd-gempc 1.0.1-3\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2006-05-26 14:46+0200\n" "Last-Translator: Ludovic Rousseau \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Aucun" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "Port de communication à utiliser avec le lecteur de carte à puce :" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "Il est nécessaire d'indiquer le port série sur lequel est connecté le " "lecteur de carte à puce GemPC410." debian/po/POTFILES.in0000644000000000000000000000006011640412363011355 0ustar [type: gettext/rfc822deb] libgempc410.templates debian/po/templates.pot0000644000000000000000000000172011640412363012326 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" debian/po/de.po0000644000000000000000000000317611640412363010543 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2006-10-31 18:13+0100\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: de \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Keine" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "" "Kommunikations-Port, der mit dem Chipkarten-Leser verwendet werden soll:" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "Der Treiber muss wissen, an welchem seriellen Port der GemPC410 Chipkarten-" "Leser angesteckt ist." #~ msgid "ttyS0" #~ msgstr "ttyS0" #~ msgid "ttyS1" #~ msgstr "ttyS1" #~ msgid "ttyS2" #~ msgstr "ttyS2" #~ msgid "ttyS3" #~ msgstr "ttyS3" debian/po/sv.po0000644000000000000000000000267711640412363010610 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: ifd-gempc 1.0.0-6\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2005-12-09 18:08+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Ingen" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "Seriellport som smartkortslsaren r inkopplad p:" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "Drivaren behver veta p vilken seriellport som GemPC410-lsaren r " "inkopplad p." debian/po/nl.po0000644000000000000000000000240311716542363010564 0ustar # Dutch translation of ifd-gempc debconf templates. # Copyright (C) 2006-2012 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the ifd-gempc package. # Tim Vandermeersch , 2006. # Jeroen Schot , 2012. # msgid "" msgstr "" "Project-Id-Version: ifd-gempc 1.0.6-4\n" "Report-Msgid-Bugs-To: rousseau@debian.org\n" "POT-Creation-Date: 2006-10-31 20:53+0100\n" "PO-Revision-Date: 2012-02-13 12:28+0100\n" "Last-Translator: Jeroen Schot \n" "Language-Team: Debian l10n Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../libgempc410.templates:1001 msgid "None" msgstr "Geen" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "Communication port to use with the smart card reader:" msgstr "Communicatiepoort die gebruikt moet weorden met de smartcard-lezer:" #. Type: select #. Description #: ../libgempc410.templates:1002 msgid "" "The driver needs to know to which serial port the GemPC410 reader is " "connected." msgstr "" "Het stuurprogramma moet weten met welke seriële poort de GemPC410-lezer " "verbonden is." debian/libgempc430.install0000644000000000000000000000006211640415027012565 0ustar usr/lib/pcsc/drivers/ifd-GemPC430.bundle/Contents debian/libgempc410.templates0000644000000000000000000000037411640412363013121 0ustar Template: libgempc410/port Type: select #flag:translate:5 __Choices: ttyS0, ttyS1, ttyS2, ttyS3, None _Description: Communication port to use with the smart card reader: The driver needs to know to which serial port the GemPC410 reader is connected. debian/libgempc410.README.Debian0000644000000000000000000000100511640412363013231 0ustar libgempc410 for Debian ---------------------- You can (re)configure the file /etc/reader.conf.d/libGemPC410 using $ sudo dpkg-reconfigure libgempc410 The generation of the file /etc/reader.conf is made automatic under Debian. The package libgempc410 provides the file /etc/reader.conf.d/libGemPC410. This file is used by the command update-reader.conf(8) to (re)generate /etc/reader.conf. See update-reader.conf(8) for more information -- Ludovic Rousseau , Mon, 29 Oct 2001 22:43:03 +0100 debian/libgempc430.postinst0000644000000000000000000000257311640412363013013 0ustar #! /bin/sh # postinst script for ifd-gempc # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # for details, see /usr/share/doc/packaging-manual/ # # quoting from the policy: # Any necessary prompting should almost always be confined to the # post-installation script, and should be protected with a conditional # so that unnecessary prompting doesn't happen if a package's # installation fails and the `postinst' is called with `abort-upgrade', # `abort-remove' or `abort-deconfigure'. case "$1" in configure|reconfigure) # restart pcscd (PCSC daemon) if the package is installed if [ -x /etc/init.d/pcscd ] then invoke-rc.d pcscd restart 3> /dev/null fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 0 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/control0000644000000000000000000000230312232253613010566 0ustar Source: ifd-gempc Section: libs Priority: extra Maintainer: Ludovic Rousseau Build-Depends: debhelper (>= 9~), libusb-dev (>= 0.1.6a-2.1), libpcsclite-dev, po-debconf, pkg-config Standards-Version: 3.9.4 Homepage: http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/ Package: libgempc410 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd Provides: pcsc-ifd-handler Description: PC/SC driver for the GemPC 410, 412, 413 and 415 smart card readers This library provides a PC/SC IFD handler implementation for the Gemplus GemPC410, GCR410P, GemPC412, GemPC413 and GemPC415 serial smart card readers. . This package is needed to communicate with the GemPC41x smartcard readers through the PC/SC Lite resource manager (pcscd). Package: libgempc430 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd Provides: pcsc-ifd-handler Description: PC/SC driver for the GemPC 430, 432, 435 smart card readers This library provides a PC/SC IFD handler implementation for the Gemplus GemPC430, GemPC432 and GemPC435 USB smart card readers. . This package is needed to communicate with the GemPC43x smartcard readers through the PC/SC Lite resource manager (pcscd). debian/libgempc430.postrm0000644000000000000000000000200011640412363012435 0ustar #! /bin/sh # postrm script for ifd-gempc # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' overwrit>r> # for details, see /usr/share/doc/packaging-manual/ case "$1" in remove|failed-upgrade|abort-install|abort-upgrade|disappear) # restart pcscd (PCSC daemon) if the package is removed if [ -x /etc/init.d/pcscd ] then invoke-rc.d pcscd restart 3> /dev/null fi ;; purge|upgrade) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 0 esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# debian/libgempc430.docs0000644000000000000000000000002211640412363012043 0ustar README README.430 debian/libgempc410.docs0000644000000000000000000000002211640412363012041 0ustar README README.410 debian/compat0000644000000000000000000000000211737633452010377 0ustar 9 debian/libgempc410.install0000644000000000000000000000005511640415027012565 0ustar usr/lib/pcsc/drivers/serial/libGemPC410.so.* debian/rules0000755000000000000000000000003511640415027010244 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000005202212232253633011042 0ustar ifd-gempc (1.0.7-2) unstable; urgency=low * debian/libgempc410.postinst: use the correct library version * debian/control: Standards-Version: 3.9.3 -> 3.9.4. No change needed. -- Ludovic Rousseau Thu, 24 Oct 2013 19:18:57 +0200 ifd-gempc (1.0.7-1) unstable; urgency=low * New upstream release * Fix "Hardening flags missing" fixed upstream (Closes: #667931) * debian/patches/01_spelling: merged upstream -- Ludovic Rousseau Sun, 08 Apr 2012 23:36:51 +0200 ifd-gempc (1.0.6-6) unstable; urgency=low * use debhelper version 9 to get automatic hardening * debian/control: Standards-Version: 3.9.2 -> 3.9.3. No change needed. -- Ludovic Rousseau Fri, 06 Apr 2012 20:39:54 +0200 ifd-gempc (1.0.6-5) unstable; urgency=low * Fix "[INTL:nl] Dutch translation of debconf templates" update the debian/po/nl.po file (Closes: #659707) * debian/patches/01_spelling: fix typo spotted by lintian -- Ludovic Rousseau Tue, 14 Feb 2012 22:10:28 +0100 ifd-gempc (1.0.6-4) unstable; urgency=low * debian/rules: use a minimal dh rule file * debian/compat: upgrade from 7 to 8 * debian/control: remove version 1.2.9-beta7 on pcsc-lite dependency since oldstable (lenny) has 1.4.102-1 already * Fix "FTBFS: dpkg-buildpackage: error: dpkg-source -b ifd-gempc-1.0.6 gave error exit status 2" moved from cvs-buildpackage to svn-buildpackage without cvs stupid changes in the $Id$ date format (Closes: #643162) * debian/copyright: only reference the /usr/share/common-licenses/GPL-2 file to fix lintian P: libgempc410: copyright-refers-to-symlink-license usr/share/common-licenses/GPL * debian/libgempc410.config: use "set -e" to fix lintian warning P: libgempc410: maintainer-script-without-set-e config -- Ludovic Rousseau Tue, 27 Sep 2011 21:04:18 +0200 ifd-gempc (1.0.6-3) unstable; urgency=low * Fix "[INTL:da] Danish translation of the debconf templates ifd- gempc" add debian/po/da.po (Closes: #628411) * debian/control: Standards-Version: 3.9.1 -> 3.9.2. No change needed -- Ludovic Rousseau Sun, 29 May 2011 14:47:50 +0200 ifd-gempc (1.0.6-2) unstable; urgency=low * Fix "wrong LIBPATH in reader.conf.d/libGemPC410" fix the version number in the postinst script (Closes: #610846) * debian/control: Standards-Version: 3.8.4 -> 3.9.1. No change needed -- Ludovic Rousseau Sun, 23 Jan 2011 15:03:17 +0000 ifd-gempc (1.0.6-1) unstable; urgency=low * New upstream version * debian/source/format: use "3.0 (quilt)" * debian/control: Standards-Version: 3.8.3 -> 3.8.4, no change needed -- Ludovic Rousseau Wed, 16 Jun 2010 16:05:27 +0200 ifd-gempc (1.0.5-2) unstable; urgency=low * Fix "[INTL:ja] please add Japanese po-debconf template translation (ja.po)" add debian/po/ja.po (Closes: #554107) * debian/libgempc410.post{inst,rm}: fix lintian warning command-with-path-in-maintainer-script * debian/copyright: fix lintian warning copyright-without-copyright-notice * debian/control: Standards-Version: 3.8.1 -> 3.8.3. No change needed -- Ludovic Rousseau Wed, 04 Nov 2009 13:30:39 +0100 ifd-gempc (1.0.5-1) unstable; urgency=low * New upstream version * use debhelper compatibility 7 * debian/rules: use dh_prep instead of dh_clean -k * Standards-Version: 3.7.2 -> 3.8.1 - use Homepage: filed - add support of nostrip and parallel= in DEB_BUILD_OPTIONS -- Ludovic Rousseau Sun, 12 Apr 2009 11:57:49 +0200 ifd-gempc (1.0.4-1) unstable; urgency=low * New upstream version * debian/control: Build-Depends: on (>= 1.2.9-beta7) instead of (>= 1.2.9-beta7-1). Avoids a lintian warning -- Ludovic Rousseau Sun, 15 Feb 2009 14:26:31 +0100 ifd-gempc (1.0.3-1) unstable; urgency=high * urengcy high since it corrects a RC bug * New upstream version - Closes: #428323 "libgempc430: Causes pcscd to segfault on startup" -- Ludovic Rousseau Tue, 14 Aug 2007 18:52:06 +0200 ifd-gempc (1.0.2-3) unstable; urgency=low * GemPC4?0/Makefile: remove the call of strip. Closes: #437197 "ifd-gempc: not handling nostrip build option (policy 10.1)" -- Ludovic Rousseau Sat, 11 Aug 2007 21:06:06 +0200 ifd-gempc (1.0.2-2) unstable; urgency=low * debian/po/pt.po: Closes: #434064: ifd-gempc: [INTL:pt] Portuguese translation for debconf messages -- Ludovic Rousseau Wed, 01 Aug 2007 21:48:49 +0200 ifd-gempc (1.0.2-1) unstable; urgency=low * New upstream version -- Ludovic Rousseau Fri, 29 Jun 2007 16:45:09 +0200 ifd-gempc (1.0.1-5) unstable; urgency=low * debian/po/es.po: closes: #396476: "ifd-gempc: Update spanish po-debconf translation" -- Ludovic Rousseau Wed, 1 Nov 2006 13:53:23 +0100 ifd-gempc (1.0.1-4) unstable; urgency=low * debian/po/de.po: closes: #396380: "ifd-gempc: [INTL:de] Updated German debconf translation" * debian/libgempc410.templates: use #flag:translate:5 * debian/po/*.po: regenerate * debian/libgempc430.postrm: use invoke-rc.d instead of calling /etc/init.d/pcscd directly. Thanks lintian(1) -- Ludovic Rousseau Tue, 31 Oct 2006 20:58:47 +0100 ifd-gempc (1.0.1-3) unstable; urgency=low * debian/po/ru.po: update. Closes: #361652 "ifd-gempc: [INTL:ru] Updated Russian translation for debconf template" -- Ludovic Rousseau Sun, 9 Apr 2006 16:00:56 +0200 ifd-gempc (1.0.1-2) unstable; urgency=medium * urgency=medium since the package libgempc410 was broken * debian/libgempc410.postinst: use libGemPC410.so.1.0.1 instead of libGemPC410.so.1.0.0 in /etc/reader.conf. Closes: #355118: libgempc410: wrong /etc/reader.conf.d/libGemPC410 -- Ludovic Rousseau Sat, 4 Mar 2006 16:12:28 +0100 ifd-gempc (1.0.1-1) unstable; urgency=low * New upstream version -- Ludovic Rousseau Thu, 9 Feb 2006 14:38:54 +0100 ifd-gempc (1.0.0-9) unstable; urgency=low * debian/po/cs.po: update. Closes: #345137 "Czech translation for ifd-gempc" -- Ludovic Rousseau Sun, 1 Jan 2006 22:28:30 +0100 ifd-gempc (1.0.0-8) unstable; urgency=low * debian/po/sv.po: update. Closes: #342021 "[INTL:sv] Swedish debconf templates translation" -- Ludovic Rousseau Wed, 7 Dec 2005 17:53:25 +0100 ifd-gempc (1.0.0-7) unstable; urgency=low * debian/libgempc410.templates: change again, sorry * debian/po/fr.po: update -- Ludovic Rousseau Sun, 4 Dec 2005 15:08:12 +0100 ifd-gempc (1.0.0-6) unstable; urgency=low * debian/control: remove Recommends: hotplug for libgempc430 since Debian uses udev instead now * debian/libgempc410.templates: change the Description: text to be compliant with the developers reference, section 6.5 * debian/libgempc410.prerm: removed. This script was used to remove /etc/reader.conf.d/ if empty but it always contains 0comments from pcscd * debian/libgempc430.templates: remove debconf note about hotplug * debian/libgempc430.config: removed since no more debconf note * debian/libgempc430.postinst: remove debconf calls * debian/libgempc430.prerm: removed since it does nothing * debian/libgempc430.preinst: removed since it does nothing -- Ludovic Rousseau Sat, 3 Dec 2005 17:08:36 +0100 ifd-gempc (1.0.0-5) unstable; urgency=low * debian/po/sv.po: Closes: #337770 "Swedish debconf templates translation" * debian/compat: use level debian helper level 4, no change -- Ludovic Rousseau Sun, 6 Nov 2005 18:26:25 +0100 ifd-gempc (1.0.0-4) unstable; urgency=low * debian/control: use ${misc:Depends} instead of "debconf | debconf-2.0" as indicated in http://lists.debian.org/debian-devel/2005/08/msg00361.html -- Ludovic Rousseau Sun, 7 Aug 2005 19:15:08 +0200 ifd-gempc (1.0.0-3) unstable; urgency=low * debian/contol: use "debconf | debconf-2.0" as requested in http://lists.debian.org/debian-devel/2005/08/msg00136.html -- Ludovic Rousseau Sun, 7 Aug 2005 18:40:13 +0200 ifd-gempc (1.0.0-2) unstable; urgency=low * debian/po/cs.po: Czech translation. Closes: #315209 * debian/control: Standards-Version: 3.6.1 -> 3.6.2.1 -- Ludovic Rousseau Thu, 23 Jun 2005 20:03:09 +0200 ifd-gempc (1.0.0-1) unstable; urgency=low * New upstream version * debian/libgempc4?0.templates: small corrections. Closes: #314227 * debian/po/vi.po: Vietnamese translation. Closes: #314226 -- Ludovic Rousseau Fri, 17 Jun 2005 13:58:18 +0200 ifd-gempc (0.9.3-2) unstable; urgency=medium * debian/rules: install the serial driver in /usr/lib/pcsc/drivers/serial instead of /usr/lib/pcsc/drivers/serial/pcsc/drivers/serial * urgency medium because the Debconf magic could not work since the driver was search in an empty directory. This version should go in sarge. -- Ludovic Rousseau Thu, 7 Oct 2004 17:27:24 +0200 ifd-gempc (0.9.3-1) unstable; urgency=low * New upstream release - Closes: #264005 "FTBFS with gcc-3.4: previous declaration of 'OpenUSB' was here" * debian/po/pt_BR.po: update, thanks to Andre Luis Lopes. Closes: #264207 -- Ludovic Rousseau Sun, 8 Aug 2004 17:46:30 +0200 ifd-gempc (0.9.2-1) unstable; urgency=low * New upstream release - Closes: #260956 "FTBFS: cannot find pcsclite.h" * debian/control: Build-Depends: libpcsclite-dev (>= 1.2.9-beta5-1), pkg-config * debain/libgempc410.postinst: add a "None" choice if the serial reader is not connected to one of ttyS0 to ttyS3. -- Ludovic Rousseau Sun, 25 Jul 2004 00:39:32 +0200 ifd-gempc (0.9.1-2) unstable; urgency=low * debian/po/ca.po: add Catalan debconf template. Thanks to Aleix Badia i Bosch. Closes: #236624. -- Ludovic Rousseau Sun, 7 Mar 2004 18:59:00 +0100 ifd-gempc (0.9.1-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Fri, 27 Feb 2004 23:51:27 +0100 ifd-gempc (0.9.0-1) unstable; urgency=low * New upstream release * devfs files are now in debian/ since they was removed from upstream. I will remove them from debian/ when pcsc-lite > 1.2.0 is packaged and IFDHCreateChannelByName() is available. -- Ludovic Rousseau Thu, 22 Jan 2004 14:53:33 +0100 ifd-gempc (0.8.2-2) unstable; urgency=low * debian/po/pt_BR.po: new Brasilian Portuguese translation. Thanks to Andre Luis Lopes. Closes: 228118. -- Ludovic Rousseau Fri, 16 Jan 2004 19:28:24 +0100 ifd-gempc (0.8.2-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Wed, 22 Oct 2003 23:45:55 +0200 ifd-gempc (0.8.1-1) unstable; urgency=low * New upstream release - use $devpath instead of $devname in devfs config file, closes: #208233 * debian/po/nl.po: - add dutch po-debconf translation, closes: #208271 - new version from Tim Vandermeersch * debian/control: Standards-Version: 3.5.10 -> 3.6.1 * patch from upstream: add support for 0x10 and 0xF7 GemCore error codes -- Ludovic Rousseau Sun, 7 Sep 2003 19:07:09 +0200 ifd-gempc (0.8.0-5) unstable; urgency=low * debian/libgempc430.postinst: add a call to db_stop otherwise debconf is waiting forever at package install * really avoid use of makedepend on Debian build -- Ludovic Rousseau Tue, 24 Jun 2003 21:40:37 +0200 ifd-gempc (0.8.0-4) unstable; urgency=low * debian/libgempc4{1,3}0.postinst: use invoke-rc.d to restart pcscd rather than using the absolute path of the init script itself * debian/po/pt_BR.po: Brazilian Portuguese (pt_BR) debconf translation. Closes: #198349 * debian/control: - Build-Depends on debhelper (>= 4.1.16) - debian/control: Standards-Version: 3.5.9 -> 3.5.10 -- Ludovic Rousseau Sun, 22 Jun 2003 15:37:52 +0200 ifd-gempc (0.8.0-3) unstable; urgency=low * Avoid use of makedepend on Debian build. Closes: #191605 -- Ludovic Rousseau Sat, 3 May 2003 09:08:36 +0200 ifd-gempc (0.8.0-2) unstable; urgency=low * Update debconf text and translation -- Ludovic Rousseau Thu, 1 May 2003 23:12:09 +0200 ifd-gempc (0.8.0-1) unstable; urgency=low * New upstream release * use po-debconf for debconf translations * debian/control: Standards-Version: 3.5.8 -> 3.5.9 -- Ludovic Rousseau Thu, 1 May 2003 22:25:27 +0200 ifd-gempc (0.7.4-2) unstable; urgency=low * Add a missing Build-Depends: libpcsclite-dev. Closes: #170937 -- Ludovic Rousseau Wed, 27 Nov 2002 17:49:33 +0000 ifd-gempc (0.7.4-1) unstable; urgency=low * New upstream release - use 'signed char' instead of 'char'. Closes: #169441 * debian/control: Standards-Version: 3.5.7 -> 3.5.8 * debian/rules: check for noopt in $(DEB_BUILD_OPTIONS) -- Ludovic Rousseau Tue, 26 Nov 2002 22:19:58 +0100 ifd-gempc (0.7.3-2) unstable; urgency=low * libgempc430 - Add a Recommends: hotplug - Add a debconf note in case /proc/bus/usb/ is not present saying to install hotplug - Add README.430 to the documenation directory -- Ludovic Rousseau Wed, 6 Nov 2002 19:50:25 +0100 ifd-gempc (0.7.3-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Fri, 18 Oct 2002 20:46:46 +0200 ifd-gempc (0.7.2-1) unstable; urgency=low * New upstream release - really correct the compilation problem, Closes: #164631 * debian/libgempc410.postinst: print a device creation message _only_ if they did not yet existed -- Ludovic Rousseau Tue, 15 Oct 2002 22:20:08 +0200 ifd-gempc (0.7.1-1) unstable; urgency=low * New upstream release - correct the compilation problem, Closes: #164631 -- Ludovic Rousseau Tue, 15 Oct 2002 19:14:33 +0200 ifd-gempc (0.7.0-1) unstable; urgency=low * New upstream release * debian/control: - remove build dependency on xutils (makedepend no more mandatory) - change Standards-Version: from 3.5.6 to 3.5.7 * support devfsd and populate /dev/pcsc/ Closes: #150382 * print a message when creating the devices (if devfsd not used) -- Ludovic Rousseau Sun, 13 Oct 2002 13:26:17 +0200 ifd-gempc (0.6.5-3) unstable; urgency=low * debian/control: update description to include newly supported readers -- Ludovic Rousseau Sun, 25 Aug 2002 22:02:06 +0000 ifd-gempc (0.6.5-2) unstable; urgency=low * Add a Depends: on pcscd with the correct log management * libgempc4?0.postinst: use restart-if-running instead of restart to avoid starting pcscd if it was not already running. -- Ludovic Rousseau Sun, 25 Aug 2002 22:43:36 +0200 ifd-gempc (0.6.5-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Fri, 16 Aug 2002 19:50:59 +0200 ifd-gempc (0.6.4-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Sun, 26 May 2002 17:56:10 +0200 ifd-gempc (0.6.3-3) unstable; urgency=low * GemPC430/Makefile: changed "cat /dev/null > .dependencies" to "rm .dependencies" since I have a "/bin/sh: .dependencies: Permission denied" error on mips and mipsel autobuilder and _only_ on these plateforms. * #147078 is the same as #147076 and was closed by the previous version. So close it. Closes: #147078 -- Ludovic Rousseau Fri, 17 May 2002 18:45:42 +0200 ifd-gempc (0.6.3-2) unstable; urgency=low * debian/control: add Build-Depends: xutils since the upstream Makefile uses makedepend (Closes: #147076) -- Ludovic Rousseau Thu, 16 May 2002 17:48:16 +0200 ifd-gempc (0.6.3-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Thu, 9 May 2002 21:50:28 +0200 ifd-gempc (0.6.1-2) unstable; urgency=low * debian/libgempc410.config: change priority from medium to high since the default value is not a good value. -- Ludovic Rousseau Sun, 21 Apr 2002 21:42:05 +0200 ifd-gempc (0.6.1-1) unstable; urgency=low * New upstream release * add debian/libgempc410.template.ru, thanks to Ilgiz Kalmetev Closes: #137670 -- Ludovic Rousseau Mon, 11 Mar 2002 00:19:04 +0100 ifd-gempc (0.6.0-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Sat, 9 Mar 2002 22:57:40 +0100 ifd-gempc (0.5.9-5) unstable; urgency=low * update debian/libgempc410.templates.es translation thanks to Carlos Prados. -- Ludovic Rousseau Sat, 2 Mar 2002 16:24:23 +0100 ifd-gempc (0.5.9-4) unstable; urgency=low * changed (again) the libgempc410.templates to conform to the "right way to do" -- Ludovic Rousseau Tue, 26 Feb 2002 23:55:29 +0100 ifd-gempc (0.5.9-3) unstable; urgency=low * forgot Closes: #132388 in 0.5.9-2 release -- Ludovic Rousseau Thu, 14 Feb 2002 22:24:57 +0100 ifd-gempc (0.5.9-2) unstable; urgency=low * corrected the debian/libgempc410.templates to include every translated languages instead of using one file per language. Thanks to Denis Barbier -- Ludovic Rousseau Wed, 13 Feb 2002 22:38:11 +0100 ifd-gempc (0.5.9-1) unstable; urgency=low * New upstream release - fix bug in GCUtils.c/gemcore_ISO_EXCHANGE_processing() - added ProjectBuilder folder for MacOS X * avoid a non NULL terminated string on the GemCore version string -- Ludovic Rousseau Sat, 1 Dec 2001 15:58:55 +0100 ifd-gempc (0.5.8-1) unstable; urgency=low * New upstream release - MANIFEST: do not contain non existing files include create_distrib.sh - create_distrib.sh: exit in case of error mkdir creates the parents directories if needed, * debian/libgempc410.postinst: do not use the library minor version numbers anymore so I can forget to change it at each release. -- Ludovic Rousseau Tue, 27 Nov 2001 23:44:02 +0100 ifd-gempc (0.5.7-1) unstable; urgency=low * New upstream release - GemPC430/usblinux.c: crashed with two readers and no root priviledges - GemPC410/main.c: test code now support ISO 7816 case 1, 2, 3 and 4 using Jean-Luc ReaderTest Java applet (not included here) - common/GCUtils.c: add support for IFD_ICC_NOT_PRESENT GemCore error status - GemPC410/gbpserial.c: prepare to support multi serial readers - GemPC430/usbserial_mosx.c: prepare to support multi USB readers - GemPC410/gbpserial.c: use explain_gbp() to log a descriptive GBP level error message - MANIFEST: add README.410 - GemPC410/GemPC410Utils.c: log "OS string" at CRITICAL level to always have it the logs - GemPC430/GemPC430Utils.c: log "OS string" at CRITICAL level to always have it the logs - common/ifdhandler.c: Add APDU logging - common/GCdebug.h: add DEBUG_COMM3() and DEBUG_CRITICAL3() which is typically used to log error messages like "blabla /foo/bar: file not found" * some files were badly patched by uscan(1) and the lines were duplicated -- Ludovic Rousseau Tue, 27 Nov 2001 23:31:50 +0100 ifd-gempc (0.5.6-1) unstable; urgency=low * New upstream release - all: migrate the type return value from RESPONSECODE to ifd_t, status_t or gcore_t - GCCmds.c: migrate from low level GCSendCommand() use to higer level and simpler GCMakeCommand() - libGemPC410 now supports long commands * send debug messages to syslog instead of stderr (/dev/null in fact) * log only CRITICAL level messages * create and populate /dev/pcsc/ when installing libgempc410 -- Ludovic Rousseau Thu, 22 Nov 2001 17:51:08 +0100 ifd-gempc (0.5.5-1) unstable; urgency=low * New upstream release - include Jean-Luc modifications to add a new protocol layer - patch GemPC410 to support this layer - include patches from the Debian package * debian/libgempc410.postinst: change config file name from /etc/reader.conf.d/libGemPC to /etc/reader.conf.d/libGemPC410 * debian/libgempc410.postrm: remove the config file created by postinst -- Ludovic Rousseau Wed, 7 Nov 2001 19:58:56 +0100 ifd-gempc (0.5.4-2) unstable; urgency=low * debian/control: - correct long description for libgempc430 (Closes: #117927) - removed libpcsclite0 from Suggests: - moved pcscd from Suggests: to Recommends: -- Ludovic Rousseau Sun, 4 Nov 2001 22:00:06 +0100 ifd-gempc (0.5.4-1) unstable; urgency=low * Initial Release. * close ITP (Closes: #117441) * add debconf scripts for gempc410 -- Ludovic Rousseau Tue, 30 Oct 2001 00:16:54 +0100 debian/libgempc410.postrm0000644000000000000000000000244611640412363012451 0ustar #! /bin/sh # postrm script for ifd-gempc # # see: dh_installdeb(1) set -e # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' overwrit>r> # for details, see /usr/share/doc/packaging-manual/ cfgdir=/etc/reader.conf.d cfg=$cfgdir/libGemPC410 case "$1" in remove|failed-upgrade|abort-install|abort-upgrade|disappear) # remove the config file created by postinst rm -f $cfg # regenerate /etc/reader.conf if [ -x /usr/sbin/update-reader.conf ] then update-reader.conf || true fi # restart pcscd (PCSC daemon) if the package is removed if [ -x /etc/init.d/pcscd ] then invoke-rc.d pcscd restart 3> /dev/null fi ;; purge|upgrade) # the file /etc/reader.conf.d/libgp-core2 is already removed by # libgempc410.prerm ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 0 esac debian/patches/0000755000000000000000000000000012232261135010612 5ustar debian/patches/series0000644000000000000000000000000011740402356012022 0ustar debian/source/0000755000000000000000000000000012232261135010463 5ustar debian/source/format0000644000000000000000000000001411640412363011674 0ustar 3.0 (quilt)