[libreoffice-online] 06/08: (initial) split out of loleaflet to extra package

Rene Engelhard rene at moszumanska.debian.org
Sun Feb 26 18:44:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice-online.

commit 6d9ab9bfbc82b8255b08031740b2068c0d07fe05
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sat Feb 11 17:09:49 2017 +0100

    (initial) split out of loleaflet to extra package
---
 debian/control | 10 +++++++++-
 debian/rules   |  5 +++--
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 64dde14..a0d9624 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,15 @@ Package: loolwsd
 Section: web
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libodbc1, libcups2, cpio, libreoffice
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libodbc1, libcups2, cpio, libreoffice, loleaflet
 Description: LibreOffice On-Line WebSocket Daemon
  LOOLWSD is a daemon that talks to web browser clients and provides LibreOffice
  services.
+
+Package: loleaflet
+Section: javascript
+Architecture: all
+Depends: ${misc:Depends}
+Description: Leaflet platform for LibreOffice On-Line
+ This is the client part of LibreOffice On-Line.
+ 
diff --git a/debian/rules b/debian/rules
index 1dd8ce0..8956778 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,9 @@ override_dh_auto_test:
 	# do not test
 
 override_dh_auto_install:
-	make install DESTDIR=`pwd`/debian/loolwsd/
-	cp -ar `pwd`/loleaflet  `pwd`/debian/loolwsd/usr/share/loolwsd
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/loolwsd/
+	mkdir -p $(CURDIR)/debian/loleaflet/usr/share/loolwsd
+	cp -ar $(CURDIR)/loleaflet $(CURDIR)/debian/loleaflet/usr/share/loolwsd
 
 override_dh_installinit:
 	# no init.d scripts here, assume systemd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-online.git



More information about the Pkg-openoffice-commits mailing list