[Pkg-gnutls-commits] r1010 - in /packages/gnutls26/branches/branch2.11.x/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Feb 19 14:11:08 UTC 2011


Author: ametzler
Date: Sat Feb 19 14:10:57 2011
New Revision: 1010

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1010
Log:
Set CFLAGS += -Wall, the latest combination of cdbs + dpkg-dev does not seem to set it by default.

Modified:
    packages/gnutls26/branches/branch2.11.x/debian/changelog
    packages/gnutls26/branches/branch2.11.x/debian/rules

Modified: packages/gnutls26/branches/branch2.11.x/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.11.x/debian/changelog?rev=1010&op=diff
==============================================================================
--- packages/gnutls26/branches/branch2.11.x/debian/changelog (original)
+++ packages/gnutls26/branches/branch2.11.x/debian/changelog Sat Feb 19 14:10:57 2011
@@ -10,6 +10,8 @@
   * C++ wrapper soname bump, change package name accordingly.
   * Bump shlibs.
   * Update debian/copyright.
+  * Set CFLAGS += -Wall, the latest combination of cdbs + dpkg-dev does not
+    seem to set it by default.
 
  -- Andreas Metzler <ametzler at debian.org>  Sun, 06 Feb 2011 17:39:05 +0100
 

Modified: packages/gnutls26/branches/branch2.11.x/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.11.x/debian/rules?rev=1010&op=diff
==============================================================================
--- packages/gnutls26/branches/branch2.11.x/debian/rules (original)
+++ packages/gnutls26/branches/branch2.11.x/debian/rules Sat Feb 19 14:10:57 2011
@@ -9,6 +9,8 @@
 DEB_DH_MAKESHLIBS_ARGS_libgnutls26 := -V 'libgnutls26 (>= 2.11.5-0)'
 DEB_DH_MAKESHLIBS_ARGS_guile-gnutls := -V 'guile-gnutls (>= 2.11.5-0)'
 DEB_COMPRESS_EXCLUDE := gnutls.pdf
+
+CFLAGS += -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