[Pkg-shadow-commits] r1427 - debian/trunk/debian

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Nov 20 19:10:16 UTC 2007


Author: nekral-guest
Date: 2007-11-20 19:10:16 +0000 (Tue, 20 Nov 2007)
New Revision: 1427

Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/rules
Log:
compile with -W -Wall
large files are now supported by configure. Remove
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 from
CFLAGS.


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2007-11-20 19:04:43 UTC (rev 1426)
+++ debian/trunk/debian/changelog	2007-11-20 19:10:16 UTC (rev 1427)
@@ -23,6 +23,11 @@
         algorithm. It is tagged as deprecated and ENCRYPT_METHOD is
         recommended instead. New algorithms are also available.
         Closes: #447747
+  * Debian packaging fixes:
+    - debian/rules: compile with -W -Wall
+    - debian/rules: large files are now supported by configure. Remove
+      -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 from
+      CFLAGS.
 
  -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Sat, 17 Nov 2007 18:33:26 +0100
 

Modified: debian/trunk/debian/rules
===================================================================
--- debian/trunk/debian/rules	2007-11-20 19:04:43 UTC (rev 1426)
+++ debian/trunk/debian/rules	2007-11-20 19:10:16 UTC (rev 1427)
@@ -31,7 +31,7 @@
 # Automatically controls patching at build time:
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-CFLAGS = -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+CFLAGS = -g -W -Wall
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   CFLAGS += -O0
 else




More information about the Pkg-shadow-commits mailing list