------------------------------------------------------------ revno: 2370 committer: Rene Engelhard <r...@debian.org> branch nick: debian timestamp: Wed 2011-02-09 20:21:48 +0100 message: fixup PRODUCTNAME_BR also in javafilter.desktop and startcenter.desktop modified: changelog rules
=== modified file 'changelog' --- a/changelog 2011-02-09 16:35:51 +0000 +++ b/changelog 2011-02-09 19:21:48 +0000 @@ -5,12 +5,14 @@ - explicitely set export HOME=$(CURDIR)/debian/smoketest for the smoketest, as it otherwise fails if $HOME is not there/broken (as on buildds) + - fixup PRODUCTNAME_BR also in javafilter.desktop and startcenter.desktop + (closes: #612598) * debian/control.sdk.in: - conflict against openoffice.org-dev-doc (closes: #612494) * debian/shell-lib-extensions.sh: properly set INSTDIR and d also in sync_extensions() (closes: #612572) - -- Rene Engelhard <r...@debian.org> Wed, 09 Feb 2011 17:31:46 +0100 + -- Rene Engelhard <r...@debian.org> Wed, 09 Feb 2011 19:19:15 +0000 libreoffice (1:3.3.0-2) unstable; urgency=low
=== modified file 'rules' --- a/rules 2011-02-09 00:23:30 +0000 +++ b/rules 2011-02-09 19:21:48 +0000 @@ -2773,6 +2773,7 @@ sed -e 's,Exec=$${UNIXBASISROOTNAME} %U,Exec=libreoffice$(VER) %U,' \ -e 's,Icon=$${WITHOUTDOTUNIXPRODUCTNAME},Icon=libreoffice,' \ -e 's,Name=$${PRODUCTNAME} $${PRODUCTVERSION},Name=LibreOffice $(VER),' \ + -e 's,Name\[pt_BR\]=$${PRODUCTNAME_BR} $${PRODUCTVERSION},Name[pt_BR]=BrOffice $(VER),' \ -e 's/ / /' \ < $$dirname/startcenter.desktop \ > $(PKGDIR)-common/usr/share/applications/libreoffice$(VER)-startcenter.desktop || exit 1 @@ -2872,6 +2873,7 @@ sed -e 's,Exec=ooffice \(.*\) %U,Exec=libreoffice$(VER) \1 %U,' \ -e 's,Icon=$${WITHOUTDOTUNIXPRODUCTNAME},Icon=libreoffice,' \ -e 's,Name=$${PRODUCTNAME} $${PRODUCTVERSION},Name=LibreOffice $(VER),' \ + -e 's,Name\[pt_BR\]=$${PRODUCTNAME_BR} $${PRODUCTVERSION},Name[pt_BR]=BrOffice $(VER),' \ -e 's/ / /' \ < $$dirname/javafilter.desktop \ > $(PKGDIR)-filter-mobiledev/usr/share/applications/libreoffice$(VER)-javafilter.desktop || exit 1