Merge lp:~l3on/ubuntu/precise/monobristol/fix-ftbfs into lp:ubuntu/precise/monobristol

Proposed by Leo Iannacone
Status: Merged
Merge reported by: Luke Yelavich
Merged at revision: not available
Proposed branch: lp:~l3on/ubuntu/precise/monobristol/fix-ftbfs
Merge into: lp:ubuntu/precise/monobristol
Diff against target: 86 lines (+35/-3)
5 files modified
.pc/applied-patches (+1/-0)
Makefile.include (+2/-3)
debian/changelog (+6/-0)
debian/patches/04_fix_automake_1.11.3 (+25/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~l3on/ubuntu/precise/monobristol/fix-ftbfs
Reviewer Review Type Date Requested Status
Luke Yelavich (community) Approve
Ubuntu branches Pending
Review via email: mp+93735@code.launchpad.net

Description of the change

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.

To post a comment you must log in.
Revision history for this message
Luke Yelavich (themuso) wrote :

Thanks for your work.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.pc/applied-patches'
2--- .pc/applied-patches 2011-08-03 15:16:24 +0000
3+++ .pc/applied-patches 2012-02-19 15:21:17 +0000
4@@ -1,3 +1,4 @@
5 01_use_mono-csc
6 02_fix_config
7 03_attach_events
8+04_fix_automake_1.11.3
9
10=== modified file 'Makefile.include'
11--- Makefile.include 2010-11-24 20:31:45 +0000
12+++ Makefile.include 2012-02-19 15:21:17 +0000
13@@ -62,12 +62,11 @@
14 CLEANFILES += $(ASSEMBLY) $(ASSEMBLY).mdb $(BINARIES) $(build_resx_resources) $(build_satellite_assembly_list)
15 DISTCLEANFILES = $(GENERATED_FILES) $(pc_files) $(BUILD_DIR)/*
16
17-pkglib_SCRIPTS = $(ASSEMBLY)
18 bin_SCRIPTS = $(BINARIES)
19
20 programfilesdir = @libdir@/@PACKAGE@
21 programfiles_DATA = $(PROGRAMFILES)
22-
23+programfiles_SCRIPTS = $(ASSEMBLY)
24
25 # macros
26
27@@ -113,4 +112,4 @@
28 install-satellite-assemblies: $(install_satellite_assembly_list)
29
30 uninstall-satellite-assemblies:
31- rm -rf $(install_satellite_assembly_list)
32\ No newline at end of file
33+ rm -rf $(install_satellite_assembly_list)
34
35=== modified file 'debian/changelog'
36--- debian/changelog 2011-08-03 15:16:24 +0000
37+++ debian/changelog 2012-02-19 15:21:17 +0000
38@@ -1,3 +1,9 @@
39+monobristol (0.60.3-1ubuntu2) precise; urgency=low
40+
41+ * Fix FTBFS with automake 1.11.3 (LP: #934976).
42+
43+ -- Leo Iannacone <l3on@ubuntu.com> Sun, 19 Feb 2012 16:02:04 +0100
44+
45 monobristol (0.60.3-1ubuntu1) oneiric; urgency=low
46
47 * Apply patch from Takashi Sakamoto resolving inability to call
48
49=== added file 'debian/patches/04_fix_automake_1.11.3'
50--- debian/patches/04_fix_automake_1.11.3 1970-01-01 00:00:00 +0000
51+++ debian/patches/04_fix_automake_1.11.3 2012-02-19 15:21:17 +0000
52@@ -0,0 +1,25 @@
53+Description: Resolve FTBFS with automake 1.11.3:
54+ + pkglib_SCRIPT is compatible with last automake version.
55+ Use instead a simple workaround to install file in the same place.
56+Author: Leo Iannacone <l3on@ubuntu.com>
57+Bug-Ubuntu: https://bugs.launchpad.net/bugs/934976
58+---
59+ Makefile.include | 3 +--
60+ 1 file changed, 1 insertion(+), 2 deletions(-)
61+
62+--- monobristol.orig/Makefile.include
63++++ monobristol/Makefile.include
64+@@ -62,12 +62,11 @@ EXTRA_DIST += $(build_sources) $(build_r
65+ CLEANFILES += $(ASSEMBLY) $(ASSEMBLY).mdb $(BINARIES) $(build_resx_resources) $(build_satellite_assembly_list)
66+ DISTCLEANFILES = $(GENERATED_FILES) $(pc_files) $(BUILD_DIR)/*
67+
68+-pkglib_SCRIPTS = $(ASSEMBLY)
69+ bin_SCRIPTS = $(BINARIES)
70+
71+ programfilesdir = @libdir@/@PACKAGE@
72+ programfiles_DATA = $(PROGRAMFILES)
73+-
74++programfiles_SCRIPTS = $(ASSEMBLY)
75+
76+ # macros
77+
78
79=== modified file 'debian/patches/series'
80--- debian/patches/series 2011-08-03 15:16:24 +0000
81+++ debian/patches/series 2012-02-19 15:21:17 +0000
82@@ -1,3 +1,4 @@
83 01_use_mono-csc
84 02_fix_config
85 03_attach_events
86+04_fix_automake_1.11.3

Subscribers

People subscribed via source and target branches

to all changes: