Update of /cvs/debian-boot/debian-installer/tools/ddetect/debian
In directory gluck:/tmp/cvs-serv7805/debian

Modified Files:
        changelog rules 
Log Message:
    - Add support for mips, mipsel to archdetect.
    - Remove unused #includes.
    - Unify code formatting.
    - Add CFLAGS for warnings and space optimization.


Index: changelog
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/debian/changelog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -d -r1.219 -r1.220
--- changelog   8 Dec 2003 21:54:29 -0000       1.219
+++ changelog   9 Dec 2003 20:53:03 -0000       1.220
@@ -35,6 +35,11 @@
     - Update Russian translation. Closes: #221648.
   * André Luís Lopes
     - Update pt_BR (Brazilian Portuguese) translation.
+  * Thiemo Seufer
+    - Add support for mips, mipsel to archdetect.
+    - Remove unused #includes.
+    - Unify code formatting.
+    - Add CFLAGS for warnings and space optimization.
  
  -- Joey Hess <[EMAIL PROTECTED]>  Tue, 11 Nov 2003 12:13:52 -0500
 

Index: rules
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/debian/rules,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- rules       16 Oct 2003 23:09:08 -0000      1.16
+++ rules       9 Dec 2003 20:53:03 -0000       1.17
@@ -12,6 +12,10 @@
 VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
 ARCH=$(shell dpkg --print-architecture)
 
+CFLAGS = -W -Wall -Os
+
+export CFLAGS
+
 # This is the debhelper compatability version to use.
 export DH_COMPAT=2
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to