--- asedriveiiie-3.5.orig/debian/compat +++ asedriveiiie-3.5/debian/compat @@ -0,0 +1 @@ +7 --- asedriveiiie-3.5.orig/debian/copyright +++ asedriveiiie-3.5/debian/copyright @@ -0,0 +1,33 @@ +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-3.5.orig/debian/libasedrive-serial.config +++ asedriveiiie-3.5/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-3.5.orig/debian/libasedrive-serial.postinst +++ asedriveiiie-3.5/debian/libasedrive-serial.postinst @@ -0,0 +1,90 @@ +#! /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/ifd-ASEDriveIIIe-Serial/libASESerial.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 0x0103F8" >> $cfg + ;; + ttyS1) + echo "CHANNELID 0x0102F8" >> $cfg + ;; + ttyS2) + echo "CHANNELID 0x0103E8" >> $cfg + ;; + ttyS3) + echo "CHANNELID 0x0102E8" >> $cfg + ;; + None) + rm -f $cfg + ;; + *) + echo "Error: unrecognized serial port ($SERIAL_PORT)" + ;; + esac + + # regenerate /etc/reader.conf + update-reader.conf || true + + # 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-3.5.orig/debian/README.source +++ asedriveiiie-3.5/debian/README.source @@ -0,0 +1 @@ +See /usr/share/doc/dpatch/README.source.gz --- asedriveiiie-3.5.orig/debian/changelog +++ asedriveiiie-3.5/debian/changelog @@ -0,0 +1,185 @@ +asedriveiiie (3.5-3) unstable; urgency=low + + * debian/control: Standards-Version: 3.6.3 => 3.8.3 + Use Homepage: field + add debian/README.source (lintian warning patch-system-but-no-source-readme) + * Fix "invalid-standards-version 3.6.3" use Standards-Version 3.8.3 + (Closes: #553567) + * debian/libasedrive-serial.post{inst,rm}: do not use absolute filenames + command-with-path-in-maintainer-script postinst:65 + /usr/sbin/update-reader.conf + command-with-path-in-maintainer-script postrm:31 + /usr/sbin/update-reader.conf + * use debhelper compat level 7 instead of (deprecated) 4 + * debian/rules: use /usr/share/dpatch/dpatch.make + + -- Ludovic Rousseau Sun, 01 Nov 2009 15:23:42 +0100 + +asedriveiiie (3.5-2) unstable; urgency=low + + * debian/watch: add a watch file + * debian/control: Standards-Version: 3.6.2 -> 3.6.3. no change needed + * debian/rules: do not ignore errors in clean and install rules + * run debconf-updatepo + * debian/patches/04_configure.dpatch: do not link the drivers with + libpcsclite.so + + -- Ludovic Rousseau Sat, 05 Jan 2008 18:19:36 +0100 + +asedriveiiie (3.5-1) unstable; urgency=low + + * New upstream release + * debian/po/es.po: update. Closes: #419206: "asedriveiiie: [INTL:es] Spanish + po-debconf translation" + + -- Ludovic Rousseau Sat, 21 Apr 2007 16:47:34 +0200 + +asedriveiiie (3.4-1) unstable; urgency=low + + * New upstream version + * debian/patches/04_ifdhandler_h.dpatch: add RESPONSECODE type in + ifdhandler.h files. Closes: #415029 + "FTBFS: ifdhandler.h:119: error: expected '=',+',', ';', 'asm' or + '__attribute__' before 'IFDHCreateChannel'" + + -- Ludovic Rousseau Thu, 15 Mar 2007 23:14:37 +0100 + +asedriveiiie (3.2-5) unstable; urgency=low + + * debian/po/ja.po: udate. Closes: #393586: "asedriveiiie: [INTL:ja] Updated + Japanese po-debconf template translation (ja.po)" + + -- Ludovic Rousseau Tue, 17 Oct 2006 18:35:46 +0200 + +asedriveiiie (3.2-4) unstable; urgency=low + + * debian/po/pt.po: new file. Closes: #380673: [INTL:pt] Portuguese + translation for asedriveiiie (debconf) + * debian/rules: update the clean rule to remove the file generated by + ./configure + + -- Ludovic Rousseau Tue, 1 Aug 2006 21:30:42 +0200 + +asedriveiiie (3.2-3) unstable; urgency=low + + * debian/libasedrive-serial.templates: use #flag:translate:5 to only + translate "none" + * debian/po/*.po: regenerate + + -- Ludovic Rousseau Fri, 26 May 2006 14:43:37 +0200 + +asedriveiiie (3.2-2) unstable; urgency=low + + * debian/po/da.po: update. Closes: #367355: asedriveiiie: [INTL:da] Updated + Danish debconf translation + + -- Ludovic Rousseau Tue, 16 May 2006 22:07:26 +0200 + +asedriveiiie (3.2-1) unstable; urgency=low + + * New upstream version + * debian/po/ru.po: update. Closes: #361648 "asedriveiiie: [INTL:ru] Updated + Russian translation for debconf template" + + -- Ludovic Rousseau Sun, 9 Apr 2006 15:49:15 +0200 + +asedriveiiie (3.1-5) unstable; urgency=low + + * debian/po/cs.po: update. Closes: #345355 "Updated Czech translation of + asedriveiiie debconf messages" + * debian/po/de.po: update. Closes: #344889: "updated German debconf + translation" + + -- Ludovic Rousseau Sun, 1 Jan 2006 22:01:24 +0100 + +asedriveiiie (3.1-4) unstable; urgency=low + + * debian/po/fr.po: update. Closes: #342697 "French debconf templates + translation update" + + -- Ludovic Rousseau Sat, 10 Dec 2005 14:24:27 +0100 + +asedriveiiie (3.1-3) unstable; urgency=low + + * debian/po/sv.po: update. Closes: #341929 "[INTL:sv] Swedish debconf + templates" + + -- Ludovic Rousseau Sun, 4 Dec 2005 18:47:03 +0100 + +asedriveiiie (3.1-2) unstable; urgency=low + + * debian/po/fr.po: correct a fuzzy string + * debian/control: do not Recommends: hotplug anymore since Debian uses udev + now + + -- Ludovic Rousseau Sat, 3 Dec 2005 16:48:52 +0100 + +asedriveiiie (3.1-1) unstable; urgency=low + + * New upstream version + - Closes: #305630 "FTBFS (amd64/gcc-4.0): 'ffs' redeclared as different + kind of symbol" + * New maintainer + * debian/po/vi.po: Closes: #313119 Vietnamese translation for debconf + * debian/po/sv.po: Closes: #331030 "[INTL:sv] Swedish debconf templates + translation" + + -- Ludovic Rousseau Fri, 2 Dec 2005 14:58:23 +0100 + +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-3.5.orig/debian/libasedrive-usb.postrm +++ asedriveiiie-3.5/debian/libasedrive-usb.postrm @@ -0,0 +1,44 @@ +#! /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-3.5.orig/debian/libasedrive-usb.dirs +++ asedriveiiie-3.5/debian/libasedrive-usb.dirs @@ -0,0 +1 @@ +usr/lib/pcsc/drivers --- asedriveiiie-3.5.orig/debian/libasedrive-serial.templates +++ asedriveiiie-3.5/debian/libasedrive-serial.templates @@ -0,0 +1,7 @@ +Template: libasedrive-serial/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 which serial port the Athena ASEDrive IIIe card + reader is connected to. --- asedriveiiie-3.5.orig/debian/watch +++ asedriveiiie-3.5/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.athena-scs.com/downloads.asp \ + /downloads/asedriveiiie-usb-(.*)\.tar\.bz2 --- asedriveiiie-3.5.orig/debian/control +++ asedriveiiie-3.5/debian/control @@ -0,0 +1,28 @@ +Source: asedriveiiie +Section: libs +Priority: optional +Maintainer: Ludovic Rousseau +Build-Depends: debhelper (>= 7.0.0~), libusb-dev, dpatch, libpcsclite-dev (>=1.2.0-stable-2), pkg-config +Standards-Version: 3.8.3 +Homepage: http://www.athena-scs.com/ + +Package: libasedrive-usb +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd (>=1.2.0-stable-2) +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). + +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). --- asedriveiiie-3.5.orig/debian/rules +++ asedriveiiie-3.5/debian/rules @@ -0,0 +1,90 @@ +#!/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 + +INSTALL = install +INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +include /usr/share/dpatch/dpatch.make + +configure: configure-stamp +configure-stamp: patch + dh_testdir + cd asedriveiiieusb ; ./configure + cd asedriveiiieserial ; ./configure + touch configure-stamp + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + -mkdir asedriveiiieusb/ifd-AseIIIeUSB.bundle/Contents/Linux + CFLAGS="$(CFLAGS)" $(MAKE) -C asedriveiiieusb + CFLAGS="$(CFLAGS)" $(MAKE) -C asedriveiiieserial + touch build-stamp + +clean: clean-patched unpatch +clean-patched: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + touch asedriveiiieusb/Makefile.inc + $(MAKE) -C asedriveiiieusb clean + touch asedriveiiieserial/Makefile.inc + $(MAKE) -C asedriveiiieserial 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_prep + dh_installdirs + + $(MAKE) -C asedriveiiieusb install DESTDIR=`pwd`/debian/libasedrive-usb + rm debian/libasedrive-usb/usr/lib/pcsc/drivers/ifd-ASEDriveIIIe-USB.bundle/Contents/PkgInfo + rm -r debian/libasedrive-usb/usr/lib/pcsc/drivers/ifd-ASEDriveIIIe-USB.bundle/Contents/Resources + $(MAKE) -C asedriveiiieserial install DESTDIR=`pwd`/debian/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_install + dh_installdebconf + dh_link + dh_strip + dh_compress + dh_fixperms + 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-3.5.orig/debian/libasedrive-serial.postrm +++ asedriveiiie-3.5/debian/libasedrive-serial.postrm @@ -0,0 +1,49 @@ +#! /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 + + # regenerate reader.conf + update-reader.conf || true + + # restart pcscd + [ -x /etc/init.d/pcscd ] && invoke-rc.d pcscd restart 3>/dev/null + ;; + + 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-3.5.orig/debian/libasedrive-usb.postinst +++ asedriveiiie-3.5/debian/libasedrive-usb.postinst @@ -0,0 +1,43 @@ +#! /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) + # restart pcscd + [ -x /etc/init.d/pcscd ] && invoke-rc.d pcscd restart 3>/dev/null + ;; + + 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-3.5.orig/debian/po/POTFILES.in +++ asedriveiiie-3.5/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] libasedrive-serial.templates --- asedriveiiie-3.5.orig/debian/po/templates.pot +++ asedriveiiie-3.5/debian/po/templates.pot @@ -0,0 +1,37 @@ +# 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: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+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 +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "Communication port to use with the smart card reader:" +msgstr "" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" --- asedriveiiie-3.5.orig/debian/po/ca.po +++ asedriveiiie-3.5/debian/po/ca.po @@ -0,0 +1,38 @@ +# 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: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\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: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "" + +#. Type: select +#. Description +#: ../libasedrive-serial.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 +#: ../libasedrive-serial.templates:1002 +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" --- asedriveiiie-3.5.orig/debian/po/es.po +++ asedriveiiie-3.5/debian/po/es.po @@ -0,0 +1,61 @@ +# Translation of asedriveiiie_3.2-5.po to Spanish +# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the asedriveiiie package. +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas y normas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Si tiene dudas o consultas sobre esta traducción consulte con el último +# traductor (campo Last-Translator) y ponga en copia a la lista de +# traducción de Debian al español () +# +# Enrique Matias Sanchez (aka Quique) , 2007. +msgid "" +msgstr "" +"Project-Id-Version: asedriveiiie_3.2-5_es\n" +"Report-Msgid-Bugs-To: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2007-03-19 18:49+0100\n" +"Last-Translator: Enrique Matias Sanchez (aka Quique) \n" +"Language-Team: Spanish \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 +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "ninguno" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "Communication port to use with the smart card reader:" +msgstr "Puerto de comunicaciones que usa el lector de tarjetas inteligentes:" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"El controlador necesita saber a qué puerto serie está conectado el lector de " +"tarjetas Athena ASEDrive IIIe." --- asedriveiiie-3.5.orig/debian/po/de.po +++ asedriveiiie-3.5/debian/po/de.po @@ -0,0 +1,53 @@ +# translation of asedriveiiie_3.1-4_de.po to German +# 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, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: asedriveiiie_3.1-4_de\n" +"Report-Msgid-Bugs-To: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2005-12-27 11:42+0100\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.9.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "keiner" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "Communication port to use with the smart card reader:" +msgstr "" +"Serieller Port, der zur Kommunikation mit dem Smart-Chipkarten-Leser " +"verwendet werden soll:" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Der Treiber muss wissen, an welcher seriellen Schnittstelle der Chipkarten-" +"Leser Athena ASEDrive IIIe angeschlossen ist." --- asedriveiiie-3.5.orig/debian/po/ja.po +++ asedriveiiie-3.5/debian/po/ja.po @@ -0,0 +1,46 @@ +# +# 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 3.2-4\n" +"Report-Msgid-Bugs-To: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2006-10-15 13:52+0900\n" +"Last-Translator: Hideki Yamane (Debian-JP) \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "どれでも無い" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "Communication port to use with the smart card reader:" +msgstr "スマートカードリーダが接続されているシリアルポート:" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"ドライバは、どのポートにアテナ社の ASEDrive IIIe カードリーダが接続されている" +"のかを知っている必要があります。" --- asedriveiiie-3.5.orig/debian/po/ru.po +++ asedriveiiie-3.5/debian/po/ru.po @@ -0,0 +1,49 @@ +# translation of asedriveiiie_3.1-5_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: asedriveiiie_3.1-5\n" +"Report-Msgid-Bugs-To: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2006-04-09 14:18+0300\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \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 +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "нет" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "Communication port to use with the smart card reader:" +msgstr "Последовательный порт, к которому подключён считыватель смарт-карт:" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Драйверу нужно знать, на какой последовательный порт подключён считыватель " +"Athena ASEDrive IIIe." --- asedriveiiie-3.5.orig/debian/po/nl.po +++ asedriveiiie-3.5/debian/po/nl.po @@ -0,0 +1,47 @@ +# +# 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: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\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: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +#, fuzzy +msgid "Communication port to use with the smart card reader:" +msgstr "Met welke serile poort is de smart card lezer verbonden?" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +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 serile poort de ASEDrive IIIe lezer " +"verbonden is." --- asedriveiiie-3.5.orig/debian/po/cs.po +++ asedriveiiie-3.5/debian/po/cs.po @@ -0,0 +1,46 @@ +# +# 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: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2005-12-30 14:27+0100\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "žádný" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "Communication port to use with the smart card reader:" +msgstr "Komunikační port, na kterém je připojena čtečka karet:" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +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-3.5.orig/debian/po/pt.po +++ asedriveiiie-3.5/debian/po/pt.po @@ -0,0 +1,39 @@ +# Portuguese Translation for asedriveiiie debconf messages +# Copyright (C) YEAR THE asedriveiiie'S COPYRIGHT HOLDER +# This file is distributed under the same license as the asedriveiiie package. +# Ricardo Silva , 2006. +# +# +msgid "" +msgstr "" +"Project-Id-Version: asedriveiiie 3.2-3\n" +"Report-Msgid-Bugs-To: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2006-07-31 19:10+0100\n" +"Last-Translator: Ricardo Silva \n" +"Language-Team: Native Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "nenhum" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "Communication port to use with the smart card reader:" +msgstr "Porta de comunicação para usar com o leitor de smart card:" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"O driver precisa de saber a que porta serie está o leitor de cartões Athena " +"ASEDrive IIIe ligado." --- asedriveiiie-3.5.orig/debian/po/vi.po +++ asedriveiiie-3.5/debian/po/vi.po @@ -0,0 +1,39 @@ +# Vietnamese translation for asedriveiiie. +# Copyright © 2005 Free Software Foundation, Inc. +# Clytie Siddall , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: asedriveiiie 2.2-1\n" +"Report-Msgid-Bugs-To: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2005-06-12 11:50+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \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 +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "không có" + +#. Type: select +#. Description +#: ../libasedrive-serial.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 +#: ../libasedrive-serial.templates:1002 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Trình hỗ trợ thiết bị ấy cần đến bạn nhập cổng nối tiếp nơi đã kết nối máy " +"đọc thẻ Athena ASEDrive IIIe." --- asedriveiiie-3.5.orig/debian/po/sv.po +++ asedriveiiie-3.5/debian/po/sv.po @@ -0,0 +1,44 @@ +# 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 2.2-1\n" +"Report-Msgid-Bugs-To: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2005-12-04 18:22+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "ingen" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "Communication port to use with the smart card reader:" +msgstr "P vilken seriellport r smartkortslsaren inkopplad:" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Drivrutinen behver veta vilken seriellport som Athena ASEDrive IIIe " +"kortlsaren r inkopplad p." --- asedriveiiie-3.5.orig/debian/po/pt_BR.po +++ asedriveiiie-3.5/debian/po/pt_BR.po @@ -0,0 +1,47 @@ +# +# 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: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2004-08-06 21:08-0300\n" +"Last-Translator: Andr Lus 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: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "nenhuma" + +#. Type: select +#. Description +#: ../libasedrive-serial.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 +#: ../libasedrive-serial.templates:1002 +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." --- asedriveiiie-3.5.orig/debian/po/fr.po +++ asedriveiiie-3.5/debian/po/fr.po @@ -0,0 +1,47 @@ +# +# 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. +# +# Initial translator: Ludovic Rousseau +msgid "" +msgstr "" +"Project-Id-Version: asedriveiiie-1.9-1\n" +"Report-Msgid-Bugs-To: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2005-12-04 16:08+0100\n" +"Last-Translator: Thomas Huriaux \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "aucun" + +#. Type: select +#. Description +#: ../libasedrive-serial.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 +#: ../libasedrive-serial.templates:1002 +msgid "" +"The driver needs to know which serial port the Athena ASEDrive IIIe card " +"reader is connected to." +msgstr "" +"Le port série sur lequel est connecté le lecteur de carte à puce ASEDrive " +"IIIe Athena doit être connu du pilote." --- asedriveiiie-3.5.orig/debian/po/da.po +++ asedriveiiie-3.5/debian/po/da.po @@ -0,0 +1,50 @@ +# +# 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. +# Claus Hindsgaul , 2006. +msgid "" +msgstr "" +"Project-Id-Version: asedriveiiie\n" +"Report-Msgid-Bugs-To: asedriveiiie@packages.debian.org\n" +"POT-Creation-Date: 2008-01-05 17:43+0100\n" +"PO-Revision-Date: 2006-05-15 12:05+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.11.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: select +#. Choices +#: ../libasedrive-serial.templates:1001 +msgid "none" +msgstr "ingen" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +msgid "Communication port to use with the smart card reader:" +msgstr "Kommunikationsport smartcard-lseren sluttes til:" + +#. Type: select +#. Description +#: ../libasedrive-serial.templates:1002 +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 kortlseren er " +"tilsluttet." --- asedriveiiie-3.5.orig/debian/patches/03_usb_build.dpatch +++ asedriveiiie-3.5/debian/patches/03_usb_build.dpatch @@ -0,0 +1,21 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_usb_build.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad asedriveiiie-3.1~/asedriveiiieusb/Ase.h asedriveiiie-3.1/asedriveiiieusb/Ase.h +--- asedriveiiie-3.1~/asedriveiiieusb/Ase.h 2005-12-02 13:24:56.000000000 +0100 ++++ asedriveiiie-3.1/asedriveiiieusb/Ase.h 2005-12-02 14:30:52.000000000 +0100 +@@ -47,8 +47,10 @@ + #define PRINT_CHAR(c) LEFT_NIBBLE(c), RIGHT_NIBBLE(c) + + ++#ifndef MIN + #define MIN(a, b) (a > b ? b : a) + #define MAX(a, b) (a > b ? a : b) ++#endif + + + #define ASE_READER_ETU_DELTA 150 --- asedriveiiie-3.5.orig/debian/patches/00list +++ asedriveiiie-3.5/debian/patches/00list @@ -0,0 +1,3 @@ +03_serial_build +03_usb_build +04_configure --- asedriveiiie-3.5.orig/debian/patches/04_configure.dpatch +++ asedriveiiie-3.5/debian/patches/04_configure.dpatch @@ -0,0 +1,29 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 04_configure.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad asedriveiiie-3.5~/asedriveiiieserial/configure asedriveiiie-3.5/asedriveiiieserial/configure +--- asedriveiiie-3.5~/asedriveiiieserial/configure 2006-11-29 06:56:36.000000000 +0100 ++++ asedriveiiie-3.5/asedriveiiieserial/configure 2008-01-05 18:18:28.000000000 +0100 +@@ -69,6 +69,6 @@ + echo "USBDROPDIR=${USBDROPDIR}" >> Makefile.inc + echo "BUILD=${BUILD}" >> Makefile.inc + echo "CFLAGS=${CFLAGS}" >> Makefile.inc +-echo "LDFLAGS=${LDFLAGS}" >> Makefile.inc ++#echo "LDFLAGS=${LDFLAGS}" >> Makefile.inc + + exit 0 +diff -urNad asedriveiiie-3.5~/asedriveiiieusb/configure asedriveiiie-3.5/asedriveiiieusb/configure +--- asedriveiiie-3.5~/asedriveiiieusb/configure 2006-11-29 06:48:21.000000000 +0100 ++++ asedriveiiie-3.5/asedriveiiieusb/configure 2008-01-05 18:18:36.000000000 +0100 +@@ -69,6 +69,6 @@ + echo "USBDROPDIR=${USBDROPDIR}" >> Makefile.inc + echo "BUILD=${BUILD}" >> Makefile.inc + echo "CFLAGS=${CFLAGS}" >> Makefile.inc +-echo "LDFLAGS=${LDFLAGS}" >> Makefile.inc ++#echo "LDFLAGS=${LDFLAGS}" >> Makefile.inc + + exit 0 --- asedriveiiie-3.5.orig/debian/patches/03_serial_build.dpatch +++ asedriveiiie-3.5/debian/patches/03_serial_build.dpatch @@ -0,0 +1,22 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_serial_build.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad asedriveiiie-3.1~/asedriveiiieserial/Ase.h asedriveiiie-3.1/asedriveiiieserial/Ase.h +--- asedriveiiie-3.1~/asedriveiiieserial/Ase.h 2005-12-02 13:24:56.000000000 +0100 ++++ asedriveiiie-3.1/asedriveiiieserial/Ase.h 2005-12-02 14:27:24.000000000 +0100 +@@ -46,9 +46,10 @@ + #define PRINT_CHAR(c) LEFT_NIBBLE(c), RIGHT_NIBBLE(c) + + ++#ifndef MIN + #define MIN(a, b) (a > b ? b : a) + #define MAX(a, b) (a > b ? a : b) +- ++#endif + + #define ASE_READER_ETU_DELTA 150 +