[Pkg-gnutls-commits] r1028 - in /packages/libgcrypt11/branches/branch1.5/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Feb 26 18:45:21 UTC 2011


Author: ametzler
Date: Sat Feb 26 18:45:20 2011
New Revision: 1028

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1028
Log:
Set CFLAGS += -Wall.

Modified:
    packages/libgcrypt11/branches/branch1.5/debian/changelog
    packages/libgcrypt11/branches/branch1.5/debian/rules

Modified: packages/libgcrypt11/branches/branch1.5/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/branches/branch1.5/debian/changelog?rev=1028&op=diff
==============================================================================
--- packages/libgcrypt11/branches/branch1.5/debian/changelog (original)
+++ packages/libgcrypt11/branches/branch1.5/debian/changelog Sat Feb 26 18:45:20 2011
@@ -1,13 +1,14 @@
-libgcrypt11 (1.5.0~beta1-1) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+libgcrypt11 (1.5.0~beta1-1) experimental; urgency=low
+
   * Development release.
   * Drop 13_ftbfs_gold.diff. (applied upstream)
   * Bump shlibs.
-  * Run ./configigure with --enable-static option, it is disabled by default
+  * Run ./configure with --enable-static option, it is disabled by default
     now.
-
- -- Andreas Metzler <ametzler at debian.org>  Sat, 12 Feb 2011 16:25:44 +0100
+  * Set CFLAGS += -Wall, the latest combination of cdbs + dpkg-dev does not
+    seem to set it by default.
+
+ -- Andreas Metzler <ametzler at debian.org>  Sat, 26 Feb 2011 19:34:14 +0100
 
 libgcrypt11 (1.4.6-5) unstable; urgency=low
 

Modified: packages/libgcrypt11/branches/branch1.5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/branches/branch1.5/debian/rules?rev=1028&op=diff
==============================================================================
--- packages/libgcrypt11/branches/branch1.5/debian/rules (original)
+++ packages/libgcrypt11/branches/branch1.5/debian/rules Sat Feb 26 18:45:20 2011
@@ -14,6 +14,8 @@
 DEB_DH_STRIP_ARGS = --dbg-package=libgcrypt11-dbg
 DEB_DH_MAKESHLIBS_ARGS := -V 'libgcrypt11 (>=1.5.0~beta1-0)' \
 	--add-udeb=libgcrypt11-udeb
+
+CFLAGS += -Wall
 
 clean::
 	if test -f ltmain.sh ; then touch ltmain.sh; else libtoolize -c -f --automake; fi




More information about the Pkg-gnutls-commits mailing list