Package: leds-alix-source
Version: 0.0.1-1
Severity: grave
Tags: upstream patch
Justification: renders package unusable

Dear Maintainer,
the source package does not compile; the first error message is about 
THIS_MODULE being undefined.

Please find the attached patch which solves the bug.

Federico


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages leds-alix-source depends on:
ii  bzip2             1.0.6-1
ii  debhelper         9.20120115
ii  make              3.81-8.1
ii  module-assistant  0.11.4

leds-alix-source recommends no packages.

leds-alix-source suggests no packages.

-- no debconf information

-- 
------------------------------------------------------------------------
*Federico Brega*        Phone:  +39     02      9038    0812 - Int. 180
/AOCS Engineer/         Fax:    +39     02      9010    059
E-Mail: federico.br...@temissrl.com <mailto:federico.br...@temissrl.com>
*TEMIS S.r.l.* <http://www.temissrl.com>,
Via G. Donizetti 20
20011 Corbetta(MI), Italy 
--- old-leds-alix.c	2012-03-07 19:37:51.416914640 +0100
+++ leds-alix.c	2012-03-07 19:10:03.212963445 +0100
@@ -11,6 +11,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/init.h>
 #include <linux/platform_device.h>
 #include <linux/leds.h>

Reply via email to