Merge lp:~jtaylor/ubuntu/oneiric/semantik/fix-837429 into lp:ubuntu/oneiric/semantik

Proposed by Julian Taylor
Status: Merged
Merged at revision: 15
Proposed branch: lp:~jtaylor/ubuntu/oneiric/semantik/fix-837429
Merge into: lp:ubuntu/oneiric/semantik
Diff against target: 76 lines (+32/-4)
5 files modified
debian/changelog (+10/-0)
debian/control (+3/-3)
debian/patches/ocaml-link-str.diff (+17/-0)
debian/patches/series (+1/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~jtaylor/ubuntu/oneiric/semantik/fix-837429
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+73504@code.launchpad.net

Description of the change

fix ftbs + minor package cleanups

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-08-19 13:43:50 +0000
3+++ debian/changelog 2011-08-31 10:40:24 +0000
4@@ -1,3 +1,13 @@
5+semantik (0.7.3-0ubuntu4) oneiric; urgency=low
6+
7+ * add build dependency on libqtwebkit4 (LP: #837429)
8+ * remove unneeded link against libstr.a not present in ocaml-nox anymore
9+ * remove dpatch b-d
10+ * bump standard version to 3.9.2, no changes necessary
11+ * replace dh_clean -k with dh_prep
12+
13+ -- Julian Taylor <jtaylor.debian@googlemail.com> Wed, 31 Aug 2011 12:17:53 +0200
14+
15 semantik (0.7.3-0ubuntu3) oneiric; urgency=low
16
17 * Rebuild to pick up armel ocaml fixes.
18
19=== modified file 'debian/control'
20--- debian/control 2010-11-01 19:59:12 +0000
21+++ debian/control 2011-08-31 10:40:24 +0000
22@@ -4,9 +4,9 @@
23 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24 XSBC-Original-Maintainer: Jonathan Patrick Davies <jpds@ubuntu.com>
25 Build-Depends: debhelper (>= 7.3.16), libqt4-dev (>= 4:4.5), kdelibs5-dev,
26- python (>= 2.3), python-dev (>= 2.3), ocaml-nox, docbook2x, dpatch,
27- pkg-config, libxrender-dev
28-Standards-Version: 3.9.1
29+ python (>= 2.3), python-dev (>= 2.3), ocaml-nox, docbook2x,
30+ pkg-config, libxrender-dev, libqtwebkit-dev
31+Standards-Version: 3.9.2
32 Homepage: http://freehackers.org/~tnagy/semantik.html
33
34 Package: semantik
35
36=== added file 'debian/patches/ocaml-link-str.diff'
37--- debian/patches/ocaml-link-str.diff 1970-01-01 00:00:00 +0000
38+++ debian/patches/ocaml-link-str.diff 2011-08-31 10:40:24 +0000
39@@ -0,0 +1,17 @@
40+Description: remove unneeded link against nonexistant libstr.a
41+ libstr.a does not exist in ocaml-nox 3.12.0-7 anymore. A str.a does
42+ still exists, but it is not required.
43+Author: Julian Taylor <jtaylor.debian@googlemail.com>
44+Index: semantik/wscript
45+===================================================================
46+--- semantik.orig/wscript 2011-08-31 12:10:37.979872237 +0200
47++++ semantik/wscript 2011-08-31 12:10:45.989872138 +0200
48+@@ -208,7 +208,7 @@
49+ conf.fatal('Compiling Semantik requires kde4 -devel')
50+
51+ conf.env.OCALINKFLAGS_OPT_PP = 'str.cmxa'
52+- conf.env.LINKFLAGS_CAML = '-lasmrun -lstr -lnums'.split()
53++ conf.env.LINKFLAGS_CAML = '-lasmrun -lnums'.split()
54+ conf.env.LIBPATH_CAML = conf.env.OCAMLLIB
55+ conf.env.LIB_CAML = "m".split()
56+ conf.env.OCAMLFLAGS_TWT = '-pp default/util/ocamltwt'.split() #-unsafe -noassert -inline 10'
57
58=== modified file 'debian/patches/series'
59--- debian/patches/series 2010-11-01 19:59:12 +0000
60+++ debian/patches/series 2011-08-31 10:40:24 +0000
61@@ -1,2 +1,3 @@
62 kubuntu_01_wscript_log.diff
63 kubuntu_02_menu_entry_fix.diff
64+ocaml-link-str.diff
65
66=== modified file 'debian/rules'
67--- debian/rules 2010-11-01 19:59:12 +0000
68+++ debian/rules 2011-08-31 10:40:24 +0000
69@@ -26,7 +26,7 @@
70 install: build
71 dh_testdir
72 dh_testroot
73- dh_clean -k
74+ dh_prep
75 dh_installdirs
76 DESTDIR=$(CURDIR)/debian/semantik ./waf -f install
77

Subscribers

People subscribed via source and target branches

to all changes: