-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Used the suggested fix like described.
Added cpio to build-depends otherwise it would not build with pdebuild.
I does needs testing with module-assistant.
Thanks.

Regards,
martijn van Brummelen

"Wandering around our America has changed me more than I thought. I am not
me any
more. At least I'm not the same me I was." ~ Guevara
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.9)

iEYEARECAAYFAkroA5gACgkQ4yGTtsQpvi/J/wCfT5eZj9gVnVTu6EcLoPOg+PXv
qT0An3cSqzA9QAKtDAlzgauGRehr0Y+4
=WPhx
-----END PGP SIGNATURE-----
diff -u acx100-20080210/debian/control acx100-20080210/debian/control
--- acx100-20080210/debian/control
+++ acx100-20080210/debian/control
@@ -1,7 +1,7 @@
 Source: acx100
 Section: contrib/net
 Priority: extra
-Build-Depends: debhelper (>= 5.0), dpatch
+Build-Depends: debhelper (>= 5.0), dpatch, cpio
 Maintainer: Stefano Canepa <s...@linux.it>
 Standards-Version: 3.8.1
 Homepage: http://acx100.sourceforge.net/
diff -u acx100-20080210/debian/changelog acx100-20080210/debian/changelog
--- acx100-20080210/debian/changelog
+++ acx100-20080210/debian/changelog
@@ -1,3 +1,13 @@
+acx100 (20080210-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * added fix like suggestes in bugreport
+    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545367 
+  * added cpio to Build-depends
+  * bug fix (Closes: #545367)
+
+ -- Martijn van Brummelen <mart...@brumit.nl>  Wed, 28 Oct 2009 08:50:49 +0100
+
 acx100 (20080210-1) unstable; urgency=low
 
   * New upstream release (20080210) (Closes: #490854)
only in patch2:
unchanged:
--- acx100-20080210.orig/wlan_compat.h
+++ acx100-20080210/wlan_compat.h
@@ -218,7 +218,7 @@
 #define WLAN_PACKED	__attribute__ ((packed))
 
 /* Interrupt handler backwards compatibility stuff */
-#ifndef IRQ_NONE
+#if (! (defined(_LINUX_IRQRETURN_H) || defined(IRQ_NONE)))
 #define IRQ_NONE
 #define IRQ_HANDLED
 typedef void irqreturn_t;

Reply via email to