[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.0/experimental r1293: fix libstlport_gcc symlink



------------------------------------------------------------
revno: 1293
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Mon 2008-10-20 11:40:29 +0200
message:
  fix libstlport_gcc symlink
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2008-10-19 23:41:06 +0000
+++ b/changelog	2008-10-20 09:40:29 +0000
@@ -4,6 +4,8 @@
     - update (r14341)
       - no-latex-filter-without-writer2latex.diff: don't include LaTeX stuff
         in Writers filter list with --without-writer2latex (closes: #502549)
+  * debian/rules:
+     - update libstlport_gcc.so symlink to be in ure/lib (closes: #502812)
 
  -- Rene Engelhard <rene@debian.org>  Mon, 20 Oct 2008 01:40:23 +0200
 

=== modified file 'rules'
--- a/rules	2008-10-16 19:52:56 +0000
+++ b/rules	2008-10-20 09:40:29 +0000
@@ -2317,9 +2317,9 @@
 endif
 ifeq "$(USE_STLPORT)" "y"
   ifeq "$(USE_SYSTEM_STLPORT)" "y"
-	rm -f $(PKGDIR)-core/$(OODIR)/program/libstlport*
+	rm -f debian/ure/$(OOUREDIR)/lib/libstlport*
 	ln -s `readlink -f /usr/lib/libstlport_gcc.so` \
-		debian/openoffice.org$(VER)-core/$(OODIR)/program/libstlport_gcc.so
+		debian/ure/$(OOUREDIR)/lib/libstlport_gcc.so
   endif
 endif
 


Reply to: