diff -Nru lcdproc-0.5.5-pre2/debian/changelog lcdproc-0.5.5-pre2/debian/changelog --- lcdproc-0.5.5-pre2/debian/changelog 2012-04-18 21:41:42.000000000 +0000 +++ lcdproc-0.5.5-pre2/debian/changelog 2012-04-19 09:32:22.000000000 +0000 @@ -1,3 +1,9 @@ +lcdproc (0.5.5-pre2-yavdr1~precise) precise; urgency=medium + + * added automake patch + + -- Gerald Dachs Thu, 19 Apr 2012 11:31:05 +0200 + lcdproc (0.5.5-pre2-yavdr0~precise) precise; urgency=medium * added driver mdm166a diff -Nru lcdproc-0.5.5-pre2/debian/patches/automake lcdproc-0.5.5-pre2/debian/patches/automake --- lcdproc-0.5.5-pre2/debian/patches/automake 1970-01-01 00:00:00.000000000 +0000 +++ lcdproc-0.5.5-pre2/debian/patches/automake 2012-04-19 09:30:49.000000000 +0000 @@ -0,0 +1,19 @@ +Description: With automake 1.11.3, pkglib_PROGRAMS is not valid anymore, + so work around this by using my_execbin_PROGRAMS. +Author: Andreas Moog +Bug-Ubuntu: https://bugs.launchpad.net/bugs/934265 + +Index: lcdproc-0.5.5-pre2/server/drivers/Makefile.am +=================================================================== +--- lcdproc-0.5.5-pre2.orig/server/drivers/Makefile.am 2011-10-23 14:08:55.000000000 +0200 ++++ lcdproc-0.5.5-pre2/server/drivers/Makefile.am 2012-04-19 11:30:34.171984806 +0200 +@@ -21,7 +21,8 @@ + + ## Keep the lists sorted! + +-pkglib_PROGRAMS = @DRIVERS@ ++my_execbindir = $(pkglibdir) ++my_execbin_PROGRAMS = @DRIVERS@ + EXTRA_PROGRAMS = bayrad CFontz CFontzPacket curses debug CwLnx ea65 EyeboxOne g15 glcd glcdlib glk hd44780 icp_a106 imon imonlcd IOWarrior irman joy lb216 lcdm001 lcterm lirc lis MD8800 mdm166a ms6931 mtc_s16209x MtxOrb mx5000 NoritakeVFD picolcd pyramid sed1330 sed1520 serialPOS serialVFD shuttleVFD stv5730 SureElec svga t6963 text tyan sli ula200 vlsys_m428 xosd i2500vfd irtrans + noinst_LIBRARIES = libLCD.a libbignum.a + diff -Nru lcdproc-0.5.5-pre2/debian/patches/series lcdproc-0.5.5-pre2/debian/patches/series --- lcdproc-0.5.5-pre2/debian/patches/series 2012-04-18 21:10:15.000000000 +0000 +++ lcdproc-0.5.5-pre2/debian/patches/series 2012-04-19 09:29:23.000000000 +0000 @@ -1,2 +1,3 @@ +automake debian-changes-0.5.5-pre2-ppa6~oneiric debian-changes-0.5.5-pre2-yavdr0~oneiric