[Pkg-gnutls-commits] r482 - in /packages/libtasn1-3/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Feb 2 09:06:05 UTC 2008


Author: ametzler
Date: Sat Feb  2 09:06:05 2008
New Revision: 482

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=482
Log:
[lintian-happiness] Stop ignoring errors on $(MAKE) distclean.
Set CFLAGS += -D_REENTRANT, since policy requires it and upstream stopped
setting 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=482&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/changelog (original)
+++ packages/libtasn1-3/trunk/debian/changelog Sat Feb  2 09:06:05 2008
@@ -2,6 +2,9 @@
 
   * New upstream version.
   * Add Vcs-Svn: and Vcs-Browser control fields.
+  * [lintian-happiness] Stop ignoring errors on $(MAKE) distclean.
+  * Set CFLAGS += -D_REENTRANT, since policy requires it and upstream stopped
+    setting it by default.
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 02 Feb 2008 09:44:03 +0100
 

Modified: packages/libtasn1-3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/rules?rev=482&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/rules (original)
+++ packages/libtasn1-3/trunk/debian/rules Sat Feb  2 09:06:05 2008
@@ -1,5 +1,7 @@
 #! /usr/bin/make -f
 # Build the libtasn1 packages for Debian.
+
+CFLAGS += -D_REENTRANT
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
@@ -17,7 +19,7 @@
 	-rm -f doc/libtasn1.ps lib/ASN1.c doc/asn1.dvi doc/asn1.aux doc/asn1.log
 	-rm -f doc/asn1.toc lib/asn1-api.tex
 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 # 	if test -f gl/Makefile.am ; then : ; else \
 # 	mkdir -p gl; \




More information about the Pkg-gnutls-commits mailing list