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

./packages/openofficeorg/3.1/experimental r1475: update ooo-build and only insall uno*py into PYTHON_SITE



------------------------------------------------------------
revno: 1475
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Tue 2009-03-31 11:34:37 +0200
message:
  update ooo-build and only insall uno*py into PYTHON_SITE
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2009-03-30 16:37:28 +0000
+++ b/changelog	2009-03-31 09:34:37 +0000
@@ -4,11 +4,15 @@
    
   [ Rene Engelhard ]
   * ooo-build:
-    - update (5a56b73155729dfd569c8b00e863d87414f0794f)
+    - update (6b26e7c1866699e1983089282713b15e49b6c85b)
   * debian/rules:
     - add conditional to use python-support
 
- -- Rene Engelhard <rene@debian.org>  Sun, 29 Mar 2009 23:07:54 +0200
+  * debian/rules, ooo-build/*: switch to Fedoras solution for PyUNO. Replace
+    RPATH with os.path.append in uno.py and just install uno*.py into
+    site-packages (closes: #520944)
+
+ -- Rene Engelhard <rene@debian.org>  Tue, 31 Mar 2009 10:53:03 +0200
 
 openoffice.org (1:3.0.1-9) unstable; urgency=high
 

=== modified file 'rules'
--- a/rules	2009-03-30 16:37:28 +0000
+++ b/rules	2009-03-31 09:34:37 +0000
@@ -2179,9 +2179,6 @@
 	install -d $(PYTHON_SITE)
 	mv debian/python-uno/$(OODIR)/program/uno.py $(PYTHON_SITE)
 	mv debian/python-uno/$(OODIR)/program/unohelper.py $(PYTHON_SITE)
-	mv debian/python-uno/$(OODIR)/program/pythonloader.py $(PYTHON_SITE)
-	mv debian/python-uno/$(OODIR)/program/pythonscript.py $(PYTHON_SITE)
-	mv debian/python-uno/$(OODIR)/program/pyuno.so $(PYTHON_SITE)
 	touch debian/python-uno/$(OODIR)/program/pythonloader.unorc
 	chmod u+w debian/python-uno/$(OODIR)/program/pythonloader.unorc
 	( echo '[Bootstrap]'; \


Reply to: