------------------------------------------------------------ revno: 1177 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Tue 2008-08-26 23:32:44 +0200 message: remove leftover debugging echos to /tmp/log.obr.8232 in senddoc; -8 modified: changelog rules
=== modified file 'changelog' --- a/changelog 2008-08-22 23:43:36 +0000 +++ b/changelog 2008-08-26 21:32:44 +0000 @@ -1,9 +1,12 @@ -openoffice.org (1:2.4.1-7.8pre) unstable; urgency=low +openoffice.org (1:2.4.1-8) unstable; urgency=high * debian/control.in: - Homepage: http://www.go-oo.org, thanks Renato Yamane + * debian/rules: + - remove leftover debugging echos to /tmp/log.obr.$$ in senddoc + (closes: #496361) - -- Rene Engelhard <[EMAIL PROTECTED]> Sat, 23 Aug 2008 01:40:37 +0200 + -- Rene Engelhard <[EMAIL PROTECTED]> Tue, 26 Aug 2008 01:32:02 +0200 openoffice.org (1:2.4.1-7) unstable; urgency=medium
=== modified file 'rules' --- a/rules 2008-08-22 15:58:09 +0000 +++ b/rules 2008-08-26 21:32:44 +0000 @@ -2767,6 +2767,11 @@ done endif + # remove leftover debugging echos + TMP=`mktemp -q`; \ + grep -v obr $(PKGDIR)-common/$(OODIR)/program/senddoc > $$TMP && \ + mv $$TMP $(PKGDIR)-common/$(OODIR)/program/senddoc + touch $@ binary-arch: $(STAMP_DIR)/binary-arch