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

CVS:oo-deb/debian/scripts vars,1.26,1.27



Update of /cvs/debian-openoffice/oo-deb/debian/scripts
In directory gluck:/tmp/cvs-serv10762/scripts

Modified Files:
	vars 
Log Message:
  * Mention setup-in-bind-mount change in changelog
  * debian/rules:
    - Don't set C++ compiler on Woody to 'ccache ccache g++' and
      simplify ccache logic [CH]
    - Add lang=<isocode> option to DEB_BUILD_OPTIONS.  With this
      set, resources for only the given language will be generated
      and the build will be faster [CH]
  * debian/control*:
    - Build-Depends:
      - libfontconfig1-dev | g++-3.0 to build without fontconfig on
        Woody [CH]
  * Use Ximian icons version 1.1-5 [CH]


Index: vars
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/scripts/vars,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- vars	9 Oct 2003 15:17:24 -0000	1.26
+++ vars	24 Oct 2003 16:33:26 -0000	1.27
@@ -19,12 +19,12 @@
 PATCH_DIR=OOO_1_1_0
 
 # Ximian icons
-OOO_ICONS_VER=ooo-icons-OOO_1_1-4
+OOO_ICONS_VER=ooo-icons-OOO_1_1-5
 
 SOURCE_TREE=.
 
 # Language to use to generate main packages
-BUILDLANG=01
+BUILDLANG=en
 
 # Generate language packs for all languages? If 'n', only build langpack for BUILDLANG
 BUILD_ALL_LANGPACKS=y



Reply to: