------------------------------------------------------------
revno: 1750
committer: Rene Engelhard <r...@debian.org>
branch nick: debian
timestamp: Fri 2009-11-06 21:51:23 +0100
message:
  install /usr/share/openoffice/shell-lib-extensions.sh only with 644
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2009-11-06 10:08:24 +0000
+++ b/changelog 2009-11-06 20:51:23 +0000
@@ -9,13 +9,14 @@
     - revert build-dep bump for armel, as it does not help as of latest
       findings and the bug probably is in OOo...
     - remove useless empty dir /usr/lib/openoffice/ure in -core
-  * debian/control.in:
     - bump libgcj-common build-dep to 1:4.4.1-1 to fix lintian warnings
       (command-with-path-in-maintainer-script)
+    - install /usr/share/openoffice/shell-lib-extensions.sh only with 644;
+      thanks lintian
   * debian/openoffice.org-common.lintian-overrides.in: override
     E: openoffice.org-common: no-debconf-config
 
- -- Rene Engelhard <r...@debian.org>  Fri, 06 Nov 2009 11:06:33 +0100
+ -- Rene Engelhard <r...@debian.org>  Fri, 06 Nov 2009 21:49:43 +0100
 
 openoffice.org (1:3.1.1-6) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules     2009-11-05 13:46:17 +0000
+++ b/rules     2009-11-06 20:51:23 +0000
@@ -3126,7 +3126,7 @@
        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 \
+       install -D -m644 debian/shell-lib-extensions.sh \
                $(PKGDIR)-common/usr/share/$(OODIRNAME)/shell-lib-extensions.sh
 
        touch $@

Reply via email to