------------------------------------------------------------ revno: 853 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Wed 2007-08-15 19:31:59 +0200 message: update GSIs, fix typo modified: changelog rules
=== modified file 'changelog' --- a/changelog 2007-08-15 11:04:31 +0000 +++ b/changelog 2007-08-15 17:31:59 +0000 @@ -5,6 +5,7 @@ * ooo-build: - update (r10077) + cws-dba23e.diff: fix system-hsqldb + - src/: update cs GSI. Get fixed be-BY GSI from Issue 79966 * debian/shell-lib.sh, debian/openoffice.org-report-builder.{pre,post}*.in: impove maintainer scripts (based on cws jl68). Check whether the extension is registered before trying to remove it (it's not in case unopkg fails, @@ -36,7 +37,7 @@ * debian/copyright: update from THIRDPARTYLICENSE.html, removing stuff which is not (anymore) in OOos source... - -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 15 Aug 2007 13:02:44 +0200 + -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 15 Aug 2007 13:20:40 +0200 openoffice.org (2.3.0~src680m225-1) experimental; urgency=low
=== modified file 'rules' --- a/rules 2007-08-15 11:04:31 +0000 +++ b/rules 2007-08-15 17:31:59 +0000 @@ -1802,7 +1802,7 @@ rm -f $$f; done for f in `find debian -name '*.desktop'`; do \ sed -i -e '/^Comment\[de\]/s/- *\([a-zA-Z0-9]*\) *macht.*glich.*$$/mit \1/' $$f; \ - if ! grep -q X-KDE-Protocols $$i; then \ + if ! grep -q X-KDE-Protocols $$f; then \ echo 'X-KDE-Protocols=file,http,smb,ftp,webdav' >> $$f; \ fi; \ done