package uswsusp
tags 478395 + patch
thanks

diff -u uswsusp-0.7/debian/changelog uswsusp-0.7/debian/changelog
--- uswsusp-0.7/debian/changelog
+++ uswsusp-0.7/debian/changelog
@@ -1,3 +1,14 @@
+uswsusp (0.7-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build depend on libpci-dev (closes: #478395) 
+  * Don't build depend on zlib1g-dev.
+  * Don't link with -lz in Makefile.
+  * Don't link to libpci.a in vbetool/Makefile.am.
+  * Don't link with -lz in vbetool/Makefile.am.
+
+ -- Anibal Monsalve Salazar <[EMAIL PROTECTED]>  Sun, 04 May 2008 16:08:00 
+1000
+
 uswsusp (0.7-1.1) unstable; urgency=low
 
   * Non-maintainer upload to fix longstanding l10n issues and FTBFS.
diff -u uswsusp-0.7/debian/control uswsusp-0.7/debian/control
--- uswsusp-0.7/debian/control
+++ uswsusp-0.7/debian/control
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Tim Dijkstra <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), pciutils-dev, docbook2x, docbook-xml, 
xsltproc, po-debconf, libgcrypt11-dev, zlib1g-dev, libsplashy1-dev, libx86-dev 
[amd64 i386], pkg-config, liblzo2-dev
+Build-Depends: debhelper (>= 5), libpci-dev, docbook2x, docbook-xml, xsltproc, 
po-debconf, libgcrypt11-dev, libsplashy1-dev, libx86-dev [amd64 i386], 
pkg-config, liblzo2-dev
 Standards-Version: 3.7.2
 Homepage: http://suspend.sourceforge.net/
 
only in patch2:
unchanged:
--- uswsusp-0.7.orig/Makefile
+++ uswsusp-0.7/Makefile
@@ -30,7 +30,7 @@
 SWSUSP_LD_FLAGS = $(LD_FLAGS)
 ifeq ($(ARCH), x86)
 S2RAM_OBJ += s2ram-x86.o whitelist.o dmidecode.o radeontool.o vbetool/vbetool.o
-S2RAM_LD_FLAGS += -lx86 -lpci -lz
+S2RAM_LD_FLAGS += -lx86 -lpci
 endif
 ifeq ($(ARCH), ppc)
 S2RAM_OBJ += s2ram-ppc.o
only in patch2:
unchanged:
--- uswsusp-0.7.orig/vbetool/Makefile.am
+++ uswsusp-0.7/vbetool/Makefile.am
@@ -2,7 +2,7 @@
 
 sbin_PROGRAMS = vbetool
 
-vbetool_LDADD = $(libdir)/libpci.a
+vbetool_LDADD =
 
 man_MANS = vbetool.1
 vbetool_SOURCES = vbetool.c $(x86)
@@ -14,4 +14,4 @@
        $(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure
 
 AM_CFLAGS = -g -Wall -pedantic -std=gnu99
-AM_LDFLAGS = -lz -lx86
+AM_LDFLAGS = -lpci -lx86

Attachment: signature.asc
Description: Digital signature



Reply via email to