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

debian-installer/tools/udpkg/debian changelog,1.36,1.37 rules,1.11,1.12



Update of /cvs/debian-boot/debian-installer/tools/udpkg/debian
In directory gluck:/tmp/cvs-serv12992/debian

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


Index: changelog
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/udpkg/debian/changelog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- changelog	2 Nov 2003 15:55:17 -0000	1.36
+++ changelog	9 Dec 2003 21:12:11 -0000	1.37
@@ -4,6 +4,9 @@
     that does not include printing out what dpkg is supported to print
     out. This should un-break the floppy retreiver.
 
+  * Thiemo Seufer
+    - Add CFLAGS for warnings and space optimization.
+
  -- Joey Hess <joeyh@debian.org>  Sun,  2 Nov 2003 02:24:46 -0500
 
 udpkg (0.017) unstable; urgency=low

Index: rules
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/udpkg/debian/rules,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- rules	16 Oct 2003 23:09:09 -0000	1.11
+++ rules	9 Dec 2003 21:12:11 -0000	1.12
@@ -17,11 +17,15 @@
 FILENAME=$(PACKAGE)_$(VERSION)_$(ARCH).udeb
 PRIORITY=$(shell grep ^Priority: debian/control | cut -d ' ' -f 2)
 
+CFLAGS = -W -Wall -Os
+
+export CFLAGS
+
 build: build-stamp
 build-stamp:
 	dh_testdir
-	./configure --without-depends --without-debug --without-remove \
-		--with-admindir=/var/lib/dpkg
+	env CFLAGS="$(CFLAGS)" ./configure --without-depends --without-debug \
+		--without-remove --with-admindir=/var/lib/dpkg
 	$(MAKE) small
 	touch build-stamp
 



Reply to: