package irda-utils
tags 478382 + patch
thanks
reverted:
--- irda-utils-0.9.18/smcinit/Makefile
+++ irda-utils-0.9.18.orig/smcinit/Makefile
@@ -26,17 +26,17 @@
smcinit: smcinit.o
$(prn_cc_o)
+ $(ECMD)$(CC) -o $@ $^ $(LIBS) -lpci
- $(ECMD)$(CC) -o $@ $^ $(LIBS) -lpci -lz
tosh1800-smcinit: tosh1800-smcinit.o
$(prn_cc_o)
+ $(ECMD)$(CC) $(XCFLAGS) -o $@ $^ $(LIBS) -lpci
- $(ECMD)$(CC) $(XCFLAGS) -o $@ $^ $(LIBS) -lpci -lz
tosh2450-smcinit: tosh2450-smcinit.o
$(prn_cc_o)
+ $(ECMD)$(CC) $(XCFLAGS) -o $@ $^ $(LIBS) -lpci
- $(ECMD)$(CC) $(XCFLAGS) -o $@ $^ $(LIBS) -lpci -lz
%o: %c
diff -u irda-utils-0.9.18/debian/control irda-utils-0.9.18/debian/control
--- irda-utils-0.9.18/debian/control
+++ irda-utils-0.9.18/debian/control
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
-Build-Depends: libglib2.0-dev, debhelper (>= 4.1.16) , pciutils-dev, zlib1g-dev
+Build-Depends: libglib2.0-dev, debhelper (>= 4.1.16) , libpci-dev
Standards-Version: 3.7.3.0
Homepage: http://irda.sourceforge.net
diff -u irda-utils-0.9.18/debian/changelog irda-utils-0.9.18/debian/changelog
--- irda-utils-0.9.18/debian/changelog
+++ irda-utils-0.9.18/debian/changelog
@@ -1,3 +1,12 @@
+irda-utils (0.9.18-8.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Build depend on libpci-dev. (Closes: #478382)
+ * Don't build depend on zlib1g-dev.
+ * Don't link with -lz anymore.
+
+ -- Anibal Monsalve Salazar <[EMAIL PROTECTED]> Sun, 04 May 2008 14:24:21
+1000
+
irda-utils (0.9.18-8) unstable; urgency=low
* Corrected LSB headers in init.d script. (Closes: #474317)
signature.asc
Description: Digital signature

