------------------------------------------------------------
revno: 1384
committer: Rene Engelhard <[email protected]>
branch nick: debian
timestamp: Wed 2009-01-21 03:37:17 +0100
message:
  create .so symlinks for the UNO libs
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2009-01-20 15:42:39 +0000
+++ b/changelog 2009-01-21 02:37:17 +0000
@@ -7,6 +7,8 @@
     - use UREPACKAGEVERSION for determining ures version, more correct and
       also includes the micro. Remove +OOo3.0.0~ suffix as ure now is at 1.4.1
       and we bump .shlibs anyway
+    - create .so symlinks in UREs dir in -dev so that we have some even if
+      the SDK mechanism which creates a dir in $HOME fails.
   * debian/control.in:
     - make -common conflict against dictionaries-common (<< 0.98.14) 
     - move from Breaks: to Conflicts: as otherwise the experimental buildds
@@ -14,7 +16,7 @@
   * merge from Ubuntu:
     - make ure only Suggest a JRE 
 
- -- Rene Engelhard <[email protected]>  Tue, 20 Jan 2009 14:05:04 +0100
+ -- Rene Engelhard <[email protected]>  Wed, 21 Jan 2009 02:06:39 +0100
 
 openoffice.org (1:3.0.1~rc2-1) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules     2009-01-20 15:42:39 +0000
+++ b/rules     2009-01-21 02:37:17 +0000
@@ -2318,6 +2318,15 @@
        cd $(PKGDIR)-dev/$(OOSDKDIR) && \
                rm docs
 
+       # create .so symlinks upstream doesn't create (see i#97041).
+       # we do it here so that we don't need to patch the SDKs
+       # "deployment dir". The -L for the URE dir is added anyway.
+       mkdir -p $(PKGDIR)-dev/$(OOUREDIR)/lib
+       cd $(PKGDIR)-dev/$(OOUREDIR)/lib && \
+               for i in cppu cppuhelpergcc3 sal salhelpergcc3; do \
+                       ln -s /$(OOUREDIR)/libuno_$${i}.so.3 libuno_$${i}.so; \
+               done
+
        # install gsicheck into -dev
        install -m755 $(SOURCE_TREE)/solver/$(shell . $(SOURCE_TREE)/*.sh; echo 
$$UPD/$$OUTPATH$$PROEXT)/bin/gsicheck \
                $(PKGDIR)-dev/$(OODIR)/program/gsicheck.bin

Reply via email to