--- asedriveiiie-2.2.orig/debian/patches/00list +++ asedriveiiie-2.2/debian/patches/00list @@ -0,0 +1 @@ + --- asedriveiiie-2.2.orig/debian/changelog +++ asedriveiiie-2.2/debian/changelog @@ -0,0 +1,57 @@ +asedriveiiie (2.2-1) unstable; urgency=low + + * New upstream release. Closes: #302343 + * added Czech translation by Miroslav Kure. Closes: #297597 + + -- Michael A. Dickerson Wed, 13 Apr 2005 14:49:55 -0700 + +asedriveiiie (1.9-5) unstable; urgency=low + + * added Japanese translation by Hideki Yamane. Closes: #270764 + * updated German translation by Jens Nachtigall. Closes: #275724 + + -- Michael A. Dickerson Sat, 30 Oct 2004 18:48:33 -0700 + +asedriveiiie (1.9-4) unstable; urgency=low + + * added dpatch to replace deprecated LPSTR type with LPTSTR, fixes build + failure with recent libpcsclite. Closes: #267905 + * added Danish translation by Claus Hindsgaul. Closes: #269300 + + -- Michael A. Dickerson Thu, 2 Sep 2004 17:05:15 -0700 + +asedriveiiie (1.9-3) unstable; urgency=low + + * added Brazilian Portuguese translation by Andre Luis Lopes + Closes: #264087 + + -- Michael A. Dickerson Fri, 6 Aug 2004 22:46:33 -0700 + +asedriveiiie (1.9-2) unstable; urgency=low + + * added revisions to French translations by Ludovic Rousseau + * fix rules to not attempt architecture-independent build + Closes: #262792 + * add -fPIC to CFLAGS in both Makefiles. Closes: #262768 + + -- Michael A. Dickerson Tue, 3 Aug 2004 12:33:35 -0700 + +asedriveiiie (1.9-1) unstable; urgency=low + + * New upstream release + * usb reset patch now included in upstream version + * Add trailing slash to /proc/bus/usb/ in debconf templates + * added Build-Depends on pkg-config, thanks Daniel Schepler + Closes: #261049 + + -- Michael A. Dickerson Sun, 1 Aug 2004 01:24:00 -0700 + +asedriveiiie (1.8-1) unstable; urgency=low + + * Initial Release. + * First several attempts at debianising the Athena source code driver + * Added dpatch from Ludovic Rousseau to allow restarting pcscd without + unplugging reader. + + -- Michael A. Dickerson Thu, 8 Jul 2004 18:12:50 -0700 + --- asedriveiiie-2.2.orig/debian/compat +++ asedriveiiie-2.2/debian/compat @@ -0,0 +1 @@ +4 --- asedriveiiie-2.2.orig/debian/control +++ asedriveiiie-2.2/debian/control @@ -0,0 +1,32 @@ +Source: asedriveiiie +Section: libs +Priority: optional +Maintainer: Michael A. Dickerson +Build-Depends: debhelper (>= 4.1.16), libusb-dev, dpatch, libpcsclite-dev (>=1.2.0-stable-2), pkg-config +Standards-Version: 3.6.1 + +Package: libasedrive-usb +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd (>=1.2.0-stable-2) +Recommends: hotplug +Provides: pcsc-ifd-handler +Description: PC/SC driver for the Athena ASEDrive IIIe USB smart card reader + This package provides a PC/SC IFD handler bundle for the Athena ASEDrive + IIIe USB smart card readers. This driver is necessary to use one of these + devices with the PC/SC Lite resource manager (pcscd). + . + Manufacturer homepage: http://www.athena-scs.com + +Package: libasedrive-serial +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd (>=1.2.0-stable-2) +Recommends: +Provides: pcsc-ifd-handler +Description: PC/SC driver for the Athena ASEDrive IIIe serial smart card reader + This package provides a PC/SC IFD handler bundle for the Athena ASEDrive + IIIe serial smart card readers. This driver is necessary to use one + of these devices with the PC/SC Lite resource manager (pcscd). + . + Manufacturer homepage: http://www.athena-scs.com --- asedriveiiie-2.2.orig/debian/copyright +++ asedriveiiie-2.2/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Michael A. Dickerson on +Thu, 17 Jun 2004 16:24:24 -0700. + +It was downloaded from http://www.athena-scs.com/downloads.asp + +Upstream Author: Athena Smartcard Solutions (uncredited) + +Copyright: + +Copyright (c) 2003 Athena Smartcard Solutions +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + --- asedriveiiie-2.2.orig/debian/libasedrive-serial.config +++ asedriveiiie-2.2/debian/libasedrive-serial.config @@ -0,0 +1,8 @@ +#!/bin/sh -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +# Which serial port +db_input high 'libasedrive-serial/port' || true +db_go --- asedriveiiie-2.2.orig/debian/libasedrive-usb.postinst +++ asedriveiiie-2.2/debian/libasedrive-usb.postinst @@ -0,0 +1,50 @@ +#! /bin/sh +# postinst script for libasedrive +# +# 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 http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure|reconfigure) + + # Source debconf library + . /usr/share/debconf/confmodule + + # restart pcscd + [ -x /etc/init.d/pcscd ] && invoke-rc.d pcscd restart 3>/dev/null + + # end debconf + db_stop + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- asedriveiiie-2.2.orig/debian/libasedrive-serial.templates +++ asedriveiiie-2.2/debian/libasedrive-serial.templates @@ -0,0 +1,6 @@ +Template: libasedrive-serial/port +Type: select +__Choices: ttyS0, ttyS1, ttyS2, ttyS3, none +_Description: To which serial port is the smart card reader connected? + The driver needs to know which serial port the Athena ASEDrive IIIe card + reader is connected to. --- asedriveiiie-2.2.orig/debian/po/ja.po +++ asedriveiiie-2.2/debian/po/ja.po @@ -0,0 +1,120 @@ +# +# 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: asedriveiiie 1.9-3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\n" +"PO-Revision-Date: 2004-09-02 10:02+0900\n" +"Last-Translator: Hideki Yamane \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-JP\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "¥«¡¼¥Í¥ë¤¬ usbdevfs ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëɬÍפ¬¤¢¤ê¤Þ¤¹" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" +"¥¢¥Æ¥Ê¼Ò¤Î ASEDriveIIIe USB ¥É¥é¥¤¥Ð¤Ï¡¢¥ê¡¼¥À¡¼¤ÈÄÌ¿®¤ò¹Ô¤¦¤¿¤á¤Ë USB ¥Ç¥Ð¥¤" +"¥¹¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤È /proc/bus/usb/ ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤òɬÍפȤ·¤Þ¤¹¡£¸½ºß¤Î" +"¥«¡¼¥Í¥ë¤Ï usbdevfs ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤è¤¦¤Ç¤¹¡£ CONFIG_USB_DEVICEFS ¥ª¥×" +"¥·¥ç¥ó¤òÍ­¸ú¤Ë¤·¤Æ¥«¡¼¥Í¥ë¤òºÆ¥³¥ó¥Ñ¥¤¥ë¤¹¤ëɬÍפ¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "hotplug ¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" +"libasedrive-usb ¥É¥é¥¤¥Ð¤Ï¡¢USB ¥ê¡¼¥À¤ÈÄÌ¿®¤¹¤ë¤Î¤Ë /proc/bus/usb/ ¥Õ¥¡¥¤¥ë" +"¥·¥¹¥Æ¥à¤ò»È¤¤¤Þ¤¹¡£" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "" +"¤³¤Î¥·¥¹¥Æ¥à¾å¤Ç¤Ï /proc/bus/usb/ ²¾ÁÛ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤¬Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»" +"¤ó¡£" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "``hotplug'' Debian ¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤Î¤ò¶¯¤¯¤ª´«¤á¤·¤Þ¤¹¡£" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "ttyS0" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "ttyS1" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "ttyS2" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "ttyS3" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "¤É¤ì¤Ç¤â̵¤¤" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "¤É¤Î¥·¥ê¥¢¥ë¥Ý¡¼¥È¤Ë¥¹¥Þ¡¼¥È¥«¡¼¥É¥ê¡¼¥À¤¬Àܳ¤µ¤ì¤Æ¤¤¤Þ¤¹¤«?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"¥É¥é¥¤¥Ð¤Ï¡¢¤É¤Î¥Ý¡¼¥È¤Ë¥¢¥Æ¥Ê¼Ò¤Î ASEDrive IIIe ¥«¡¼¥É¥ê¡¼¥À¤¬Àܳ¤µ¤ì¤Æ¤¤¤ë" +"¤Î¤«¤òÃΤäƤ¤¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£" --- asedriveiiie-2.2.orig/debian/po/da.po +++ asedriveiiie-2.2/debian/po/da.po @@ -0,0 +1,122 @@ +# +# 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. +# Claus Hindsgaul , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: asedriveiiie\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\n" +"PO-Revision-Date: 2004-08-31 22:40+0200\n" +"Last-Translator: Claus Hindsgaul \n" +"Language-Team: Danish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "Din kerne skal understøtte usbdevfs" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" +"USB-driveren Athena ASEDriveIIIe har brug for USB-enhedsfilsystemet og " +"grænsefladen /proc/bus/usb/ for at kunne kommunikere med læseren. Din kerne " +"lader ikke til at understøtte usbdevfs. Du er muligvis nødt til at " +"genoversætte din kerne med valget CONFIG_USB_DEVICEFS slået til." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "Du skal installere pakken hotplug" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" +"Driveren libasedrive-usb benytter filsystemet /proc/bus/usb/ til at " +"kommunikere med USB-læseren." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "" +"Det virtuelle filsystem /proc/bus/usb/ er ikke tilgængeligt på dette system." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "Jeg anbefaler kraftigt at du installerer Debianpakken \"hotplug\"." + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "ttyS0" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "ttyS1" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "ttyS2" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "ttyS3" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "ingen" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "Hvilken seriel port er smart-card-læseren sluttet til?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Driveren skal vide hvilken port Athena ASEDrive IIIe kortlæseren er " +"tilsluttet." --- asedriveiiie-2.2.orig/debian/po/POTFILES.in +++ asedriveiiie-2.2/debian/po/POTFILES.in @@ -0,0 +1,2 @@ +[type: gettext/rfc822deb] libasedrive-usb.templates +[type: gettext/rfc822deb] libasedrive-serial.templates --- asedriveiiie-2.2.orig/debian/po/ca.po +++ asedriveiiie-2.2/debian/po/ca.po @@ -0,0 +1,108 @@ +# ifd-gempc (debconf) translation to Catalan. +# Copyright (C) 2004 Free Software Foundation, Inc. +# Aleix Badia i Bosch , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: asedriveiiie_1.7-1_templates\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\n" +"PO-Revision-Date: 2004-02-28 19:46GMT\n" +"Last-Translator: Aleix Badia i Bosch \n" +"Language-Team: Debian L10n Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "Haurieu d'instal·lar el paquet hotplug" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" +"El controlador libasedrive-usb utilitza el sistema de fitxers /proc/bus/usb/ " +"per comunicar-se amb el lector d'USB." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "El sistema de fitxers virtual /proc/bus/usb/ no està disponible." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "És recomanable instal·lar el paquet de Debian \"hotplug\"." + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "ttyS0" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "ttyS1" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "ttyS2" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "ttyS3" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "En quin port està connectat el lector de targetes intel·ligents?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"El controlador necessita saber el port sèrie a on està connectat el lector " +"Athena ASEDrive IIIe" + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- asedriveiiie-2.2.orig/debian/po/de.po +++ asedriveiiie-2.2/debian/po/de.po @@ -0,0 +1,125 @@ +# translation of de.po to German +# +# 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. +# Jens Nachtigall , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: de\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\n" +"PO-Revision-Date: 2004-10-09 21:21+0200\n" +"Last-Translator: Jens Nachtigall \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "Ihr Kernel benötigt Unterstützung für usbdevfs" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" +"Der USB-Treiber Athena ASEDriveIIIe benötigt das USB-Geräte-Dateisystem und " +"die Schnittstelle /proc/bus/usb/ zur Kommunikation mit dem Chipkarten-Leser. " +"Ihr Kernel scheint usbdevfs nicht zu unterstützen. Sie werden Ihren Kernel " +"eventuell neu kompilieren müssen, mit der Option CONFIG_USB_DEVICEFS " +"aktiviert." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "Sie sollten das Paket »hotplug« installieren." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" +"Der Treiber libasedrive-usb benötigt das Dateisystem /proc/bus/usb/ um mit " +"dem USB-Chipkarten-Leser zu kommunizieren." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "" +"Das virtuelle Dateisystem /proc/bus/usb/ scheint auf Ihrem System nicht " +"vorhanden zu sein." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "Ich empfehle Ihnen stark, dass Debian-Paket »hotplug« zu installieren." + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "ttyS0" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "ttyS1" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "ttyS2" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "ttyS3" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "keiner" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "An welchen COM-Port ist der Chipkarten-Leser angeschlossen?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Der Treiber muss wissen, an welchen COM-Port der Athena ASEDrive IIIe " +"Chipkarten-Leser angeschlossen ist." --- asedriveiiie-2.2.orig/debian/po/templates.pot +++ asedriveiiie-2.2/debian/po/templates.pot @@ -0,0 +1,110 @@ +# +# 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: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\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: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" --- asedriveiiie-2.2.orig/debian/po/es.po +++ asedriveiiie-2.2/debian/po/es.po @@ -0,0 +1,122 @@ +# +# 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: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\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=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "Su kernel necesita apoyar usbdevfs" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" +"El driver Athena ASEDriveIIIe necesita el sistema de ficheros USB y /proc/" +"bus/usb/ para comunicarse con el lector. No parece que su kernel apoya " +"usbdevfs. Es posible que necesitara recomipilar su kernel con el opcion " +"CONFIG_USB_DEVICEFS girada." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "Debe instalar el paquete hotplug" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" +"El driver libasedrive-usb necesita el sistema de ficheros /proc/bus/usb/ " +"para comunicarse con el lector USB." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "" +"El sistema de ficheros /proc/bus/usb/ no está disponible en este sistema." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "Recomiendo que usted instala el paquete Debian de \"hotplug\"." + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "ttyS0" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "ttyS1" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "ttyS2" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "ttyS3" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "nada" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "¿En qué puerto está instalado el lector de tarjetas inteligentes?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"El driver necesita conocer el puerto serie en que el lector ASEDrive IIIe " +"está conectado." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- asedriveiiie-2.2.orig/debian/po/fr.po +++ asedriveiiie-2.2/debian/po/fr.po @@ -0,0 +1,121 @@ +# +# 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: asedriveiiie-1.9-1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\n" +"PO-Revision-Date: 2003-09-05 18:44+0200\n" +"Last-Translator: Ludovic Rousseau \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "Votre noyau doit supporter usbdevfs" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" +"Le pilote de lecteur USB Athena ASEDriveIIIe a besoin du système de fichiers " +"USB et de l'interface /proc/bus/usb/ pour communiquer avec le lecteur. Votre " +"noyau semble ne pas gérer usbdevfs. Vous devriez recompiler votre noyau avec " +"l'option CONFIG_USB_DEVICEFS activée." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "Vous devriez installer le paquet hotplug" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" +"Le pilote libasedrive-usb utilise le système de fichier/proc/bus/usb/ pour " +"communiquer avec le lecteur USB." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "Système de fichiers virtuel /proc/bus/usb/ indisponible sur ce système" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "L'installation du paquet « hotplug » est fortement recommandée." + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "ttyS0" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "ttyS1" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "ttyS2" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "ttyS3" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "aucun" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "Port série sur lequel est connecté le lecteur de carte à puce :" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Il est nécessaire d'indiquer le port série sur lequel est connecté le " +"lecteur de carte à puce ASEDrive IIIe." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- asedriveiiie-2.2.orig/debian/po/nl.po +++ asedriveiiie-2.2/debian/po/nl.po @@ -0,0 +1,119 @@ +# +# 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.8.0-5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\n" +"PO-Revision-Date: 2003-09-01 22:55+0100\n" +"Last-Translator: Tim Vandermeersch \n" +"Language-Team: dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "U dient het hotplug pakket te installeren" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" +"Het libasedrive-usb stuurprogramma gebruikt het /proc/bus/usb/ " +"bestandssysteem om te communiceren met de USB lezer." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "" +"Het /proc/bus/usb/ virtueel bestandssysteem is niet beschikbaar op dit " +"systeem." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "Het is aangeraden om het ``hotplug'' Debian pakket te installeren." + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "Met welke seriële poort is de smart card lezer verbonden?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Het stuurprogramma moet weten met welke seriële poort de ASEDrive IIIe lezer " +"verbonden is." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- asedriveiiie-2.2.orig/debian/po/pt_BR.po +++ asedriveiiie-2.2/debian/po/pt_BR.po @@ -0,0 +1,123 @@ +# +# 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: asedriveiiie\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\n" +"PO-Revision-Date: 2004-08-06 21:08-0300\n" +"Last-Translator: André Luís Lopes \n" +"Language-Team: Debian-BR Project \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "Seu kernel precisa suportar usbdevfs" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" +"O driver USB Athena ASEDriveIIIe precisa do sistema de arquivos USB e da " +"interface /proc/bus/usb para comunicação com o leitor. Seu kernel não parece " +"suportar usbdevfs. Você pode precisar recompilar seu kernel com a opção " +"CONFIG_USB_DEVICEFS habilitada." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "Você deveria instalar o pacote hotplug" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" +"O driver libasedrive-usb utiliza o sistema de arquivos /proc/bus/usb/ para " +"se comunicar com o leitor USB." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "" +"O sistema de arquivos virtual /proc/bus/usb/ não está disponível neste " +"sistema." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "É altamente recomendado instalar o pacote Debian ``hotplug''." + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "ttyS0" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "ttyS1" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "ttyS2" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "ttyS3" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "nenhuma" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "Em qual porta serial o leitor de Smart Cards está conectado ?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"O driver precisa saber em qual porta serial o leitor ASEDrive IIIe está " +"conectado." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- asedriveiiie-2.2.orig/debian/po/ru.po +++ asedriveiiie-2.2/debian/po/ru.po @@ -0,0 +1,114 @@ +# +# 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: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\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=KOI8-R\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "îÁ ËÁËÏÊ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÙÊ ÐÏÒÔ ÐÏÄËÌÀÞÅÎ smart card reader?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"äÒÁÊ×ÅÒ ÎÕÖÎÏ ÚÎÁÔØ ÎÁ ËÁËÏÊ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÙÊ ÐÏÒÔ ÐÏÄËÌÀÞÅÎ ÓÞÉÔÙ×ÁÔÅÌØ." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- asedriveiiie-2.2.orig/debian/po/cs.po +++ asedriveiiie-2.2/debian/po/cs.po @@ -0,0 +1,119 @@ +# +# 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: asedriveiiie\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-01 01:34-0700\n" +"PO-Revision-Date: 2005-03-01 14:59+0100\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "Your kernel needs to support usbdevfs" +msgstr "Va¹e jádro musí podporovat usbdevfs" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:3 +msgid "" +"The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the /" +"proc/bus/usb/ interface to communicate with the reader. Your kernel does " +"not appear to support usbdevfs. You may need to recompile your kernel with " +"the option CONFIG_USB_DEVICEFS turned on." +msgstr "" +"USB ovladaè Athena ASEDriveIIIe vy¾aduje pro svou práci virtuální souborový " +"systém usbdevfs a rozhraní /proc/bus/usb/. Zdá se, ¾e va¹e jádro usbdevfs " +"nepodporuje. Pravdìbodobnì budete muset pøekompilovat jádro se zapnutou " +"volbou CONFIG_USB_DEVICEFS." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "You should install the hotplug package" +msgstr "Mìli byste nainstalovat balík hotplug" + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "" +"The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to communicate " +"with the USB reader." +msgstr "" +"Ovladaè libasedrive-usb pou¾ívá pro komunikaci s USB èteèkou souborový " +"systém /proc/bus/usb/." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "The /proc/bus/usb/ virtual filesystem is not available on this system." +msgstr "" +"Virtuální souborový systém /proc/bus/usb/ není na tomto poèítaèi dostupný." + +#. Type: note +#. Description +#: ../libasedrive-usb.templates:11 +msgid "I strongly recommend that you install the ``hotplug'' Debian package." +msgstr "Silnì doporuèuji nainstalovat balíèek ``hotplug''." + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS0" +msgstr "ttyS0" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS1" +msgstr "ttyS1" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS2" +msgstr "ttyS2" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "ttyS3" +msgstr "ttyS3" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:3 +msgid "none" +msgstr "¾ádný" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "To which serial port is the smart card reader connected?" +msgstr "Ke kterému sériovému portu je pøipojena èteèka karet?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:4 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Ovladaè musí vìdìt, ke kterému sériovému portu je pøipojena èteèka karet " +"Athena ASEDrive IIIe." --- asedriveiiie-2.2.orig/debian/libasedrive-usb.postrm +++ asedriveiiie-2.2/debian/libasedrive-usb.postrm @@ -0,0 +1,45 @@ +#! /bin/sh +# postrm script for libasedrive +# +# 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 http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + remove|failed-upgrade|abort-install|abort-upgrade|disappear) + + # restart pcscd + [ -x /etc/init.d/pcscd ] && invoke-rc.d pcscd restart 3>/dev/null + + ;; + + purge|upgrade) + + + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- asedriveiiie-2.2.orig/debian/rules +++ asedriveiiie-2.2/debian/rules @@ -0,0 +1,108 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: patch + dh_testdir + touch configure-stamp + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + CFLAGS="$(CFLAGS)" $(MAKE) -C ASEDriveIIIeUSB2.2 + CFLAGS="$(CFLAGS)" $(MAKE) -C ASEDriveIIIeSerial2.2 + touch build-stamp + +patch: patch-stamp +patch-stamp: + dpatch apply-all + touch patch-stamp + +unpatch: + dpatch deapply-all + rm -rf patch-stamp debian/patched + +clean: clean-patched unpatch +clean-patched: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + -$(MAKE) -C ASEDriveIIIeUSB2.2 clean + -$(MAKE) -C ASEDriveIIIeSerial2.2 clean + dh_clean + + + +USBDIR = $(CURDIR)/debian/libasedrive-usb/usr/lib/pcsc/drivers/ +SERIALDIR = $(CURDIR)/debian/libasedrive-serial/usr/lib/pcsc/drivers/ + +# note that the Athena source package has no "make install" target; we have +# to kick all the files around ourselves. +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + install -d $(USBDIR) + cp -r ASEDriveIIIeUSB2.2/ifd-AseIIIeUSB.bundle $(USBDIR) + rm -r $(USBDIR)/ifd-AseIIIeUSB.bundle/Contents/Resources + rm $(USBDIR)/ifd-AseIIIeUSB.bundle/Contents/PkgInfo + chmod 644 $(USBDIR)/ifd-AseIIIeUSB.bundle/Contents/Info.plist + install -d $(CURDIR)/debian/libasedrive-usb/usr/share/doc/libasedrive-usb +# install ASEDriveIIIeUSB1.9/readme $(CURDIR)/debian/libasedrive-usb/usr/share/doc/libasedrive-usb + install -d $(SERIALDIR)/serial + install ASEDriveIIIeSerial2.2/libase_drive.so $(SERIALDIR)/serial + install -d $(CURDIR)/debian/libasedrive-serial/usr/share/doc/libasedrive-serial +# install ASEDriveIIIeSerial1.9/readme $(CURDIR)/debian/libasedrive-serial/usr/share/doc/libasedrive-serial + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs +# dh_installexamples +# dh_install +# dh_installmenu + dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch --- asedriveiiie-2.2.orig/debian/libasedrive-serial.postinst +++ asedriveiiie-2.2/debian/libasedrive-serial.postinst @@ -0,0 +1,111 @@ +#! /bin/sh +# postinst script for libasedrive +# +# 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 http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +cfgdir=/etc/reader.conf.d +cfg=$cfgdir/libase_drive +lib=/usr/lib/pcsc/drivers/serial/libase_drive.so + +case "$1" in + configure|reconfigure) + + # Source debconf library + . /usr/share/debconf/confmodule + db_get 'libasedrive-serial/port' || true + SERIAL_PORT="$RET" + + # Check that cfgdir exists + [ ! -d $cfgdir ] && mkdir -p $cfgdir + + # Write config file + rm -f $cfg + echo "# Athena ASEDriveIIIe serial reader" >> $cfg + echo "# see /usr/share/doc/libasedrive-serial/readme" >> $cfg + echo "FRIENDLYNAME \"ASEDriveIIIe Serial Reader\"" >> $cfg + echo "DEVICENAME /dev/$SERIAL_PORT" >> $cfg + echo "LIBPATH $lib" >> $cfg + + case "$SERIAL_PORT" in + ttyS0) + echo "CHANNELID 1" >> $cfg + ;; + ttyS1) + echo "CHANNELID 2" >> $cfg + ;; + ttyS2) + echo "CHANNELID 3" >> $cfg + ;; + ttyS3) + echo "CHANNELID 4" >> $cfg + ;; + None) + rm -f $cfg + ;; + *) + echo "Error: unrecognized serial port ($SERIAL_PORT)" + ;; + esac + + # regenerate /etc/reader.conf + if [ -x /usr/sbin/update-reader.conf ]; then + /usr/sbin/update-reader.conf || true + fi + + # make sure device nodes exist + if [ -e /dev/.devfsd ]; then + # devfs in use + update-devfsd + else + if [ ! -d /dev/pcsc ]; then + echo -n "Creating /dev/pcsc/..." + mkdir /dev/pcsc + echo "done." + fi + echo -n "Populating /dev/pcsc/..." + [ ! -e /dev/pcsc/1 ] && ln -s ../ttyS0 /dev/pcsc/1 + [ ! -e /dev/pcsc/2 ] && ln -s ../ttyS1 /dev/pcsc/2 + [ ! -e /dev/pcsc/3 ] && ln -s ../ttyS2 /dev/pcsc/3 + [ ! -e /dev/pcsc/4 ] && ln -s ../ttyS3 /dev/pcsc/4 + echo "done." + fi + + # restart pcscd + [ -x /etc/init.d/pcscd ] && invoke-rc.d pcscd restart 3>/dev/null + + # end debconf + db_stop + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- asedriveiiie-2.2.orig/debian/libasedrive-serial.postrm +++ asedriveiiie-2.2/debian/libasedrive-serial.postrm @@ -0,0 +1,59 @@ +#! /bin/sh +# postrm script for libasedrive +# +# 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 http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +cfgdir=/etc/reader.conf.d +cfg=$cfgdir/libase_drive +lib=/usr/lib/pcsc/drivers/serial/libase_drive.so + +case "$1" in + remove|failed-upgrade|abort-install|abort-upgrade|disappear) + + # remove config file created by postinst + rm -f $cfg + + # remove config dir if now empty + [ -d $cfgdir -a -z "`ls $cfgdir`" ] && rmdir $cfgdir + + # regenerate reader.conf + if [ -x /usr/sbin/update-reader.conf ]; then + /usr/sbin/update-reader.conf || true + fi + + # restart pcscd + [ -x /etc/init.d/pcscd ] && /etc/init.d/pcscd restart + + ;; + + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + + + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- asedriveiiie-2.2.orig/debian/libasedrive-usb.templates +++ asedriveiiie-2.2/debian/libasedrive-usb.templates @@ -0,0 +1,17 @@ +Template: libasedrive-usb/usbdevfs +Type: note +_Description: Your kernel needs to support usbdevfs + The Athena ASEDriveIIIe USB driver needs the USB device filesystem and the + /proc/bus/usb/ interface to communicate with the reader. Your kernel + does not appear to support usbdevfs. You may need to recompile your + kernel with the option CONFIG_USB_DEVICEFS turned on. + +Template: libasedrive-usb/hotplug +Type: note +_Description: You should install the hotplug package + The libasedrive-usb driver uses the /proc/bus/usb/ filesystem to + communicate with the USB reader. + . + The /proc/bus/usb/ virtual filesystem is not available on this system. + . + I strongly recommend that you install the ``hotplug'' Debian package. --- asedriveiiie-2.2.orig/debian/libasedrive-usb.config +++ asedriveiiie-2.2/debian/libasedrive-usb.config @@ -0,0 +1,22 @@ +#!/bin/sh -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +# The driver readme file says usbdevfs is required, and to check +# /proc/filesystems for 'usb'. Debian kernels include usbdevfs but custom +# kernels might not, so it is worth checking for. + +if [ -z "`grep usb /proc/filesystems`" ]; then + db_input high 'libasedrive-usb/usbdevfs' || true +fi + +# If /proc/bus/usb isn't mounted, the driver won't work. This warning +# message and its translations taken from Ludovic Rousseau's libgempc410 +# package. + +if [ ! -d /proc/bus/usb ]; then + db_input high 'libasedrive-usb/hotplug' || true +fi + +db_go