[Pkg-gnutls-commits] r1429 - in /packages/p11-kit/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Mar 4 18:28:06 UTC 2012


Author: ametzler
Date: Sun Mar  4 18:28:05 2012
New Revision: 1429

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1429
Log:
Use export DEB_CPPFLAGS_MAINT_APPEND = ... instead of CPPFLAGS += ...
(Thanks again, Simon Ruderich)

Modified:
    packages/p11-kit/trunk/debian/changelog
    packages/p11-kit/trunk/debian/rules

Modified: packages/p11-kit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/trunk/debian/changelog?rev=1429&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/changelog (original)
+++ packages/p11-kit/trunk/debian/changelog Sun Mar  4 18:28:05 2012
@@ -1,6 +1,8 @@
 p11-kit (0.11-4) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Use export DEB_CPPFLAGS_MAINT_APPEND = ... instead of CPPFLAGS += ...
+    (Thanks again, Simon Ruderich)
 
  -- Andreas Metzler <ametzler at debian.org>  Sun, 04 Mar 2012 19:26:18 +0100
 

Modified: packages/p11-kit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/trunk/debian/rules?rev=1429&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/rules (original)
+++ packages/p11-kit/trunk/debian/rules Sun Mar  4 18:28:05 2012
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-CPPFLAGS += -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
+export DEB_CPPFLAGS_MAINT_APPEND = -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1




More information about the Pkg-gnutls-commits mailing list