[Pkg-gnutls-commits] r464 - in /packages/gnutls26/trunk/debian: control rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Dec 22 18:41:30 UTC 2007
Author: ametzler
Date: Sat Dec 22 18:41:29 2007
New Revision: 464
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=464
Log:
better way for not building guile bindings on ia64
Modified:
packages/gnutls26/trunk/debian/control
packages/gnutls26/trunk/debian/rules
Modified: packages/gnutls26/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/control?rev=464&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/control (original)
+++ packages/gnutls26/trunk/debian/control Sat Dec 22 18:41:29 2007
@@ -96,7 +96,7 @@
Package: guile-gnutls
Priority: optional
-Architecture: any
+Architecture: alpha amd64 arm armel hppa i386 kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc s390 sparc
Section: libs
Depends: ${misc:Depends},${shlibs:Depends}, guile-1.8
Description: the GNU TLS library - GNU Guile bindings
Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=464&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Sat Dec 22 18:41:29 2007
@@ -3,13 +3,6 @@
ifeq ($(DEB_BUILD_ARCH),hppa)
CFLAGS += -fno-gcse
-endif
-
-include /usr/share/cdbs/1/rules/buildvars.mk
-
-# No guile on ia64; do not build gnutls wrapper there.
-ifeq ($(DEB_BUILD_ARCH),ia64)
- DEB_ARCH_PACKAGES := $(subst guile-gnutls,,$(DEB_ARCH_PACKAGES))
endif
include /usr/share/cdbs/1/rules/debhelper.mk
More information about the Pkg-gnutls-commits
mailing list