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

CVS:oo-deb/debian changelog,1.212,1.213 rules,1.147,1.148



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

Modified Files:
	changelog rules 
Log Message:
    - when we are building on an user "buildd" (as used on the buildds)
      enable deloutput automatically [RE]


Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -d -r1.212 -r1.213
--- changelog	16 Oct 2003 12:53:13 -0000	1.212
+++ changelog	19 Oct 2003 13:03:19 -0000	1.213
@@ -97,6 +97,8 @@
     - fontconfig-patches are made conditional; --enable-fontconfig when
       building on sarge/sid. Install OpenSymbol font into the right place
       conditionally in debian/rules [RE]
+    - when we are building on an user "buildd" (as used on the buildds)
+      enable deloutput automatically [RE]
   * debian/scripts/detect_java.sh:
     - removed [JT]
   * debian/setperms:

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- rules	17 Oct 2003 08:08:56 -0000	1.147
+++ rules	19 Oct 2003 13:03:19 -0000	1.148
@@ -200,7 +200,12 @@
 ifeq (deloutput,$(findstring deloutput,$(DEB_BUILD_OPTIONS)))
   BUILDFLAGS+= --dlv_switch link deloutput
 else
-  BUILDFLAGS+= --dlv_switch link
+  # save disk space on buildds, thanks James Troup for the info...
+  ifeq (buildd,$(shell logname))
+    BUILDFLAGS+= --dlv_switch link deloutput
+  else
+    BUILDFLAGS+= --dlv_switch link
+  endif
 endif
   
 



Reply to: