Merge lp:~james-page/ubuntu/oneiric/jcc/fix-library-linking into lp:ubuntu/oneiric/jcc

Proposed by James Page
Status: Merged
Merged at revision: 16
Proposed branch: lp:~james-page/ubuntu/oneiric/jcc/fix-library-linking
Merge into: lp:ubuntu/oneiric/jcc
Diff against target: 42 lines (+11/-2)
3 files modified
debian/changelog (+8/-0)
debian/control (+2/-1)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~james-page/ubuntu/oneiric/jcc/fix-library-linking
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+75194@code.launchpad.net
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
=== modified file 'debian/changelog'
--- debian/changelog 2011-07-07 22:03:05 +0000
+++ debian/changelog 2011-09-13 14:47:23 +0000
@@ -1,3 +1,11 @@
1jcc (2.9-1ubuntu1) oneiric; urgency=low
2
3 * Link to libjvm.so instead of libjava.so (LP: #848931):
4 - debian/rules: Switched JCC_LFLAGS -ljava -> -ljvm to pickup
5 JNI_GetDefaultJavaVMInitArgs symbol directly.
6
7 -- James Page <james.page@ubuntu.com> Tue, 13 Sep 2011 15:37:42 +0100
8
1jcc (2.9-1) unstable; urgency=low9jcc (2.9-1) unstable; urgency=low
210
3 * New upstream release.11 * New upstream release.
412
=== modified file 'debian/control'
--- debian/control 2011-07-07 22:03:05 +0000
+++ debian/control 2011-09-13 14:47:23 +0000
@@ -1,7 +1,8 @@
1Source: jcc1Source: jcc
2Section: python2Section: python
3Priority: extra3Priority: extra
4Maintainer: Ludovico Cavedon <cavedon@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Ludovico Cavedon <cavedon@debian.org>
5Build-Depends: debhelper (>= 8), python-setuptools (>= 0.6a9),6Build-Depends: debhelper (>= 8), python-setuptools (>= 0.6a9),
6 openjdk-6-jdk, python-all-dev7 openjdk-6-jdk, python-all-dev
7Standards-Version: 3.9.28Standards-Version: 3.9.2
89
=== modified file 'debian/rules'
--- debian/rules 2011-04-14 23:53:06 +0000
+++ debian/rules 2011-09-13 14:47:23 +0000
@@ -18,7 +18,7 @@
18endif18endif
1919
20export JCC_ARGSEP=;20export JCC_ARGSEP=;
21export JCC_LFLAGS := -L/usr/lib/jvm/java-6-openjdk/jre/lib/$(JAVAARCH);-L/usr/lib/jvm/java-6-openjdk/jre/lib/$(JAVAARCH)/server;-Wl,-rpath=/usr/lib/jvm/java-6-openjdk/jre/lib/$(JAVAARCH):/usr/lib/jvm/java-6-openjdk/jre/lib/$(JAVAARCH)/server;-ljava21export JCC_LFLAGS := -L/usr/lib/jvm/java-6-openjdk/jre/lib/$(JAVAARCH);-L/usr/lib/jvm/java-6-openjdk/jre/lib/$(JAVAARCH)/server;-Wl,-rpath=/usr/lib/jvm/java-6-openjdk/jre/lib/$(JAVAARCH):/usr/lib/jvm/java-6-openjdk/jre/lib/$(JAVAARCH)/server;-ljvm
22export JCC_CFLAGS := -fdollars-in-identifiers22export JCC_CFLAGS := -fdollars-in-identifiers
2323
24# For shared mode we need patch http://bugs.python.org/setuptools/issue43 for setuptools to be applied24# For shared mode we need patch http://bugs.python.org/setuptools/issue43 for setuptools to be applied

Subscribers

People subscribed via source and target branches

to all changes: