Hello,
I'm doing an NMU of libgcr410 to fix #265353, #331999, and #355351;
diff attached.
Thanks,
Matej
diff -u libgcr410-2.4.0/debian/changelog libgcr410-2.4.0/debian/changelog
--- libgcr410-2.4.0/debian/changelog
+++ libgcr410-2.4.0/debian/changelog
@@ -1,3 +1,16 @@
+libgcr410 (2.4.0-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Medium urgency due to RC fix.
+ * debian/rules:
+ - Provide binary-arch. Closes: #355351.
+ - Provide binary-indep as a no-op (required by Policy section 4.8).
+ * Use `Depends: debconf | debconf-2.0' to allow for cdebconf.
+ Closes: #331999.
+ * Provide pcsc-ifd-handler. Closes: #265353.
+
+ -- Matej Vela <[EMAIL PROTECTED]> Tue, 14 Mar 2006 21:48:15 +0100
+
libgcr410 (2.4.0-4) unstable; urgency=low
* Fixed rules file to provide binary-arch and binary-indep (Closes: #273667)
diff -u libgcr410-2.4.0/debian/control libgcr410-2.4.0/debian/control
--- libgcr410-2.4.0/debian/control
+++ libgcr410-2.4.0/debian/control
@@ -7,7 +7,8 @@
Package: libgcr410
Architecture: any
-Depends: ${shlibs:Depends}, debconf (>= 1.2.0), pcscd (>> 1.2.0)
+Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, pcscd (>> 1.2.0)
+Provides: pcsc-ifd-handler
Description: PC/SC driver for GemPlus GCR410 serial SmartCard interface
The libgcr410 package contains a PC/SC driver for the GemPlus GCR410 serial
SmartCard interface. Note that this is a different driver then libgempc.
diff -u libgcr410-2.4.0/debian/rules libgcr410-2.4.0/debian/rules
--- libgcr410-2.4.0/debian/rules
+++ libgcr410-2.4.0/debian/rules
@@ -23,7 +23,9 @@
cp libgcr410.so $(CURDIR)/debian/libgcr410/usr/lib/pcsc/drivers/serial
-binary: build install
+binary-indep:
+
+binary-arch: build install
dh_testdir
dh_testroot
dh_installdebconf
@@ -39,4 +41,5 @@
dh_builddeb
+binary: binary-indep binary-arch