[SCM] eclipse-cdt-qt packaging branch, master, updated. upstream/1.6.1-9-ga20afb4
Jakub Adam
jakub.adam at ktknet.cz
Tue Jan 17 21:02:01 UTC 2012
The following commit has been merged in the master branch:
commit 160ef9a1b06dabe969efc347d4cd072f1ba8e4b5
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Tue Jan 17 20:16:36 2012 +0100
Add d/README.Debian
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..76966da
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,26 @@
+During packaging for Debian, these bigger changes were made:
+
+* "Preview" in Qt integration relies on private API of Qt Designer that
+ can change at any time and requires private headers of designer for
+ compilation.
+
+ With current Qt Designer and headers shipped with 1.6.1 Qt integration,
+ JNI library does not compile, so I decided to remove this functionality.
+
+* Also integration with QtJambi Eclipse plugin requires now uncompilable
+ private headers. If we don't decide to package this plugin (which is
+ unlikely as its development has been abandoned for some time already),
+ this removal won't have any impact on plugin's features.
+
+* These architecture specific bundles are not created:
+
+ com.trolltech.qtcpp.linux.<arch>
+ com.trolltech.qtcppdesigner.linux.<arch>
+ com.trolltech.qtcppdesignerplugins.linux.<arch>
+
+ Native libraries they contained are installed to /usr/lib/<arch>/jni, where
+ JVM can always find them, and java sources were merged into respective
+ non-native bundles (com.trolltech.qtcpp ...).
+
+ This layout should make compilation on additional archs straightforward,
+ not requiring to create <arch> bundles for each new architecture.
--
eclipse-cdt-qt packaging
More information about the pkg-java-commits
mailing list