------------------------------------------------------------ revno: 1180 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: unstable timestamp: Thu 2008-09-04 15:58:11 +0200 message: chmod 755 senddoc modified: changelog rules
=== modified file 'changelog' --- a/changelog 2008-08-27 03:29:39 +0000 +++ b/changelog 2008-09-04 13:58:11 +0000 @@ -1,10 +1,13 @@ -openoffice.org (1:2.4.1-8.9pre) unstable; urgency=low +openoffice.org (1:2.4.1-8.9pre) unstable; urgency=medium * debian/control.reportdesign.in: - -report-builder-bin contains librpt* which is linked against libraries from -base so that one should depend on -base, not -report-builder + * debian/rules: + - fix senddoc fixing (add chmod 755) to keep senddoc executable + closes: #497618) - -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 27 Aug 2008 05:26:18 +0200 + -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 4 Sep 2008 15:55:43 +0200 openoffice.org (1:2.4.1-8) unstable; urgency=high
=== modified file 'rules' --- a/rules 2008-08-26 21:32:44 +0000 +++ b/rules 2008-09-04 13:58:11 +0000 @@ -2770,7 +2770,8 @@ # remove leftover debugging echos TMP=`mktemp -q`; \ grep -v obr $(PKGDIR)-common/$(OODIR)/program/senddoc > $$TMP && \ - mv $$TMP $(PKGDIR)-common/$(OODIR)/program/senddoc + mv $$TMP $(PKGDIR)-common/$(OODIR)/program/senddoc && \ + chmod 755 $(PKGDIR)-common/$(OODIR)/program/senddoc touch $@