[Pkg-gnutls-commits] r1033 - in /packages/gnutls26/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Mon Feb 28 18:23:28 UTC 2011


Author: ametzler
Date: Mon Feb 28 18:23:24 2011
New Revision: 1033

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1033
Log:
Set C(XX)FLAGS += -Wall

Modified:
    packages/gnutls26/trunk/debian/changelog
    packages/gnutls26/trunk/debian/rules

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=1033&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Mon Feb 28 18:23:24 2011
@@ -2,6 +2,8 @@
 
   * New upstream bugfix release.
     + Drop 15_fixgnutlspc.diff, included upstream.
+  * Set C(XX)FLAGS += -Wall, the latest combination of cdbs + dpkg-dev does not
+    seem to set it by default.
 
  -- Andreas Metzler <ametzler at debian.org>  Mon, 28 Feb 2011 18:52:57 +0100
 

Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=1033&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Mon Feb 28 18:23:24 2011
@@ -9,6 +9,9 @@
 DEB_DH_MAKESHLIBS_ARGS_libgnutls26 := -V 'libgnutls26 (>=2.9.11-0)'
 DEB_DH_MAKESHLIBS_ARGS_guile-gnutls := -V 'guile-gnutls (>=2.9.11-0)'
 DEB_COMPRESS_EXCLUDE := gnutls.pdf
+
+CFLAGS += -Wall
+CXXFLAGS += -Wall
 
 # pre-clean rule: save gnutls.pdf since it is expensive to regenerate.
 # See README.source




More information about the Pkg-gnutls-commits mailing list