./packages/openofficeorg/3.0/experimental r1332: + - update .so -> -dev merging to the fact that 3.0s SDK does not have
------------------------------------------------------------
revno: 1332
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2008-12-10 23:04:24 +0100
message:
+ - update .so -> -dev merging to the fact that 3.0s SDK does not have
+ the .so symlinks for libuno_* anymore but only for the internal xmlsec.
modified:
changelog
rules
=== modified file 'changelog'
--- a/changelog 2008-12-04 14:22:14 +0000
+++ b/changelog 2008-12-10 22:04:24 +0000
@@ -1,3 +1,13 @@
+openoffice.org (1:3.0.0-6.7pre) experimental; urgency=low
+
+ * ooo-build:
+ - update (r14793)
+ * debian/rules:
+ - update .so -> -dev merging to the fact that 3.0s SDK does not have
+ the .so symlinks for libuno_* anymore but only for the internal xmlsec.
+
+ -- Rene Engelhard <rene@debian.org> Wed, 10 Dec 2008 23:02:24 +0100
+
openoffice.org (1:3.0.0-6) experimental; urgency=low
* ooo-build:
=== modified file 'rules'
--- a/rules 2008-12-03 20:12:36 +0000
+++ b/rules 2008-12-10 22:04:24 +0000
@@ -1679,11 +1679,15 @@
endif
endif
- # move .so to -dev
+ifeq "$(USE_SYSTEM_XMLSEC)" "y"_
+ # move .so to -dev. The libuno_sal* libs don't have symlinks in
+ # the package here right now (see i#97041).
+ # Thus this only applies to the libxmlsec*.so things right now
cd debian/tmp/pkg; \
mkdir -p -m755 openoffice.org-dev/$(OODIR)/program; \
mv openoffice.org-common/$(OODIR)/program/*.so \
openoffice.org-dev/$(OODIR)/program
+endif
ifeq "$(ENABLE_MONO)" "y"
cd debian/tmp/pkg; \
Reply to: