The following commit has been merged in the debian-experimental-4.1 branch: commit 746e35ce414101fce8590a18c0d9aaf83cf95f33 Author: Rene Engelhard <r...@debian.org> Date: Thu Apr 25 00:27:44 2013 +0200
adapt for changed lib names... diff --git a/rules b/rules index 3a6bdba..c8fe189 100755 --- a/rules +++ b/rules @@ -2207,15 +2207,15 @@ ifeq "$(BUILD_GTK)" "y" mkdir -p -m755 $(PKGDIR)-gtk/$(OODIR)/share mv $(PKGDIR)-gnome/$(OODIR)/share/xdg $(PKGDIR)-gtk/$(OODIR)/share ifeq "$(ENABLE_GIO)" "y" - mv $(PKGDIR)-gtk/$(OODIR)/program/ucpgio1.uno.so \ + mv $(PKGDIR)-gtk/$(OODIR)/program/libucpgio1lo.so \ $(PKGDIR)-gnome/$(OODIR)/program/ endif ifeq "$(ENABLE_GVFS)" "y" - mv $(PKGDIR)-gtk/$(OODIR)/program/ucpgvfs1.uno.so \ + mv $(PKGDIR)-gtk/$(OODIR)/program/libucpgvfs1lo.so \ $(PKGDIR)-gnome/$(OODIR)/program/ endif ifeq "$(ENABLE_GCONF)" "y" - mv $(PKGDIR)-gtk/$(OODIR)/program/gconfbe* \ + mv $(PKGDIR)-gtk/$(OODIR)/program/libgconfbe1lo.so \ $(PKGDIR)-gnome/$(OODIR)/program endif endif @@ -2311,9 +2311,9 @@ ifeq "$(ENABLE_PYTHON)" "y" debian/python-uno/$(OODIR)/program/$$i; \ ln -s $$i debian/python-uno/$(OODIR)/program/`echo $$i | sed -e s/2//`; \ done - install -m644 $(SOURCE_TREE)/workdir/$(shell . $(SOURCE_TREE)/bin/get_config_variables OUTPATH PROEXT; echo $$OUTPATH$$PROEXT)/LinkTarget/Library/python2loader.uno.so \ - debian/python-uno/$(OODIR)/program/python2loader.uno.so - ln -s python2loader.uno.so debian/python-uno/$(OODIR)/program/pythonloader.uno.so + install -m644 $(SOURCE_TREE)/workdir/$(shell . $(SOURCE_TREE)/bin/get_config_variables OUTPATH PROEXT; echo $$OUTPATH$$PROEXT)/LinkTarget/Library/libpython2loaderlo.so \ + debian/python-uno/$(OODIR)/program/libpython2loaderlo.so + ln -s libpython2loaderlo.so debian/python-uno/$(OODIR)/program/libpythonloaderlo.so cp debian/python3.3-uno/$(OODIR)/program/pythonloader.py \ debian/python-uno/$(OODIR)/program cp debian/python3.3-uno/$(OODIR)/share/registry/pyuno.xcd \ -- LibreOffice packaging repository -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1uv8dx-0002ja...@vasks.debian.org