------------------------------------------------------------
revno: 1409
committer: Rene Engelhard <[email protected]>
branch nick: experimental
timestamp: Fri 2009-02-20 18:43:28 +0100
message:
  fix @ICONVERSION@
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2009-02-19 22:17:59 +0000
+++ b/changelog 2009-02-20 17:43:28 +0000
@@ -5,6 +5,7 @@
   * debian/rules:
     - build with boost 1.37
     - add libdbX.Y-dbg to DBG_DBG_SUGGESTS
+    - @ICONVERSION@ is 3 and not 30 (closes: #516257)
 
  -- Rene Engelhard <[email protected]>  Thu, 19 Feb 2009 23:16:45 +0100
 

=== modified file 'rules'
--- a/rules     2009-02-19 22:12:01 +0000
+++ b/rules     2009-02-20 17:43:28 +0000
@@ -2232,7 +2232,7 @@
        done
 endif
        # add version to .menu and .lintian-overrides
-       ICONVERSION=`grep PRODUCTVERSION 
$(SOURCE_TREE)/sysui/desktop/productversion.mk | head -n 1 | cut -d"=" -f2 | 
sed -e s/\ //g | sed -e s/\\\.//`; \
+       ICONVERSION=`grep PRODUCTVERSION 
$(SOURCE_TREE)/sysui/desktop/productversion.mk | head -n 1 | cut -d"=" -f2 | 
cut -d"." -f1 | sed -e s/\ //g`; \
        for i in base calc draw impress math writer; do \
                cat debian/openoffice.org$(VER)-$$i.menu.in \
                        | sed -e s/@ICONVERSION@/$$ICONVERSION/ \

Reply via email to