Package: swi-prolog
Version: 5.8.2-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd
Hi,
the current version has unsatisfied Build-Depends on
openjdk-6-jdk under GNU/kFreeBSD ports.
Please build package similarly as on hppa and arm.
Thanks for your cooperation.
Petr
diff -u swi-prolog-5.8.2/debian/rules swi-prolog-5.8.2/debian/rules
--- swi-prolog-5.8.2/debian/rules
+++ swi-prolog-5.8.2/debian/rules
@@ -6,7 +6,7 @@
export ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
+export DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
CONFFLAGS += --build $(DEB_HOST_GNU_TYPE)
@@ -29,6 +29,10 @@
CONFFLAGS += --without-jpl
endif
+# Don't build JPL on GNU/kFreeBSD
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+ CONFFLAGS += --without-jpl
+endif
build: patch build-stamp
build-stamp:
diff -u swi-prolog-5.8.2/debian/control swi-prolog-5.8.2/debian/control
--- swi-prolog-5.8.2/debian/control
+++ swi-prolog-5.8.2/debian/control
@@ -2,7 +2,10 @@
Section: interpreters
Priority: optional
Maintainer: Chris Lamb <la...@debian.org>
-Build-Depends: debhelper (>= 5), autoconf, autotools-dev, dpatch,
libncurses5-dev, libreadline-dev, libgmp3-dev, libjpeg62-dev, libx11-dev,
libxpm-dev, libxt-dev, x11proto-core-dev, chrpath, unixodbc-dev, openjdk-6-jdk
[!arm !hppa], libxft-dev, libxext-dev, libice-dev, libjpeg62-dev, libxinerama-dev,
libxpm-dev, libxt-dev
+Build-Depends: debhelper (>= 5), autoconf, autotools-dev, dpatch,
libncurses5-dev, libreadline-dev,
+ libgmp3-dev, libjpeg-dev, libx11-dev, libxpm-dev, libxt-dev,
x11proto-core-dev, chrpath, unixodbc-dev,
+ libxft-dev, libxext-dev, libice-dev, libxinerama-dev,
+ openjdk-6-jdk [alpha amd64 armel i386 ia64 mips mipsel powerpc s390 sparc]
Standards-Version: 3.8.3
Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-swi-prolog.git
Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-swi-prolog.git
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org