[Pkg-gnutls-commits] r928 - in /packages/libgcrypt11/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Jan 1 13:42:43 UTC 2011
Author: ametzler
Date: Sat Jan 1 13:42:42 2011
New Revision: 928
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=928
Log:
Disable tests when cross-building.
Modified:
packages/libgcrypt11/trunk/debian/changelog
packages/libgcrypt11/trunk/debian/rules
Modified: packages/libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/changelog?rev=928&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog (original)
+++ packages/libgcrypt11/trunk/debian/changelog Sat Jan 1 13:42:42 2011
@@ -4,6 +4,8 @@
* debian/patches/13_ftbfs_gold.diff fix build failure with binutils-gold.
Closes: #555179
* Add libgcrypt11-udeb. Closes: #608504 (Thanks for the patch, Jonas Meurer)
+ * Sync with Ubuntu:
+ - Disable tests when cross-building.
-- Andreas Metzler <ametzler at debian.org> Sat, 11 Dec 2010 13:17:44 +0100
Modified: packages/libgcrypt11/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/rules?rev=928&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/rules (original)
+++ packages/libgcrypt11/trunk/debian/rules Sat Jan 1 13:42:42 2011
@@ -5,8 +5,11 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-noexecstack --enable-ld-version-script --libdir=/lib
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-noexecstack \
+ --enable-ld-version-script --libdir=/lib
+ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
DEB_MAKE_CHECK_TARGET = check
+endif
DEB_DH_STRIP_ARGS = --dbg-package=libgcrypt11-dbg
DEB_DH_MAKESHLIBS_ARGS := -V 'libgcrypt11 (>=1.4.6)' \
More information about the Pkg-gnutls-commits
mailing list