------------------------------------------------------------ revno: 1709 committer: Rene Engelhard <r...@debian.org> branch nick: unstable timestamp: Fri 2009-10-16 14:49:43 +0200 message: install extension shell lib for use by extensions not from here modified: changelog rules
=== modified file 'changelog' --- a/changelog 2009-10-16 12:33:56 +0000 +++ b/changelog 2009-10-16 12:49:43 +0000 @@ -18,6 +18,8 @@ scripts to prevent some bad side-effects, thanks Steve Langasek... * debian/shell-lib-{components,extensions}.sh: check for known OOo-using services (docvert-openoffice.org) and stop/start them + * debian/rules: + - install extension shell lib for use by extensions not from here -- Rene Engelhard <r...@debian.org> Wed, 14 Oct 2009 08:54:36 +0200
=== modified file 'rules' --- a/rules 2009-10-14 07:48:08 +0000 +++ b/rules 2009-10-16 12:49:43 +0000 @@ -3127,6 +3127,10 @@ # fix permission chmod 644 $(PKGDIR)-common/$(OODIR)/program/gengalrc + # install extension shell lib for use by extensions not from here + install -D -m755 debian/shell-lib-extensions.sh \ + $(PKGDIR)-common/usr/share/$(OODIRNAME)/shell-lib-extensions.sh + touch $@ binary-arch: $(STAMP_DIR)/binary-arch