Package: yeahconsole
Version:0.3.4-2.1

There is an error in /debian/patch/50-makefile.patch file. In fact build fails, 
because LIBS = -lX11 is replaced by
LDFLAGS += -lX11.

I attached a debdiff to fix this bug.

diff -Nru yeahconsole-0.3.4/debian/changelog yeahconsole-0.3.4/debian/changelog
--- yeahconsole-0.3.4/debian/changelog  2012-05-06 13:56:50.000000000 +0100
+++ yeahconsole-0.3.4/debian/changelog  2013-01-25 21:51:07.000000000 +0000
@@ -1,3 +1,9 @@
+yeahconsole (0.3.4-2.2) unstable; urgency=low
+
+  * edit 50-makefile.patch so it works well 
+
+ -- Alessandro Losavio <alessandro.losa...@yahoo.com>  Fri, 25 Jan 2013 
21:50:19 +0000
+
 yeahconsole (0.3.4-2.1) unstable; urgency=low
 
   * Non-maintainer upload; ACKed by the maintainer.
diff -Nru yeahconsole-0.3.4/debian/patches/50-makefile.patch 
yeahconsole-0.3.4/debian/patches/50-makefile.patch
--- yeahconsole-0.3.4/debian/patches/50-makefile.patch  2012-04-29 
07:22:27.000000000 +0100
+++ yeahconsole-0.3.4/debian/patches/50-makefile.patch  2013-01-25 
21:42:15.000000000 +0000
@@ -13,11 +13,10 @@
 -PREFIX = /usr/local
 +PREFIX ?= /usr/local
  
--LIBS = -lX11 
+ LIBS = -lX11 
 -INCLUDES = -I/usr/X11R6/include 
 -LIB_DIRS = -L/usr/X11R6/lib
 -FLAGS = -Os -Wall
-+LDFLAGS += -lX11
 +CFLAGS += -Wall
  
  OBJECTS := yeahconsole.o

Reply via email to