[Crosstoolchain-logs] [SCM] GNU GDB Debian packaging repository branch, master, updated. debian/7.6-3-19-g40fb2e0

Samuel Bronson naesten at gmail.com
Fri Jun 14 17:13:29 UTC 2013


The following commit has been merged in the master branch:
commit 149bf3bc7e648eec28829a1b133b640546361c75
Author: Samuel Bronson <naesten at gmail.com>
Date:   Thu Jun 13 14:38:18 2013 -0400

    d/rules: Attempt to let CDBS support hardening flags

diff --git a/debian/rules b/debian/rules
index 6355ab4..c9bcf69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,17 +6,17 @@ DEB_BUILDDIR := $(ALL_BUILDDIR)/objdir
 DEB_DH_INSTALL_SOURCEDIR := $(shell pwd)/debian/tmp
 #DEB_DH_STRIP_ARGS := --dbg-package=gdb-dbg
 
+# Override CDBS's default CFLAGS, which also includes -Wall; gdb
+# does not handle -Wunused well with -Werror, but defaults to
+# -Werror.
+DEB_WARNING_FLAGS :=
+
 # This implements the .deb package creation using debhelper.
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 # This implements building using a configure script and Makefile.
 include /usr/share/cdbs/1/class/autotools.mk
 
-# Override CDBS's default CFLAGS, which also includes -Wall; gdb
-# does not handle -Wunused well with -Werror, but defaults to
-# -Werror.
-CFLAGS = -g $(DEB_OPT_FLAG)
-
 # Always install into debian/tmp, even if we are only building one package.
 DEB_DESTDIR := $(shell pwd)/debian/tmp
 

-- 
GNU GDB Debian packaging repository



More information about the Crosstoolchain-logs mailing list