[Pkg-gnutls-commits] r1336 - in /packages/p11-kit/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Nov 26 15:28:21 UTC 2011
Author: ametzler
Date: Sat Nov 26 15:28:20 2011
New Revision: 1336
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1336
Log:
build with -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
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=1336&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/changelog (original)
+++ packages/p11-kit/trunk/debian/changelog Sat Nov 26 15:28:20 2011
@@ -1,8 +1,9 @@
-p11-kit (0.8-3) UNRELEASED; urgency=low
+p11-kit (0.9-1) experimental; urgency=low
- * NOT RELEASED YET
+ * New upstream version.
+ * Test whether building with -D_XOPEN_SOURCE=600 -D_BSD_SOURCE succeeds.
- -- Andreas Metzler <ametzler at debian.org> Sat, 12 Nov 2011 09:21:28 +0100
+ -- Andreas Metzler <ametzler at debian.org> Sat, 26 Nov 2011 16:22:40 +0100
p11-kit (0.8-2) unstable; urgency=low
Modified: packages/p11-kit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/trunk/debian/rules?rev=1336&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/rules (original)
+++ packages/p11-kit/trunk/debian/rules Sat Nov 26 15:28:20 2011
@@ -2,10 +2,13 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-ifeq (,$(filter $(DEB_BUILD_ARCH_OS),linux))
- CPPFLAGS += -D_GNU_SOURCE
- export CPPFLAGS
-endif
+## ifeq (,$(filter $(DEB_BUILD_ARCH_OS),linux))
+## CPPFLAGS += -D_GNU_SOURCE
+## export CPPFLAGS
+## endif
+
+export CPPFLAGS
+CPPFLAGS += -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