[Pkg-gnutls-commits] r1005 - in /packages/libtasn1-3/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Feb 12 15:46:04 UTC 2011
Author: ametzler
Date: Sat Feb 12 15:46:00 2011
New Revision: 1005
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1005
Log:
set CFLAGS += -Wall, the latest combination of cdbs + dpkg-dev does not
seem to set it by default.
Modified:
packages/libtasn1-3/trunk/debian/changelog
packages/libtasn1-3/trunk/debian/rules
Modified: packages/libtasn1-3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/changelog?rev=1005&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/changelog (original)
+++ packages/libtasn1-3/trunk/debian/changelog Sat Feb 12 15:46:00 2011
@@ -1,10 +1,12 @@
-libtasn1-3 (2.9-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+libtasn1-3 (2.9-2) unstable; urgency=low
+
+ * Upload to unstable.
* Downgrade libtasn1-3 priority to standard.
* Drop superfluous code from debian/rules.
-
- -- Andreas Metzler <ametzler at debian.org> Sat, 08 Jan 2011 10:54:13 +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, 12 Feb 2011 16:38:16 +0100
libtasn1-3 (2.9-1) experimental; urgency=low
Modified: packages/libtasn1-3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/rules?rev=1005&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/rules (original)
+++ packages/libtasn1-3/trunk/debian/rules Sat Feb 12 15:46:00 2011
@@ -13,3 +13,5 @@
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libtasn1-3 (>=1.6-0)'
DEB_COMPRESS_EXCLUDE := libtasn1.pdf
+
+CFLAGS += -Wall
More information about the Pkg-gnutls-commits
mailing list