diff -Nru monobristol-0.60.3/debian/changelog monobristol-0.60.3/debian/changelog --- monobristol-0.60.3/debian/changelog 2011-08-03 19:18:26.000000000 +0000 +++ monobristol-0.60.3/debian/changelog 2012-02-22 01:28:54.000000000 +0000 @@ -1,3 +1,9 @@ +monobristol (0.60.3-1ubuntu2) precise; urgency=low + + * Fix FTBFS with automake 1.11.3 (LP: #934976). + + -- Leo Iannacone Sun, 19 Feb 2012 16:02:04 +0100 + monobristol (0.60.3-1ubuntu1) oneiric; urgency=low * Apply patch from Takashi Sakamoto resolving inability to call diff -Nru monobristol-0.60.3/debian/patches/04_fix_automake_1.11.3 monobristol-0.60.3/debian/patches/04_fix_automake_1.11.3 --- monobristol-0.60.3/debian/patches/04_fix_automake_1.11.3 1970-01-01 00:00:00.000000000 +0000 +++ monobristol-0.60.3/debian/patches/04_fix_automake_1.11.3 2012-02-22 01:28:54.000000000 +0000 @@ -0,0 +1,25 @@ +Description: Resolve FTBFS with automake 1.11.3: + + pkglib_SCRIPT is compatible with last automake version. + Use instead a simple workaround to install file in the same place. +Author: Leo Iannacone +Bug-Ubuntu: https://bugs.launchpad.net/bugs/934976 +--- + Makefile.include | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +--- monobristol.orig/Makefile.include ++++ monobristol/Makefile.include +@@ -62,12 +62,11 @@ EXTRA_DIST += $(build_sources) $(build_r + CLEANFILES += $(ASSEMBLY) $(ASSEMBLY).mdb $(BINARIES) $(build_resx_resources) $(build_satellite_assembly_list) + DISTCLEANFILES = $(GENERATED_FILES) $(pc_files) $(BUILD_DIR)/* + +-pkglib_SCRIPTS = $(ASSEMBLY) + bin_SCRIPTS = $(BINARIES) + + programfilesdir = @libdir@/@PACKAGE@ + programfiles_DATA = $(PROGRAMFILES) +- ++programfiles_SCRIPTS = $(ASSEMBLY) + + # macros + diff -Nru monobristol-0.60.3/debian/patches/series monobristol-0.60.3/debian/patches/series --- monobristol-0.60.3/debian/patches/series 2011-08-03 19:15:28.000000000 +0000 +++ monobristol-0.60.3/debian/patches/series 2012-02-22 01:28:54.000000000 +0000 @@ -1,3 +1,4 @@ 01_use_mono-csc 02_fix_config 03_attach_events +04_fix_automake_1.11.3