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

debian-installer/tools/autopartkit/debian changelog,1.215,1.216 rules,1.9,1.10



Update of /cvs/debian-boot/debian-installer/tools/autopartkit/debian
In directory gluck:/tmp/cvs-serv10439/debian

Modified Files:
	changelog rules 
Log Message:
Add CFLAGS for warnings and space optimization.


Index: changelog
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/autopartkit/debian/changelog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- changelog	19 Nov 2003 22:17:27 -0000	1.215
+++ changelog	9 Dec 2003 20:56:41 -0000	1.216
@@ -8,6 +8,8 @@
     - Update Japanese translation (ja.po)
   * André Luís Lopes
     - Update pt_BR (Brazilian Portuguese) translation.
+  * Thiemo Seufer
+    - Add CFLAGS for warnings and space optimization.
 
  -- Bart Cornelis <cobaco@linux.be>  Wed, 19 Nov 2003 08:52:37 +0100
 

Index: rules
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/autopartkit/debian/rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rules	16 Oct 2003 23:09:08 -0000	1.9
+++ rules	9 Dec 2003 20:56:41 -0000	1.10
@@ -12,6 +12,9 @@
 FILENAME=$(PACKAGE)_$(VERSION)_$(ARCH).udeb
 PRIORITY=$(shell grep ^Priority: debian/control | cut -d ' ' -f 2)
 
+CFLAGS = -Wall -W -Os
+
+export CFLAGS
 
 # This is the debhelper compatability version to use.
 export DH_COMPAT=3



Reply to: