[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/libreoffice/3.3.0/experimental r2331: also substitute ${PRODUCTNAME_BR} ${PRODUCTVERSION} correctly



------------------------------------------------------------
revno: 2331
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Mon 2011-01-17 22:42:54 +0100
message:
  also substitute ${PRODUCTNAME_BR} ${PRODUCTVERSION} correctly
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2011-01-16 12:54:46 +0000
+++ b/changelog	2011-01-17 21:42:54 +0000
@@ -5,8 +5,11 @@
     (closes: #607715), thanks Lionel Elie Mamane
   * debian/copyright: update Upstream-{Maintainer,Source}
   * libreoffice-emailmerge.preinst.in: remove (closes: #610205) 
+  * debian/rules:
+    - also substitute ${PRODUCTNAME_BR} ${PRODUCTVERSION} correctly
+      (closes: #610345)
 
- -- Rene Engelhard <rene@debian.org>  Sun, 16 Jan 2011 13:40:41 +0100
+ -- Rene Engelhard <rene@debian.org>  Mon, 17 Jan 2011 22:41:13 +0100
 
 libreoffice (1:3.3.0~rc3-2) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2011-01-12 15:07:14 +0000
+++ b/rules	2011-01-17 21:42:54 +0000
@@ -2401,6 +2401,8 @@
 		sed -e 's,Exec=$${UNIXBASISROOTNAME} \(.*\) %U,Exec=libreoffice$(VER) \1 %U,' \
 		    -e 's,Icon=$${WITHOUTDOTUNIXPRODUCTNAME},Icon=libreoffice,' \
 		    -e 's,Name=$${PRODUCTNAME} $${PRODUCTVERSION},Name=LibreOffice $(VER),' \
+		    -e 's,Comment=$${PRODUCTNAME} $${PRODUCTVERSION},Name=LibreOffice $(VER),' \
+		    -e 's,Name=$${PRODUCTNAME_BR} $${PRODUCTVERSION},Name=BrOffice $(VER),' \
 		    -e 's/  / /' \
 		   < $$dirname/$$p.desktop \
 		   > $(PKGDIR)-$$p/usr/share/applications/libreoffice$(VER)-$$p.desktop || exit 1 ;\


Reply to: