Bug#380062: PCMCIA scanning is not compiled

2006-07-27 Thread Joachim Breitner
Package: libchipcard2-0c2
Version: 2.1.7-2
Severity: normal
Tags: patch

Hi,

a spurious #ifdef disabled PCMCIA scanning. Upstream confirmed this as a
bug and it is fixed in CVS. A patch is attached.

Thanks,
Joachim

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.otto
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages libchipcard2-0c2 depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgwenhywfar38   2.3.1-1OS abstraction layer
ii  libsysfs2 2.0.0-7interface library to sysfs
ii  libusb-0.1-4  2:0.1.12-2 userspace USB programming library

libchipcard2-0c2 recommends no packages.

-- no debconf information
diff -u libchipcard2-2.1.7/debian/changelog libchipcard2-2.1.7/debian/changelog
--- libchipcard2-2.1.7/debian/changelog
+++ libchipcard2-2.1.7/debian/changelog
@@ -1,3 +1,9 @@
+libchipcard2 (2.1.7-2.1) unstable; urgency=low
+
+  * pcmcia an
+
+ -- Joachim Breitner [EMAIL PROTECTED]  Thu, 27 Jul 2006 10:20:38 +0200
+
 libchipcard2 (2.1.7-2) unstable; urgency=low
 
   * Bump build-depends
only in patch2:
unchanged:
--- 
libchipcard2-2.1.7.orig/src/lib/chipcard2-server/server2/devicemanager/devicemanager.c
+++ 
libchipcard2-2.1.7/src/lib/chipcard2-server/server2/devicemanager/devicemanager.c
@@ -256,14 +256,12 @@
   LC_DevMonitor_AddScanner(dm-deviceMonitor, scanner);
   scanners++;
 }
-#ifdef USE_PCMCIA
 if (dm-disablePcmciaScan==0) {
   DBG_INFO(0, Adding PCMCIA bus scanner);
   scanner=LC_PcmciaScanner_new();
   LC_DevMonitor_AddScanner(dm-deviceMonitor, scanner);
   scanners++;
 }
-#endif
 if (dm-disableUsbRawScan==0) {
   DBG_INFO(0, Adding USB bus scanner);
   scanner=LC_UsbRawScanner_new();


Bug#380062: PCMCIA scanning is not compiled

2006-07-27 Thread Thomas Viehmann
Joachim Breitner wrote:
 a spurious #ifdef disabled PCMCIA scanning. Upstream confirmed this as a
 bug and it is fixed in CVS. A patch is attached.
Sorry about that. I wondered whether it was turned on but didn't know
for sure and didn't see any indication that it wasn't in configure...
I'll fix that soonish.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]