debian/0000755000000000000000000000000012317504423007167 5ustar debian/swi-prolog-java.links0000644000000000000000000000007012313374462013253 0ustar /usr/lib/swi-prolog/lib/jpl.jar /usr/share/java/jpl.jar debian/control0000644000000000000000000001222612317502527010600 0ustar Source: swi-prolog Section: interpreters Priority: optional Maintainer: Євгеній Мещеряков Build-Depends: debhelper (>= 9~), libncursesw5-dev, libreadline-dev, libgmp-dev, libjpeg8-dev, libx11-dev, libxpm-dev, libxt-dev, x11proto-core-dev, unixodbc-dev, default-jdk [alpha amd64 arm64 armel armhf i386 lpia mips mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 x32], junit [alpha amd64 arm64 armel armhf i386 lpia mips mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 x32], libxft-dev, libxext-dev, libice-dev, libxinerama-dev, dctrl-tools, libarchive-dev, libssl-dev, zlib1g-dev, libunwind8-dev [amd64 armel armhf i386 mips powerpc ppc64 ppc64el], dh-autoreconf (>= 6~), perl, libossp-uuid-dev, valgrind [amd64 armhf i386 mips mipsel powerpc ppc64 s390x], autotools-dev Build-Conflicts: libunwind7-dev Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/collab-maint/swi-prolog.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/swi-prolog.git Homepage: http://www.swi-prolog.org Package: swi-prolog Architecture: any Depends: ${misc:Depends}, swi-prolog-nox (= ${binary:Version}), swi-prolog-x (= ${binary:Version}) Suggests: swi-prolog-doc, prolog-el Description: ISO/Edinburgh-style Prolog interpreter SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a rich set of built-in predicates. It offers a fast, robust and small environment which enables substantial applications to be developed with it. . SWI-Prolog additionally offers: . * A powerful module system * Garbage collection * Unicode character set handling * Unbounted integer and rational number arithmetic * Multithreading support * A powerful C/C++ interface * GNU Readline interface Package: swi-prolog-nox Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp-dev, libreadline-dev, libncursesw5-dev Breaks: swi-prolog (<< 5.8.2-1), spark (<< 2012.0.deb-5~), logol (<< 1.6.1-2~) Suggests: swi-prolog-doc, prolog-el Recommends: debhelper Provides: ${swi-prolog:Depends} Description: ISO/Edinburgh-style Prolog interpreter (without X support) SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a rich set of built-in predicates. It offers a fast, robust and small environment which enables substantial applications to be developed with it. . SWI-Prolog additionally offers: . * A powerful module system * Garbage collection * Unicode character set handling * Unbounted integer and rational number arithmetic * Multithreading support * A powerful C/C++ interface * GNU Readline interface . This package contains a working SWI-Prolog installation with GUI components. Package: swi-prolog-x Architecture: any Depends: ${shlibs:Depends}, swi-prolog-nox (= ${binary:Version}), ${misc:Depends} Description: User interface library for SWI-Prolog (with X support) SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a rich set of built-in predicates. It offers a fast, robust and small environment which enables substantial applications to be developed with it. . SWI-Prolog additionally offers: . * A powerful module system * Garbage collection * Unicode character set handling * Unbounted integer and rational number arithmetic * Multithreading support * A powerful C/C++ interface * GNU Readline interface . XPCE is an object-oriented symbolic programming environment for user interfaces. Although XPCE was designed to be language-independent, it has gained popularity most with Prolog. Package: swi-prolog-java Architecture: alpha amd64 arm64 armel armhf i386 lpia mips mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 x32 Depends: ${shlibs:Depends}, swi-prolog-nox (= ${binary:Version}), ${misc:Depends}, default-jre-headless | java2-runtime Description: Bidirectional interface between SWI-Prolog and Java SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a rich set of built-in predicates. It offers a fast, robust and small environment which enables substantial applications to be developed with it. . SWI-Prolog additionally offers: . * A powerful module system * Garbage collection * Unicode character set handling * Unbounted integer and rational number arithmetic * Multithreading support * A powerful C/C++ interface * GNU Readline interface . This library provides JPL, a bidirectional interface between SWI-Prolog and the Java 2 runtime. Package: swi-prolog-odbc Architecture: any Depends: ${shlibs:Depends}, swi-prolog-nox (= ${binary:Version}), ${misc:Depends} Description: ODBC library for SWI-Prolog SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a rich set of built-in predicates. It offers a fast, robust and small environment which enables substantial applications to be developed with it. . SWI-Prolog additionally offers: . * A powerful module system * Garbage collection * Unicode character set handling * Unbounted integer and rational number arithmetic * Multithreading support * A powerful C/C++ interface * GNU Readline interface . This package provides a foreign language extension to ODBC, a standard for interfacing with database systems. debian/debhelper/0000755000000000000000000000000012313374462011125 5ustar debian/debhelper/swi_prolog.pm0000644000000000000000000000015712313374462013652 0ustar use warnings; use strict; use Debian::Debhelper::Dh_Lib; insert_before("dh_gencontrol", "dh_swi_prolog"); 1; debian/debhelper/dh_swi_prolog0000755000000000000000000000166312313374462013720 0ustar #! /usr/bin/perl =head1 NAME dh_swi_prolog - calculates SWI Prolog packages dependencies =cut use strict; use Debian::Debhelper::Dh_Lib; =head1 SYNOPSYS B [S>] =head1 DESCRIPTION dh_swi_prolog is a helper program that adds swi-prolog:Depends substitution variable that contains current SWI Prolog VM virtual package name. This variable should be used by packages that contain compiled SWI prolog code to specify dependency on the VM. The virtual package name will change if there are noncompatible changes in the VM, so binary packages will need to be rebuilt with a new version of swi-prolog. The variable is there to detect such breackage. =cut init(); my $swi_prolog_vm = "swi-prolog-vm-2"; foreach my $package (@{$dh{DOPACKAGES}}) { addsubstvar($package, "swi-prolog:Depends", $swi_prolog_vm); } =head1 SEE ALSO L =head1 AUTHORS Eugeniy Meshcheryakov =cut debian/swi-prolog-x.links0000644000000000000000000000022212313374462012600 0ustar usr/lib/swi-prolog/xpce/pl/xpce.rc usr/lib/swi-prolog/xpce.rc usr/lib/swi-prolog/swipl.rc usr/lib/swi-prolog/prolog.rc usr/bin/swipl usr/bin/xpce debian/swi-prolog-x.menu0000644000000000000000000000020112313374462012421 0ustar ?package(swi-prolog-x):needs="text" section="Applications/Programming"\ title="SWI-Prolog (with XPCE)" command="/usr/bin/xpce" debian/swi-prolog-x.manpages0000644000000000000000000000007112313374462013255 0ustar packages/xpce/man/xpce.1 packages/xpce/man/xpce-client.1 debian/rules0000755000000000000000000001223312313374462010254 0ustar #!/usr/bin/make -f DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif CONFFLAGS = --libdir=/usr/lib --with-world --disable-libdirversion --enable-shared COFLAGS := $(shell dpkg-buildflags --get CFLAGS) CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) -fPIC $(shell pkg-config --cflags ncursesw) LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) $(shell dpkg-buildflags --get CFLAGS) # FIXME implement a proper fix ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH_OS),hurd) CPPFLAGS += -DMAXPATHLEN=1024 endif export COFLAGS CPPFLAGS LDFLAGS # List of architectures where -java package should be built. JAVA_ARCHS = $(shell grep-dctrl -PX swi-prolog-java -nsArchitecture debian/control) ifeq ($(filter $(DEB_HOST_ARCH),$(JAVA_ARCHS)),) DISABLE_PKGS=jpl else JAVA_PACKAGES = jpl endif PLBASE := /usr/lib/swi-prolog/ JNIDIR := /usr/lib/$(DEB_HOST_MULTIARCH)/jni NOX_PACKAGES = clib cpp table sgml RDF semweb http chr clpqr nlp ssl pldoc plunit zlib R protobufs PDT utf8proc archive X_PACKAGES = xpce ODBC_PACKAGES = odbc # Add here all packages that are not installed into deb packages DISABLE_PKGS += windows export DISABLE_PKGS ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH_OS),linux) NOX_PACKAGES += tipc else DISABLE_PKGS += tipc endif # install_package prolog_pkg deb_pkg define install_package mkdir -p $(CURDIR)/debian/$(2)/$(PLBASE)/library $(MAKE) -C packages/$(1) \ DESTDIR=$(CURDIR)/debian/$(2) \ PL=$(CURDIR)/src/swipl.sh \ PLEXE=$(CURDIR)/src/swipl.sh \ install < /dev/null endef # install_packages plog_pkg_list deb_pkg define install_packages $(foreach pkg,$(1),$(call install_package,$(pkg),$(2))) endef %: dh $@ --with=autotools_dev,autoreconf override_dh_auto_configure: $(SHELL) -c "ulimit -a" $(SHELL) -c "ulimit -Ha" dh_auto_configure -- $(CONFFLAGS) PL="swipl" PLARCH=$(DEB_HOST_ARCH) override_dh_auto_build: $(MAKE) < /dev/null override_dh_auto_clean: [ ! -f Makefile ] || $(MAKE) clean [ ! -f Makefile ] || $(MAKE) distclean override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/swi-prolog-nox install-lite mkdir -p $(CURDIR)/debian/swi-prolog-x/usr/bin $(call install_packages,$(NOX_PACKAGES),swi-prolog-nox) $(call install_packages,$(X_PACKAGES),swi-prolog-x) $(call install_packages,$(JAVA_PACKAGES),swi-prolog-java) $(call install_packages,$(ODBC_PACKAGES),swi-prolog-odbc) # This file is generated by swi-prolog-nox postinst (updated by triggers) rm debian/swi-prolog-nox/$(PLBASE)/library/INDEX.pl # Generate xpce's autoload index echo "make_library_index('$(CURDIR)/debian/swi-prolog-x/$(PLBASE)/xpce/prolog/lib/')." | $(CURDIR)/src/swipl.sh # Remove superfluous copies of the GPL rm debian/swi-prolog-x/$(PLBASE)/xpce/COPYING # Remove empty directories find debian/ -depth -type d -empty -exec rm -rfv {} \; mv $(CURDIR)/debian/swi-prolog-nox/$(PLBASE)/lib/$(DEB_HOST_ARCH)/libswipl.so* $(CURDIR)/debian/swi-prolog-nox/usr/lib/ mv $(CURDIR)/debian/swi-prolog-nox/$(PLBASE)/lib/$(DEB_HOST_ARCH)/libswipl.a $(CURDIR)/debian/swi-prolog-nox/usr/lib/ # Link libjpl.so from the JNI directory so java can load it without LD_LIBRARY_PATH mkdir -p $(CURDIR)/debian/swi-prolog-java/$(JNIDIR) ln -sf $(PLBASE)/lib/$(DEB_HOST_ARCH)/libjpl.so \ $(CURDIR)/debian/swi-prolog-java/$(JNIDIR)/ install -m755 debian/debhelper/dh_swi_prolog debian/swi-prolog-nox/usr/bin/ install -d debian/swi-prolog-nox/usr/share/man/man1 pod2man debian/debhelper/dh_swi_prolog > debian/swi-prolog-nox/usr/share/man/man1/dh_swi_prolog.1 install -d debian/swi-prolog-nox/usr/share/perl5/Debian/Debhelper/Sequence install -m644 debian/debhelper/swi_prolog.pm debian/swi-prolog-nox/usr/share/perl5/Debian/Debhelper/Sequence/ override_dh_install: override_dh_gencontrol: debian/debhelper/dh_swi_prolog -pswi-prolog-nox dh_gencontrol override_dh_builddeb: dh_builddeb -- -Zxz override_dh_auto_test: # TODO enable other tests $(MAKE) -C $(CURDIR)/src check $(MAKE) -C $(CURDIR)/packages/chr check # requires network connection # $(MAKE) -C $(CURDIR)/packages/http check $(MAKE) -C $(CURDIR)/packages/sgml check $(MAKE) -C $(CURDIR)/packages/RDF check $(MAKE) -C $(CURDIR)/packages/table check $(MAKE) -C $(CURDIR)/packages/plunit check $(MAKE) -C $(CURDIR)/packages/pldoc check $(MAKE) -C $(CURDIR)/packages/archive check $(MAKE) -C $(CURDIR)/packages/cpp check $(MAKE) -C $(CURDIR)/packages/nlp check $(MAKE) -C $(CURDIR)/packages/zlib check $(MAKE) -C $(CURDIR)/packages/protobufs check ifneq ($(JAVA_PACKAGES),) $(MAKE) -C $(CURDIR)/packages/jpl check endif override_dh_makeshlibs: V=$(shell dpkg-parsechangelog|awk '/^Version:/ {sub("-[^-]$$", "",$$2); print $$2}') override_dh_makeshlibs: # This library is not for external apps for now dh_makeshlibs -V"swi-prolog-nox (>= $(V)~), swi-prolog-nox (<< $(V).0~)" .PHONY: override_dh_auto_configure override_dh_auto_build override_dh_auto_clean override_dh_auto_install .PHONY: override_dh_install override_dh_builddeb override_dh_auto_test override_dh_gencontrol debian/swi-prolog-nox.postinst0000644000000000000000000000062012313374462013702 0ustar #!/bin/sh -e PACKAGE=swi-prolog if [ "$1" = "configure" ]; then update-alternatives --install /usr/bin/prolog prolog /usr/bin/swipl 10 \ --slave /usr/share/man/man1/prolog.1.gz prolog.1.gz \ /usr/share/man/man1/swipl.1.gz fi # Update library index rm -f /usr/lib/swi-prolog/library/INDEX.pl echo "make_library_index('/usr/lib/swi-prolog/library/')." | swipl >/dev/null 2>&1 #DEBHELPER# debian/gbp.conf0000644000000000000000000000072512313374462010616 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: debian-branch = master # the default tag formats used: upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s # use pristine-tar: pristine-tar = True # Options only affecting git-buildpackage [git-buildpackage] # uncomment this to automatically GPG sign tags: sign-tags = True debian/watch0000644000000000000000000000013212313374462010220 0ustar version=3 http://www.swi-prolog.org/download/stable /download/stable/src/pl-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212313374462010371 0ustar 9 debian/swi-prolog-x.preinst0000644000000000000000000000015212313374462013146 0ustar #! /bin/sh set -e if test -L /usr/lib/swi-prolog/xpce then rm /usr/lib/swi-prolog/xpce fi #DEBHELPER# debian/copyright0000644000000000000000000000123112313374462011123 0ustar This package was debianized by Michael Piefel on Tue, 05 Feb 2002 11:03:37 +0100. It was downloaded from . Copyright: Copyright (C) 1985-2013 University of Amsterdam Vu University Amsterdam SWI-Prolog/XPCE and all our packages are now licensed according to the LGPL for the C-parts and GPL + exception to allow linking into non-GPL applications for the Prolog libraries. On Debian systems, you can find the GNU General Public License in the file /usr/share/common-licenses/GPL-2 and the GNU Lesser General Public License in the file /usr/share/common-licenses/LGPL-2. debian/autoreconf0000644000000000000000000000003212313374462011256 0ustar src packages packages/jpl debian/swi-prolog-nox.menu0000644000000000000000000000017012313374462012763 0ustar ?package(swi-prolog-nox):needs="text" section="Applications/Programming"\ title="SWI-Prolog" command="/usr/bin/swipl" debian/source/0000755000000000000000000000000012313374462010473 5ustar debian/source/format0000644000000000000000000000001412313374462011701 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012317504300010610 5ustar debian/patches/pkg-config.diff0000644000000000000000000000042012313374462013474 0ustar --- a/src/swipl.pc.in +++ b/src/swipl.pc.in @@ -8,8 +8,8 @@ INSTALL_PLARCH=@INSTALL_PLARCH@ PLLIBS=@LNLIBS@ PLLIB=@USEPLLIB@ -PLCFLAGS=@CMFLAGS@ @CIFLAGS@ -PLLDFLAGS=@LDFLAGS@ +PLCFLAGS=-fno-strict-aliasing -pthread +PLLDFLAGS=-pthread PLSOEXT=@SO_EXT@ Name: swipl debian/patches/override-PLLIBDIR.diff0000644000000000000000000000047112313374462014474 0ustar From: Eugeniy Meshcheryakov Subject: Hardcode PLLIBDIR to swi-prolog on Debian --- a/src/configure.in +++ b/src/configure.in @@ -216,7 +216,7 @@ libdirversion=yes) if test "$libdirversion" = no; then - PLLIBDIR="$PL" + PLLIBDIR=swi-prolog else PLLIBDIR="$PL-$PLVERSION" fi debian/patches/no-rpath.diff0000644000000000000000000000033312313374462013203 0ustar --- a/src/configure.in +++ b/src/configure.in @@ -577,7 +577,7 @@ SO_PIC="-fPIC" SO_LD="$CC" SO_EXT="so" -SO_RPATH="-Wl,-rpath=$PLBASE/lib/$PLARCH$RPATH_EXTRA" +SO_RPATH="" DLLIBVAR=LD_LIBRARY_PATH MINGW="false" debian/patches/ignore-format-string-error.diff0000644000000000000000000000111112313374462016652 0ustar --- a/packages/xpce/src/ker/goodies.c +++ b/packages/xpce/src/ker/goodies.c @@ -844,6 +844,8 @@ #if defined(HAVE_VSSCANF) && defined(HAVE_CAST_VA_LIST) ar = vsscanf(str, fmt, (va_list) ptrs); #else +#pragma GCC diagnostic push +#pragma GCC diagnostic warning "-Wformat-security" switch(argn) { case 0: ar = sscanf(str, fmt); break; case 1: ar = sscanf(str, fmt, ptrs[0]); break; @@ -940,6 +942,7 @@ default: errorPce(NIL, NAME_tooManyArguments); fail; } +#pragma GCC diagnostic pop #endif /*HAVE_VSSCANF*/ DEBUG(NAME_scan, Cprintf("ar = %d\n", argn)); debian/patches/default-stack-size.diff0000644000000000000000000000040112313374462015146 0ustar --- a/src/pl-thread.c +++ b/src/pl-thread.c @@ -1475,7 +1475,7 @@ } if ( rc == 0 ) { -#ifdef USE_COPY_STACK_SIZE +#if 0 struct rlimit rlim; if ( !stack && getrlimit(RLIMIT_STACK, &rlim) == 0 ) { if ( rlim.rlim_cur != RLIM_INFINITY ) debian/patches/maildrop-fpic.diff0000644000000000000000000000106612313374462014205 0ustar --- a/packages/clib/maildrop/rfc2045/Makefile.in +++ b/packages/clib/maildrop/rfc2045/Makefile.in @@ -5,7 +5,7 @@ ################################################################ CC=@CC@ -CFLAGS=@CFLAGS@ @DEFS@ +CFLAGS=@CFLAGS@ @DEFS@ -fPIC LIBS=@LIBS@ AR=@AR@ RANLIB=@RANLIB@ --- a/packages/clib/maildrop/rfc822/Makefile.in +++ b/packages/clib/maildrop/rfc822/Makefile.in @@ -5,7 +5,7 @@ ################################################################ CC=@CC@ -CFLAGS=@CFLAGS@ @DEFS@ +CFLAGS=@CFLAGS@ @DEFS@ -fPIC LIBS=@LIBS@ AR=@AR@ RANLIB=@RANLIB@ debian/patches/jni-link.diff0000644000000000000000000000071212317504300013155 0ustar Index: b/packages/jpl/ac/ac_jni_include_dirs.m4 =================================================================== --- a/packages/jpl/ac/ac_jni_include_dirs.m4 +++ b/packages/jpl/ac/ac_jni_include_dirs.m4 @@ -93,6 +93,10 @@ _JNI_LIBDIRS="" esac ;; + powerpc64le) + _JNI_LIBDIRS="lib/ppc64le" + _JNI_LIBSUBDIRS="server" + ;; *) # Fallback option should work on all architectures except # amd64 and powerpc which are special cased above. debian/patches/add-pthread.diff0000644000000000000000000000106212313374462013630 0ustar From: Eugeniy Meshcheryakov Subject: Add -pthread flag when adding -D_REENTRANT This is an attempt to fix build failure on Hurd. This is the only architecture in Debian that should be affected by the change. See also bug #697133. --- a/src/configure.in +++ b/src/configure.in @@ -778,7 +778,8 @@ AC_CHECK_LIB(pthread, main) if test "$ac_cv_lib_pthread_main" = "yes"; then pthread_ok=true - CMFLAGS="$CMFLAGS -D_REENTRANT" + CMFLAGS="$CMFLAGS -D_REENTRANT -pthread" + LDFLAGS="$LDFLAGS -pthread" fi fi debian/patches/series0000644000000000000000000000023712317504227012037 0ustar maildrop-fpic.diff ignore-format-string-error.diff pkg-config.diff default-stack-size.diff no-rpath.diff add-pthread.diff override-PLLIBDIR.diff jni-link.diff debian/swi-prolog-java.README.Debian0000644000000000000000000000372312313374462014261 0ustar Using JPL Package in Debian =========================== Using Prolog from Java Programs ------------------------------- Compiling or running Java programs requires adding jpl.jar to Java class path, for example by using -classpath command line argument or CLASSPATH environment variable: $ javac -classpath /usr/share/java/jpl.jar Class.java $ java -classpath /usr/share/java/jpl.jar:. Class Using Java from Prolog Programs ------------------------------- Prolog programs that use Java require additional settings in order to load various Java libraries. LD_LIBRARY_PATH should be modified so that it contains directories that contain libjava.so, libjni.so, libjsig.so, and maybe some other Java libraries. The command line for the prolog interpreter could look like this (on amd64 system, using OpenJDK): $ LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64 swipl Other architectures and JDK versions require different settings. A typical error message with incorrect library path setting could look like this: $ swipl ... ?- use_module(library(jpl)). ERROR: /usr/lib/swi-prolog/library/jpl.pl:4637: '$open_shared_object'/3: libjsig.so: cannot open shared object file: No such file or directory ERROR: /usr/lib/swi-prolog/library/jpl.pl:4637: library `java' does not exist (Please add directory holding libjava.so to $LD_LIBRARY_PATH) The error messages indicate that directories that contain libjsig.so and libjava.so should be added to LD_LIBRARY_PATH. You then can use the following command to find out location of those files: $ dpkg --search libjsig.so libjava.so Choose directories that belong to your preferred Java runtime version. Please report any other encountered problems or possible fixes for described problems to Debian BTS. Bug #690734 [1] tracks current state of Java support in swi-prolog. 1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690734 debian/swi-prolog-x.docs0000644000000000000000000000017412313374462012416 0ustar packages/xpce/README packages/xpce/README-4.8 packages/xpce/README.customise packages/xpce/README.sicstus packages/xpce/FAQ debian/changelog0000644000000000000000000013405612317504363011055 0ustar swi-prolog (6.6.4-2ubuntu1) trusty; urgency=medium * Fix linking the jni library on ppc64el. * Build-depend on libunwind8-dev and valgrind on ppc64el. -- Matthias Klose Fri, 04 Apr 2014 12:26:12 +0200 swi-prolog (6.6.4-2) unstable; urgency=medium * Add more architectures with Java support (closes: #742279) * Use DEB_HOST_* variables instead of DEB_BUILD_* when needed (closes: #742354). Thanks to Matthias Klose * Use ln -sf to create symlinks (closes: #742355) * Build-depend on libunwind8 on ppc64 * Use autotools-dev to update config.guess/config.sub (closes: #742353) -- Євгеній Мещеряков Sat, 22 Mar 2014 21:54:28 +0100 swi-prolog (6.6.4-1) unstable; urgency=medium * New upstream release -- Євгеній Мещеряков Fri, 21 Mar 2014 21:43:34 +0100 swi-prolog (6.6.3-1) unstable; urgency=medium * New upstream release * Removed patches (fixed upstream): - new-readline.diff - mt-crash-fix.diff -- Євгеній Мещеряков Wed, 19 Mar 2014 23:03:32 +0100 swi-prolog (6.6.2-3) unstable; urgency=medium * New patch: - mt-crash-fix.diff — patch from upstream git to fix TFBFS on armel * Remove versioned dependency on libreadline-dev -- Євгеній Мещеряков Sun, 16 Mar 2014 19:06:16 +0100 swi-prolog (6.6.2-2) unstable; urgency=medium * Stop building swi-prolog-java on sparc — OpenJDK is not a default JDK there anymore -- Євгеній Мещеряков Fri, 07 Mar 2014 00:15:09 +0100 swi-prolog (6.6.2-1) unstable; urgency=medium * New upstream release * Removed patches: - test-output-fix.diff - fixed upstream * Build-depend on libreadline-dev (>= 6.3~) * New patch: - new-readline.diff - fix building with new readline * Use libunwind again -- Євгеній Мещеряков Wed, 05 Mar 2014 23:51:17 +0100 swi-prolog (6.6.1-1) experimental; urgency=medium * New upstream release * Upload to experimental for now * Remove patches: - java-test-library-path.diff - fixed upstream - mips-ftbfs-fix.diff - fixed upstream * Standards-Version 3.9.5 - no changes needed * New patch from upstream git: - test-output-fix.diff - fix output of test scripts on buildds -- Євгеній Мещеряков Fri, 13 Dec 2013 22:43:34 +0100 swi-prolog (6.6.0-2) unstable; urgency=low * New patch: - mips-ftbfs-fix.diff - fix FTBFS on misp(el) by removing extra definition ALIGNOF_DOUBLE macro. Patch was taken from the upstream Git repo. -- Євгеній Мещеряков Thu, 28 Nov 2013 22:37:49 +0100 swi-prolog (6.6.0-1) unstable; urgency=low * New upstream release * Remove patches: - locales-bug.diff - applied upstream - numbers-format.diff - applied upstream * Refresh patches: - no-rpath.diff * Use new vm virtual package: swi-prolog-vm-2 -- Євгеній Мещеряков Wed, 27 Nov 2013 00:27:04 +0100 swi-prolog (6.4.1-4) unstable; urgency=low * Don't build-depend on valgrind on armel, it does not build there anymore (closes: #729142) -- Євгеній Мещеряков Sat, 09 Nov 2013 20:49:18 +0100 swi-prolog (6.4.1-3) unstable; urgency=low * Install link to pldoc.sty to a location where latex can find it (closes: #719079) * Activate texmf-lsr trigger in swi-prolog-nox so pldoc.sty could be registered -- Євгеній Мещеряков Thu, 15 Aug 2013 13:50:25 +0200 swi-prolog (6.4.1-2) unstable; urgency=low * Build-depend on valgrind where available * New patch: - numbers-format.diff - always use period as decimal separator when formatting Prolog numbers (rest of the fix for the upstream bug 113) * Don't override LC_NUMERIC anymore * Update years in debian/copyright * Upload to unstable -- Євгеній Мещеряков Sun, 04 Aug 2013 20:32:36 +0200 swi-prolog (6.4.1-1) experimental; urgency=low * New upstream release * Upload to experimental for now * Don't run autoreconf in packages/ticp — fixed upstream * Remove patches: - disable-java-testFetchLongList2a.diff — fixed upstream * New patches: - locales-bug.diff — fix locales handling (upstream bug 113) * Build-depend on libossp-uuid-dev for UUID support * Fix handling of 'parallel' in DEB_BUILD_OPTIONS * Increase swi-prolog-vm version to 1 * Build with LC_NUMERIC set to C to work around rests of upstream bug 113 * Run dh_swi_prolog only on swi-prolog-nox to avoid warnings about unsed variables -- Євгеній Мещеряков Tue, 23 Jul 2013 23:05:18 +0200 swi-prolog (6.2.6-7) unstable; urgency=low * New patch: - disable-java-testFetchLongList2a.diff - disable test case that fils on IA64 because of not enough stack space -- Євгеній Мещеряков Tue, 18 Jun 2013 23:32:02 +0200 swi-prolog (6.2.6-6) unstable; urgency=low * Don't build-conflict on libunwind7-dev on ia64. Hopefully that will allow this package to build?... -- Євгеній Мещеряков Tue, 18 Jun 2013 02:32:21 +0200 swi-prolog (6.2.6-5) unstable; urgency=high * Build-conflict on libunwind[78]-dev until libunwind8 is build on all architectures * Urgency high in order to allow this and dependent packages migrate to testing (6.2.6-4 is 20 days old) * Use the cannonical URI in Vcs-Git control field (closes: #697420) -- Євгеній Мещеряков Mon, 17 Jun 2013 23:53:55 +0200 swi-prolog (6.2.6-4) unstable; urgency=low * Install TIPC package into swi-prolog-nox on Linux * Run autoconf in packages/tipc * Fix spelling error in dh_swi_prolog's manpage (thanks, lintian) -- Євгеній Мещеряков Wed, 29 May 2013 00:36:56 +0200 swi-prolog (6.2.6-3) unstable; urgency=low * Move the static library to /usr/lib (closes: #709606) * Disable 'http' tests — they require network connection * New patch: - override-PLLIBDIR.diff - set PLLIBDIR to 'swi-prolog', this should take care of setting PLBASE to correct value. This simplifies other patches and debian/rules * Relax shlibs dependency for libswipl.so. * Break logol (<< 1.6.1-2~) (closes: #709605) -- Євгеній Мещеряков Sun, 26 May 2013 18:02:35 +0200 swi-prolog (6.2.6-2) unstable; urgency=low * Upload to unstable * Add dh_swi_prolog and swi_prolog sequence for dh. Those two allow packages that contain compiled swi-prolog programs to use swi-prolog:Depends environment variable to depend on prolog version that can execute those programs. swi-prolog-nox now provides swi-prolog-vm-* virtual package. For now the virtual package name is updated manually (Closes: #631005). * Make swi-prolog-nox recommend debhelper (for dh_swi_prolog). -- Євгеній Мещеряков Wed, 22 May 2013 22:44:23 +0200 swi-prolog (6.2.6-1) experimental; urgency=low * New upstream release -- Євгеній Мещеряков Fri, 10 May 2013 22:36:57 +0200 swi-prolog (6.2.5-6) experimental; urgency=low * Fix Vcs-* fields in debian/control (closes: #697420, thanks to Salvatore Bonaccorso) * Remove pthread-flag-detection.diff - it causes segfaults on Hurd, probably because of missing -D_REENTRANT * New patch: - add-pthread.diff - add -pthread compiler/linker flag when adding -D_REENTRANT. This is another attempt to fix FTBFS on Hurd. -- Євгеній Мещеряков Fri, 10 May 2013 22:36:37 +0200 swi-prolog (6.2.5-5) experimental; urgency=low * New patch: - pthread-flag-detection.diff - do not check for -D_REENTRANT when checking for -pthread flag support. This does not work on Hurd. See also #697133. * Remove patches not in debian/patches/series: - 04_fix_hyphens_being_used_as_minus_signs_in_manpages.diff - segstack-alignment.diff - swi-prolog-mipsel-FTBFS.diff -- Євгеній Мещеряков Fri, 04 Jan 2013 19:25:41 +0100 swi-prolog (6.2.5-4) experimental; urgency=low * Build swi-prolog-java additionally on armhf and s390x - they also have OpenJDK as default-jdk -- Євгеній Мещеряков Tue, 01 Jan 2013 17:27:51 +0100 swi-prolog (6.2.5-3) experimental; urgency=low * Build-depend on junit on platforms that have -java package, this should fix testsuite failures -- Євгеній Мещеряков Tue, 01 Jan 2013 04:36:49 +0100 swi-prolog (6.2.5-2) experimental; urgency=low * Link libjpl.so from the JNI directory, so Java runtime can find it without need to modify LD_LIBRARY_PATH * Enable checks for jpl package * New patch: - java-test-library-path.diff - set LD_LIBRARY_PATH during jpl check * Add README.Debian to swi-prolog-java package that describes current problems when using Java with SWI Prolog (see also #690734) -- Євгеній Мещеряков Tue, 01 Jan 2013 02:30:17 +0100 swi-prolog (6.2.5-1) experimental; urgency=low * New upstream release -- Євгеній Мещеряков Sun, 30 Dec 2012 17:32:47 +0100 swi-prolog (6.2.3-1) experimental; urgency=low * New upstream release * Remove patches (applied upstream): - upstream-6.2.3-pre.diff - distclean-fixes.diff - implicit-declarations.diff - VEOL2-check.diff * Updated patches: - default-stack-size.diff - no-rpath.diff -- Євгеній Мещеряков Sun, 25 Nov 2012 16:05:35 +0100 swi-prolog (6.2.2-17) experimental; urgency=low * New patch: - no-rpath.diff - do not set rpath during compilation * Use dh-autoreconf during the package build * Pass --enable-shared to configure again -- Євгеній Мещеряков Sun, 04 Nov 2012 18:10:07 +0100 swi-prolog (6.2.2-16) experimental; urgency=low * Show ulimit settings during build (for thread stack size problem debugging). * Use swipl.sh wrapper to install prolog packages -- Євгеній Мещеряков Sun, 28 Oct 2012 20:57:30 +0100 swi-prolog (6.2.2-14) experimental; urgency=low * Refactor prolog package installation code in debian/rules * Pass DISABLE_PKGS to configure instead of --without-* (the last one looks broken) * Install package clpqr into swi-prolog-nox * Install package nlp into swi-prolog-nox and run checks for it * Install package ssl into swi-prolog-nox - build-depend on libssl-dev for it * Install package zlib into swi-prolog-nox and run checks for it - build-depend on zlib1g-dev * Install package R into swi-prolog-nox * Install package protobufs into swi-prolog-nox and run checks for it * Install package PDT into swi-prolog-nox * Install package utf8proc into swi-prolog-nox * Add -DMAXPATHLEN=1024 to CPPFLAGS on Hurd (propert fix should be implemented later) -- Євгеній Мещеряков Fri, 12 Oct 2012 00:03:53 +0200 swi-prolog (6.2.2-13) experimental; urgency=low * Update upstream-6.2.3-pre.diff to commit 8bb9e550c1a1937be46b9d552afef3c304284466 - building on hurd should go further * New patch: - default-stack-size.diff - do not try to set stack size to maximum stack size, hopefully fixes FTBFS on mips(el) and kfreebsd-*. -- Євгеній Мещеряков Wed, 10 Oct 2012 22:37:26 +0200 swi-prolog (6.2.2-12) experimental; urgency=low * Update upstream-6.2.3-pre.diff to commit c8dbddfc2b28a906d7d5539e6fd5d44d1e76b466 - this should fix build on Hurd * New patch: - implicit-declarations.diff - fix some implicit function declarations on kfreebsd and hurd - pkg-config.diff - adjust the .pc file * Build-depend on default-jdk instead of openjdk-6-jdk, and make -java package depend on default-jre-headless istead of openjdk-6-jre-headless (closes: #684310) * Install 'cpp' package into swi-prolog-nox and run its testsuite (closes: #604552, #295208) -- Євгеній Мещеряков Tue, 09 Oct 2012 23:25:39 +0200 swi-prolog (6.2.2-11) experimental; urgency=low * Add ncursesw cflags to CPPFLAGS, this should fix implicit function declarations if libncurses5-dev is not available during build (closes: #689583) * Update patch upstream-6.2.3-pre.diff to commit e2faf335c2b94ae8b2e96c60f2eb2fc5907048d1 - remove conflicting chunks from distclean-fixes.diff - applied upstream * Enable all tests that do not fail on amd64 and do not require additional dependencies -- Євгеній Мещеряков Tue, 09 Oct 2012 00:20:22 +0200 swi-prolog (6.2.2-10) experimental; urgency=low * New patch: - upstream-6.2.3-pre.diff - changes from 6.2.3 prerelease (core only) * Disable patches (should be fixed upstream): - swi-prolog-mipsel-FTBFS.diff - segstack-alignment.diff -- Євгеній Мещеряков Fri, 05 Oct 2012 21:09:21 +0200 swi-prolog (6.2.2-9) experimental; urgency=low * Fix swi-prolog-nox's preinst once more. Do not ignore failure when removing symlink, but continue if the symlink does not exist (closes: #689682) * Generate XPCE autoload index in debian/rules -- Євгеній Мещеряков Fri, 05 Oct 2012 20:29:43 +0200 swi-prolog (6.2.2-8) experimental; urgency=low * Build-Depend on libncursesw5-dev instead of libncurses5-dev, and change dependency of swi-prolog-nox (see #689583). * Make swi-prolog-nox depend on libgmp-dev instead of transitional package libgmp3-dev * Build depend on libjpeg8-dev instead of virtual package libjpeg-dev * Standards-Version 3.9.4 — no changes required * Simplify the build process further by passing variables to configure instead doing this in each make invocation * Simplify the install step by not using swi-prolog-tmp directory * Fix swi-prolog-x's preinst -- Євгеній Мещеряков Fri, 05 Oct 2012 02:54:11 +0200 swi-prolog (6.2.2-7) experimental; urgency=low * Simplify package cleaning code * New patches: - distclean-fixes.diff - remove more generated files on in distclean target * Remove /usr/lib/swi-prolog/xpce in swi-prolog-x's preinst if it is a symlink. This fixes upgrades from version 5.10.4 and earlier. -- Євгеній Мещеряков Wed, 03 Oct 2012 19:49:19 +0200 swi-prolog (6.2.2-6) experimental; urgency=low * Use debhelper 9 and dh to build the package * Restore segstack-alignment.diff to previous version but with correct syntax for 'aligned' attribute -- Євгеній Мещеряков Wed, 03 Oct 2012 03:23:26 +0200 swi-prolog (6.2.2-5) experimental; urgency=low * Install plunit in swi-prolog-nox * Install pldoc in swi-prolog-nox (closes: #643641) * Add symlink /usr/lib/swi-prolog/prolog.rc pointing to /usr/lib/swi-prolog/swipl.rc and /usr/lib/swi-prolog/xpce.rc pointing to /usr/lib/swi-prolog/xpce/pl/xpce.rc. This should fix running the prolog executable with different names (closes: #640242) * Do not use chrpath during build and do not build-depend on it, this is not required anymore * Use dh_lintian to install lintian overrides * Replace segstack-alignment.diff with patch from upstream * Re-add xpce manpages to swi-prolog-x * Build-depend on libarchive-dev and install package 'archive' into swi-prolog-nox * Remove references to various swi-prolog-* packages that don't longer exist in Debian and to swiprolog binary -- Євгеній Мещеряков Wed, 03 Oct 2012 01:51:29 +0200 swi-prolog (6.2.2-4) experimental; urgency=low * Require biggest alignment for buffers used by initSegStack() -- Євгеній Мещеряков Tue, 02 Oct 2012 20:46:06 +0200 swi-prolog (6.2.2-3) experimental; urgency=low * Increase alignment requirement in segstack-alignment.diff and add attribute aligment to type number -- Євгеній Мещеряков Tue, 02 Oct 2012 01:46:52 +0200 swi-prolog (6.2.2-2) experimental; urgency=low * New patch: - segstack-alignment.diff - increase alignment requirement for segchunk::data, hopefully fixes FTBFS on sparc and mips -- Євгеній Мещеряков Tue, 02 Oct 2012 00:16:56 +0200 swi-prolog (6.2.2-1) experimental; urgency=low * New upstream release * Refresh patches * Do not ship INDEX.pl in swi-prolog-nox and use triggers to update it (closes: 689121) -- Євгеній Мещеряков Sun, 30 Sep 2012 21:05:09 +0200 swi-prolog (6.0.2-1) experimental; urgency=low * New upstream release * Enable hardening flags * New patch: - ignore-format-string-error.diff - ignore a "variable used as format string" error - it seems to be a valid use case -- Євгеній Мещеряков Sat, 30 Jun 2012 21:53:09 +0200 swi-prolog (6.0.0-1) experimental; urgency=low * New upstream release * Add Vu University Amsterdam to debian/copyright * Do not run autoreconf in debian/rules as it is not needed anymore * Pass CFLAGS to configure * Disable building of shared libraries * New patches: - maildrop-fpic.diff - build maildrop files with -fPIC * Do not try to install packages/xpce/ChangeLog - it does not exist anymore * Run make with /dev/null as stdin, some build command seem to start interpreter -- Євгеній Мещеряков Sun, 26 Feb 2012 19:17:01 +0100 swi-prolog (5.10.5-1) experimental; urgency=low * New upstream release - upload to experimental for now * Split build-dependencies into multiple lines * Update debian/copyright -- Євгеній Мещеряков Sun, 29 Jan 2012 22:04:13 +0100 swi-prolog (5.10.4-4) unstable; urgency=low * Use grep-dctrl to get list of architectures for the -java package in debian/rules and build-depend on dctrl-tools -- Євгеній Мещеряков Sat, 17 Dec 2011 17:31:48 +0100 swi-prolog (5.10.4-3) unstable; urgency=low [ Chris Lamb ] * Install sgml package into swi-prolog-nox. Thanks to Sami Kiviharju . (Closes: #642214) [ Євгеній Мещеряков ] * Adopt the package with maintainer's agreement * Make swi-prolog-nox depend on libncurses5-dev (closes: #644974) * Remove special rules for no longer supported arm and hppa architectures from debian/rules * Do not try to install jpl package if it was not built (closes: 644593) * Add debian/gbp.conf * Add pointers to collab-maint repository * Compress binary packages using xz -- Євгеній Мещеряков Thu, 15 Dec 2011 23:44:28 +0100 swi-prolog (5.10.4-2) unstable; urgency=low * Add missing RDF library. Thanks to "A. N. Other" . (Closes: #639103) * Prevent similar issues with library paths with set -e. -- Chris Lamb Wed, 24 Aug 2011 22:27:46 +0100 swi-prolog (5.10.4-1.1) unstable; urgency=medium * Non-maintainer upload. * Fix FTBFS on mipsel (Closes: #634257) * New patch: - swi-prolog-mipsel-FTBFS.diff * Urgency medium because previous version was for too long in unstable on all other architectures -- Євгеній Мещеряков Wed, 20 Jul 2011 20:02:11 +0200 swi-prolog (5.10.4-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.2. -- Chris Lamb Sun, 19 Jun 2011 14:04:49 +0100 swi-prolog (5.10.2-1) unstable; urgency=low * New upstream version. * Update Vcs-{Git,Browser}. * Change libgmp3-dev dependency to libgmp-dev. -- Chris Lamb Sun, 20 Mar 2011 06:29:25 +0000 swi-prolog (5.10.1-1) unstable; urgency=low * New upstream release. * Remove 01_chrpath_not_fatal.diff patch; applied upstream. * Bump Standards-Version to 3.9.1. * Prefer Breaks: over versioned Conflicts:. -- Chris Lamb Mon, 02 Aug 2010 06:01:30 +0100 swi-prolog (5.10.0-1) unstable; urgency=low * New upstream release. (Closes: #587994) * Update package index after installing -nox which was resulting in incomplete installations after upgrading from lenny. (Closes: #585870) * Remove unneeded manpage section patch. * Update patches for latest swi-prolog version. * Remove reference to xpce.1 manpage (removed upstream). * libpl.so => libswipl.so. -- Chris Lamb Mon, 12 Jul 2010 16:43:29 +0100 swi-prolog (5.8.2-2) unstable; urgency=low * Drop duplicate libjpeg62-dev, libxpm-dev and libxt-dev Build-Depends. * Replace libjpeg62-dev Build-Dependency with libjpeg-dev. * Fix FTBFS on GNU/kFreeBSD. Thanks to Petr Salinger . (Closes: #571078) * Switch to dpkg-source 3.0 (quilt) format * Bump Standards-Version to 3.8.4. -- Chris Lamb Wed, 24 Feb 2010 22:08:03 +0000 swi-prolog (5.8.2-1) unstable; urgency=low * New upstream release. * Re-arrange binary packages at upstream's request: - Rename -xpce to -x - Rename -jpl to -java - Rename "swi-prolog" to -nox and merge -clib, -http, -semweb, -sgml and -table into it - The "swi-prolog-odbc" package remains unchanged - A new "swi-prolog" package depends on both "swi-prolog-nox" and "swi-prolog-x" -- Chris Lamb Wed, 06 Jan 2010 00:39:12 +0000 swi-prolog (5.8.0-1) unstable; urgency=low * New upstream release. - Local copy of strndup renamed to my_strndup. (Closes: #552847) * Replace libreadline5-dev dependencies with libreadline-dev. * Fix bad jpl.jar symlink in "main" swi-prolog package by using debian/swi-prolog-jpl.links instead of specifying it in debian/rules to ensure it ends up in the right package. (Closes: #549628) -- Chris Lamb Thu, 29 Oct 2009 19:17:06 +0000 swi-prolog (5.6.64-3) unstable; urgency=low * Include CHR library in swi-prolog package. (Closes: #541183) * Bump Standards-Version to 3.8.3. -- Chris Lamb Tue, 25 Aug 2009 03:55:20 +0100 swi-prolog (5.6.64-2) unstable; urgency=low * Add Build-Depends on libxft-dev, libxext-dev, libice-dev, libjpeg62-dev, libxinerama-dev, libxpm-dev and libxt-dev for anti-aliased fonts in XPCE. (Closes: #527233) * Bump Standards-Version to 3.8.1. -- Chris Lamb Sat, 09 May 2009 13:43:43 +0100 swi-prolog (5.6.64-1) unstable; urgency=low * New upstream release. * Fix debian/watch file. * Drop 05_fix_java_lib_paths patch - applied upstream. * Refer to `/usr/share/common-licenses/GPL-2' in debian/copyright instead of just `GPL'. * Update Git repository URLs. -- Chris Lamb Sun, 22 Feb 2009 02:17:41 +0000 swi-prolog (5.6.63-3) unstable; urgency=low * Add call to autoconf to ensure the changes in 05_fix_java_lib_paths.dpatch are actually applied to the JPL source. Thanks again to Peter Green . (Closes: #510409) -- Chris Lamb Sat, 10 Jan 2009 01:26:48 +0000 swi-prolog (5.6.63-2) unstable; urgency=low * Fix FTBFS on architectures other than i386 and amd64 (Closes: #510409) - Add 05_fix_java_lib_paths.dpatch to fix Java include directory for architectures that have OpenJDK but the Autoconf fragment is new enough to cater for it. - Don't Build-Depend on openjdk-6-jre on arm and hppa. - Expand "Architecture: any" and remove arm and hppa. - Move from calling ``dh_* -a'' to ``dh_* -s'' where appropriate. - Conditionally call various debhelper commands that reference swi-prolog-jpl where that architecture does not apply. Many thanks to Peter Green who provided both analysis and patches for this issue. * Fix FTBFS twice in a row. -- Chris Lamb Tue, 06 Jan 2009 22:57:07 +0000 swi-prolog (5.6.63-1) unstable; urgency=low * New upstream release. * Build the JPL (bidirectional Java interface) library in the swi-prolog-jpl binary package now that OpenJDK is in main. (Closes: #449437) - Remove 01_not_jpl_package.dpatch - Add Build-Depends on openjdk-6-jdk - Add convenience symlink from /usr/share/java/jpl.jar * Don't play Hanoi in clean target anymore with some (required) files that upstream was cleaning - change merged upstream. * New maintainer email address. -- Chris Lamb Mon, 29 Dec 2008 22:07:04 +0000 swi-prolog (5.6.59-1) unstable; urgency=low * New upstream release - "mostly a bugfix release, fixing GC and HTTP issues from 5.6.56": - Garbage collection fixes: + Avoid crash on recursive GC signalling + Add support for A_MPZ in life-gc walker (crasher) + Call signal handlers at a safe place whilst backtracking. + Fix possible crash of profiler on GC. + Misc. GC fixes - HTTP fixes: + http_read_request/3 throws error on illegal request and http_wrapper/5. + http_open/3 now raises an error if the URL is not well-formed instead of failing silently. - Other fixes: + Fix possible crash in copy_term/2 etc. on 32-bit systems. + Avoid import messages from module user in saved states. - New features: + library(terms) for enhanced compatibility to YAP/Quintus/SICStus. + Use PceEmacs as default editor if XPCE is available. + zcompare/3, analogous to compare/3 for FD variables. + constraint element/3, analogous to nth/1. * Build CHR on arm and armel again after GC fixes (disabled in 5.6.58-2). -- Chris Lamb Thu, 07 Aug 2008 13:58:33 +0100 swi-prolog (5.6.58-2) unstable; urgency=low * Fix regression when moving from dh_movefiles to dh_install. dh_install only copies the specifies files whilst dh_movefiles moves them - this was resulting in the contents of the binary "swi-prolog" package being duplicated inside "swi-prolog-xpce", causing file conflicts at installation. (Closes: #492364) * Don't build the CHR package on arm and armel to prevent FTBFS on these archictures. * Add 04_fix_hyphens_being_used_as_minus_signs_in_manpages.dpatch to fix hyphen issues in manpages. * Build-Depend on debhelper (>= 5) instead of (>= 5.0.0). * Add "no-symbols-control-file" override to the shared-library related lintian overrides. * Actually remove dbuild ".pwd" file - was not being deleted since 5.6.47-1 or so. -- Chris Lamb Fri, 25 Jul 2008 22:59:28 +0100 swi-prolog (5.6.58-1) unstable; urgency=low * New upstream release. * Fix GCC flag handling as SWI-Prolog prefers COFLAGS over CFLAGS: - Unset CFLAGS to allow upstream build system to select optimisations. - Should fix FTBFS on arm as -O0 is passed properly (introduced in 5.6.49-1). * Fix typo ("polution" -> "pollution") in README.Debian. * Replace calls to `pwd` in debian/rules with $(CURDIR). * Move from dh_movefiles to dh_install. -- Chris Lamb Tue, 22 Jul 2008 21:34:25 +0100 swi-prolog (5.6.57-1) unstable; urgency=low * New upstream release. - Remove HPPA shared object file extension patch as it has been merged upstream. * Bump Standards-Version to 3.8.0. * Depend on x11proto-core-dev instead of x-dev. -- Chris Lamb Thu, 03 Jul 2008 14:35:47 +0100 swi-prolog (5.6.55-1) unstable; urgency=low * New upstream release. * Use correct shared object file extension on HPPA to fix FTBFS on this architecture since 5.6.53-2. Patch backported from upstream repository. -- Chris Lamb Wed, 14 May 2008 02:47:49 +0100 swi-prolog (5.6.54-1) unstable; urgency=low * New upstream release. - Fixes portability in big-endian machines (Closes: #476701) -- Chris Lamb Fri, 18 Apr 2008 16:05:56 +0100 swi-prolog (5.6.53-2) unstable; urgency=low * Fix spelling typo in swi-prolog-clib package description. * Build standalone shared library for use in foreign function interfaces such as SWIG. (Closes: #152811) -- Chris Lamb Thu, 17 Apr 2008 00:01:08 +0100 swi-prolog (5.6.53-1) unstable; urgency=low * New upstream release. -- Chris Lamb Tue, 15 Apr 2008 16:22:08 +0100 swi-prolog (5.6.52-2) unstable; urgency=low * Build and install the ODBC database extension. This adds a new binary package 'swi-prolog-odbc' (Closes: #380355). -- Chris Lamb Fri, 04 Apr 2008 00:42:51 +0100 swi-prolog (5.6.52-1) unstable; urgency=low * New upstream release. * debian/control: - Add libgmp3-dev and libreadline5-dev as swi-prolog binary dependencies for plld utility (Closes: #470899) - Completely rewrite crufty short and long descriptions of all packages - Remove swi-prolog-xpce from swi-prolog Recommends: - Move swi-prolog-doc from swi-prolog Recommends: to Suggests: -- Chris Lamb Tue, 18 Mar 2008 03:09:43 +0000 swi-prolog (5.6.51-1) unstable; urgency=low * New upstream release. -- Chris Lamb Tue, 26 Feb 2008 12:52:05 +0000 swi-prolog (5.6.50) unstable; urgency=low * New upstream release. * Make '/usr/bin/swipl' a symlink again. This was a regression introduced by my fix to #456261 which was preventing scripts to use a shebang line pointing to swipl. Passing the environment variable PL to configure sets the target binary name in a far more less brittle manner. (Closes: #462646) * Remove deprecated swiprolog binary and associated manpage. This name was deprecated in 2001 and does not support scripting. * Add missing ${shlibs:Depends} to swi-prolog-http. * Cleanup debian/rules. -- Chris Lamb Mon, 11 Feb 2008 09:45:02 +0000 swi-prolog (5.6.49-2) unstable; urgency=low * Use DEB_BUILD_ARCH instead of DEB_BUILD_GNU_TYPE for determining when we are building on ARM. -- Chris Lamb Fri, 25 Jan 2008 22:06:56 +0000 swi-prolog (5.6.49-1) unstable; urgency=low * New upstream release. * Disable GCC optimisations on ARM in an attempt to diagnose FTBFS. * Fix bug in "swipl" wrapper which discarding arguments. (Closes: #462368) -- Chris Lamb Thu, 24 Jan 2008 16:34:25 +0000 swi-prolog (5.6.48-1) unstable; urgency=low * New upstream release. * Patch plld.c so it calls 'swipl' instead of 'pl' (Closes: #312523) * Rework main binary such that /usr/bin/swipl is a shell script instead of a symlink (Closes: #456261) * Delete empty directories (spotted by lintian) * Tidy (unfixed) Lintian "image-file-in-usr-lib" overrides. * Update Standards-Version: to 3.7.3. * Require debhelper >= 5. * Add debian/watch. * Move from XS-Vcs-* to Vcs-*. * Add ${misc:Depends} for all binaries. * Include dpatch.make instead of re-implementing patch/unpatch targets. * Remove RPATH from pl2xpce.so in install target (spotted by lintian) * Fix FTBFS on ARM. * Rename Vcs-Browse -> Vcs-Browser. (Thanks to Daniel Baumann) -- Chris Lamb Fri, 28 Dec 2007 18:55:24 +0000 swi-prolog (5.6.47-1) unstable; urgency=low * New upstream version (Closes: #295209, #308325, #425580) * New maintainer (Closes: #422576) * Bump Debhelper compatibility to 5 * debian/rules: * Update config.sub and config.guess from autotools-dev (Closes: #408076, #414181) * Desist from blindly ignoring "clean" target * debian/control: * Use ${binary:Version} instead of ${Source-Version} * Add new Homepage: field * Add XS-Vcs-* fields * Change ".menu" sections from "Apps/Programming" -> "Applications/Programming" * Documentation: * Remove some SGML documentation now missing from upstream * Add Sicstus and SWI-Prolog v4.8 -related XPCE documentation -- Chris Lamb Sun, 02 Dec 2007 23:26:00 +0000 swi-prolog (5.6.14-1) unstable; urgency=low * The "OMG!" release * New Upstream Release (closes: #308325) * New Maintainer (closes: #296871) * Now Build from source (closes: #324053) * libreadline5-dev added as a buil-dependency (closes: #326293) * xlibs-dev dependency removed (closes: #347073) * .pwd file removed (closes: #285894) -- Gerardo Curiel Sat, 10 Jun 2006 00:22:25 -0400 swi-prolog (5.2.13-1) unstable; urgency=low * New upstream (closes: #257254) * Fixed executable naming in man page (closes: #223815) * Added http and semweb packages -- Michael Piefel Mon, 12 Jul 2004 14:55:07 +0200 swi-prolog (5.2.7-1) unstable; urgency=low * New upstream - this supposedly closes: #206428 (a build failure) * debian/rules clean: remove file before directory for greater effect -- Michael Piefel Tue, 09 Sep 2003 15:36:52 +0200 swi-prolog (5.2.6-1) unstable; urgency=low * New upstream. * Install clib's files into a directory instead of on top of each other (closes: #206520) * Delay restoration of upstream config.{sub,guess} until after make step since configure is called during the build (closes: #206443) -- Michael Piefel Thu, 21 Aug 2003 14:32:59 +0200 swi-prolog (5.2.5-1) unstable; urgency=low * New upstream version * Merged the source packages for swi-prolog and swi-prolog-packages together again. The build process upstream uses finally doesn't build-install-build-install anymore. * debian/rules: rearranged for better autotools and DEB_BUILD_OPTIONS * debian/rules: got rid of *.dirs.in ugliness * Remove make call from XPCE postinst (closes: #186468) * Update library index for sgml and clib (closes: #187005) -- Michael Piefel Tue, 19 Aug 2003 15:10:19 +0200 swi-prolog (5.0.10-3) unstable; urgency=low * Remove readline(3) manpage (doesn't yet close #178370, this is not only a SWI-Prolog issue). * Rename even more to swipl (closes: #176670). This is distributed over so many places that I'm sure I still haven't found all of them. -- Michael Piefel Fri, 14 Feb 2003 18:37:53 +0100 swi-prolog-packages (5.0.10-2) unstable; urgency=low * Build process used pl binary - not sure why it didn't fail on my machine, it sure did on the autobuilder (closes: #176670) -- Michael Piefel Thu, 23 Jan 2003 15:00:44 +0100 swi-prolog (5.0.10-2) unstable; urgency=low * Add newer config.{guess,sub} (closes: #175981) -- Michael Piefel Sun, 12 Jan 2003 12:11:57 +0100 swi-prolog (5.0.10-1) unstable; urgency=low * New upstream (closes: #165983) * Suggest prolog-el; this not really closes: #136337, but it is very near the spirit of the report. -- Michael Piefel Fri, 27 Dec 2002 17:10:16 +0100 swi-prolog-packages (5.0.10-1) unstable; urgency=low * New upstream. -- Michael Piefel Mon, 30 Dec 2002 12:05:02 +0100 swi-prolog-packages (5.0.1-1) unstable; urgency=low * New upstream again... builds everywhere now, I hope (closes: #126965). -- Michael Piefel Fri, 08 Feb 2002 10:41:01 +0100 swi-prolog-packages (5.0.0-1) unstable; urgency=low * New maintainer. Sebastian can have it back anytime. * New upstream. (Promises to compile on arm without change.) * New licence. * Remove silly symlinks to local files in xpce (use relative links instead of absolute ones, closes: #128079). * Approaching lintian cleanness (removed rpath and added man pages). * Fix spelling mistake (closes: #125405). -- Michael Piefel Tue, 05 Feb 2002 17:10:35 +0100 swi-prolog (5.0.0-1) unstable; urgency=low * New maintainer. Sebastian can have it back anytime. * New upstream. (Promises to compile on arm without change.) * New licence. -- Michael Piefel Tue, 05 Feb 2002 10:10:58 +0100 swi-prolog (4.0.11-2) unstable; urgency=low * Patched configure script so that it generates a usable config.h for hppa and arm (closes: #99032) * Also patched config.sub to recognize parisc64. -- Michael Piefel Mon, 17 Dec 2001 14:45:21 +0100 swi-prolog (4.0.11-1) unstable; urgency=low * Split package into three different source packages for swi-prolog (pl-lite on the upstream download page), swi-prolog-packages and swi-prolog-doc. Therefore this package has shorter build dependencies. (closes: #122972) * `swiprolog' binary renamed to `swipl'. This is one of the preferred alternatives for the binary names from upstream. -- Michael Piefel Tue, 11 Dec 2001 17:47:52 +0100 swi-prolog-packages (4.0.11-1) unstable; urgency=low * Initial release. This has been split from the main package (containing SWI-Prolog/lite) because the packages have their very own quirks. -- Michael Piefel Tue, 11 Dec 2001 13:31:44 +0100 swi-prolog (4.0.9-1.1) unstable; urgency=low * This compiles on sparc (closes: #89881) * Still new upstream, therefore closes: #94313, #110454 * Now uses doc-base to announce its manual (closes: #96026) * Provides a menu entry (closes: #83492) -- Michael Piefel Tue, 27 Nov 2001 17:34:40 +0100 swi-prolog (4.0.9-1) unstable; urgency=low * New upstream version * Maintainer changed -- Sebastian Schaffert Thu, 30 Aug 2001 10:24:00 +0100 swi-prolog (3.4.4-2) unstable; urgency=low * Orphaned. -- Milan Zamazal Wed, 29 Aug 2001 10:50:20 +0200 swi-prolog (3.4.4-1) unstable; urgency=low * New upstream version. -- Milan Zamazal Sun, 24 Dec 2000 13:11:59 +0100 swi-prolog (3.4.0-2) unstable; urgency=low * Call update-alternatives in prerm, not postrm. -- Milan Zamazal Sun, 15 Oct 2000 19:20:07 +0200 swi-prolog (3.4.0-1) unstable; urgency=low * New upstream version. -- Milan Zamazal Sun, 1 Oct 2000 09:58:22 +0200 swi-prolog (3.3.9-1) unstable; urgency=low * New upstream version. -- Milan Zamazal Sun, 30 Jul 2000 12:56:08 +0200 swi-prolog (3.3.8-1) unstable; urgency=low * New upstream version. -- Milan Zamazal Sun, 23 Jul 2000 11:30:51 +0200 swi-prolog (3.3.2-1) unstable; urgency=low * New upstream version. * Use -I../include in building HTML docs creator. * Actually, do not build the HTML documentation, since it doesn't work in this version. * Do not strip the main binary (I'll have to figure out, why in some versions stripping is possible while in others not...). -- Milan Zamazal Sun, 27 Feb 2000 20:35:02 +0100 swi-prolog (3.3.0final-1) unstable; urgency=low * New upstream version. * Broken links to man pages in alternatives install fixed. * Recompiled with libreadline4 and libncurses5. -- Milan Zamazal Tue, 15 Feb 2000 20:17:00 +0100 swi-prolog (3.3.0beta9-1) unstable; urgency=low * Renumbered according to the actual upstream version numbering. -- Milan Zamazal Fri, 14 Jan 2000 20:18:51 +0100 swi-prolog (3.2.99beta9-1) unstable; urgency=low * New beta version. * Path mess in the Debian package fixed (hi broken dpkg!); closes: #54359. * Strip the main binary again, it works now. * Generate and install HTML docs. * No lintian 1.11.2 errors. -- Milan Zamazal Sat, 8 Jan 2000 13:07:57 +0100 swi-prolog (3.2.99beta8-1) unstable; urgency=low * New beta version. * Missing build dependencies added; closes: #53620. * Do not strip the main binary, otherwise it won't work. -- Milan Zamazal Thu, 30 Dec 1999 20:45:30 +0100 swi-prolog (3.2.99beta7-1) unstable; urgency=low * New upstream version. This is packaging of 3.3.0 beta to allow testing of the package before potato freeze. According to information from the upstream author, the final 3.3.0 version should be released before the freeze. 3.3.0 fixes the Sparc compilation problem; closes: #52161. * The upstream version is now under GPL. * Standards 3.1.1. * Download location updated. * Home page location added to the description. * Build dependencies introduced. * Compile `pl-rec.c' with full optimization again. * Unintentionally appeared garbage removed. -- Milan Zamazal Fri, 24 Dec 1999 22:44:16 +0100 swi-prolog (3.2.9-1) unstable; urgency=low * New upstream version. * Moved to FHS. * configure separated in rules. * Strip the main binary again. * No lintian 1.10 errors. -- Milan Zamazal Tue, 19 Oct 1999 20:14:06 +0200 swi-prolog (3.2.8-2) unstable; urgency=low * Do not strip the main binary, so that it worked (don't know the reason); closes: #43041. -- Milan Zamazal Mon, 16 Aug 1999 19:53:14 +0200 swi-prolog (3.2.8-1) unstable; urgency=low * New upstream version. * Compile `pl-rec.c' without optimization to avoid egcs bug; closes: #39313. * No lintian 1.6 errors. -- Milan Zamazal Wed, 4 Aug 1999 21:18:00 +0200 swi-prolog (3.2.7-1) unstable; urgency=low * New upstream version. * Compiled with egcc and glibc 2.1. * No lintian 1.3 errors. -- Milan Zamazal Tue, 25 May 1999 15:44:01 +0200 swi-prolog (3.2.6-1) unstable; urgency=low * New upstream version, closes: bug#34872. * `pl' binary renamed to `swiprolog', closes: bug#34873. * More debhelpers used. * The `-g' compilation option used. * New alternative: `prolog'. * Do not use a4wide.sty. * `INSTALL' not installed. * No lintian 1.1 errors. -- Milan Zamazal Sun, 25 Apr 1999 17:48:52 +0200 swi-prolog (3.1.0-2) frozen unstable; urgency=low * Recompilation with libncurses4. -- Milan Zamazal Sun, 1 Nov 1998 19:32:15 +0100 swi-prolog (3.1.0-1) unstable; urgency=low * New upstream version. * New maintainer address. * Fix help displaying bug by a patch from the upstream author. * Format help also for `xterm-debian' and `linux' terminals. * Minor change of description. * The `LICENSE' file no longer installed (it is already part of `copyright'). * Make `plrc.1' link to undocumented. * Do not install the `SWI-Exports' file. * Lintian 0.9.1 satisfied. -- Milan Zamazal Sat, 3 Oct 1998 20:33:28 +0200 swi-prolog (2.9.10-3) unstable; urgency=low * Do not use `a4.sty' (Bug #24274). * Call `dvips' with the `-o' option (Bug #24277). -- Milan Zamazal Tue, 7 Jul 1998 17:47:27 +0200 swi-prolog (2.9.10-2) unstable; urgency=low * Applied patch by Roman Hodek dealing with integer overflow on m68k in memory address computation (Bug #24155). * No lintian 0.4.8 _errors_. -- Milan Zamazal Thu, 2 Jul 1998 17:22:38 +0200 swi-prolog (2.9.10-1) unstable; urgency=low * New upstream version. * No lintian 0.4.4 _errors_. -- Milan Zamazal Fri, 5 Jun 1998 16:28:54 +0200 swi-prolog (2.9.6-6) frozen unstable; urgency=low * Missing include files added (Bug #21088). -- Milan Zamazal Tue, 14 Apr 1998 18:35:36 +0200 swi-prolog (2.9.6-5) frozen unstable; urgency=low * Section changed from non-free to main (the license is DFSG compliant). * The symlink `/usr/bin/pl-bite' removed. * No lintian 0.3.4 _errors_. -- Milan Zamazal Tue, 31 Mar 1998 20:45:48 +0200 swi-prolog (2.9.6-4) unstable; urgency=low * Use `dh_md5sums'. -- Milan Zamazal Wed, 18 Feb 1998 19:19:50 +0100 swi-prolog (2.9.6-3) unstable; urgency=low * `checksums' renamed to `md5sums'. * Standards 2.4.0.0. -- Milan Zamazal Fri, 13 Feb 1998 18:17:48 +0100 swi-prolog (2.9.6-2) unstable; urgency=low * Upstream sources location corrected. * Full license text included into `copyright' file. * Files stripped again. * `-isp' flag added to dpkg-gencontrol. * Broken linking with ncurses corrected. * Complete section identification in `control' now. * More error safe `rules'. * Compiled with `-D_REENTRANT'. * Gzip `changelog.Debian'. * Rename `ChangeLog' to `changelog'. * Standards 2.3.0.1. -- Milan Zamazal Mon, 12 Jan 1998 19:41:49 +0100 swi-prolog (2.9.6-1) unstable; urgency=low * New upstream version. -- Milan Zamazal Wed, 10 Dec 1997 17:04:14 +0100 swi-prolog (2.9.5-2) unstable; urgency=low * Arrgh, compiled with `-O2' now! -- Milan Zamazal Thu, 13 Nov 1997 17:02:19 +0100 swi-prolog (2.9.5-1) unstable; urgency=low * New upstream version. * Compiled with libc6. * Section changed to non-free. * Does not use `debstd' now. -- Milan Zamazal Thu, 9 Oct 1997 15:02:10 +0200 swi-prolog (2.8.2-1) unstable; urgency=low * New upstream version. -- Milan Zamazal Tue, 6 May 1997 21:43:39 +0200 swi-prolog (2.8.1-2) unstable; urgency=low * Do not unload foreign libraries at halt. -- Milan Zamazal Mon, 7 Apr 1997 16:30:25 +0200 swi-prolog (2.8.1-1) unstable; urgency=low * New upstream version. -- Milan Zamazal Tue, 1 Apr 1997 20:05:01 +0200 swi-prolog (2.8.0-2) frozen unstable; urgency=low * Static library stripped correctly. -- Milan Zamazal Thu, 27 Mar 1997 20:37:12 +0100 swi-prolog (2.8.0-1) contrib; urgency=low * New upstream version. * Header files are not duplicated now but symlinks. -- Milan Zamazal Wed, 12 Mar 1997 16:53:21 +0100 swi-prolog (2.7.20-1) contrib; urgency=low * New upstream version. -- Milan Zamazal Mon, 3 Mar 1997 15:07:07 +0100 swi-prolog (2.7.18-1) contrib; urgency=low * New upstream version. * Architecture field changed to `any'. * Moved to standards 2.1.2.2. -- Milan Zamazal Wed, 22 Jan 1997 16:29:18 +0100 swi-prolog (2.7.16-1) contrib; urgency=low * New upstream version. -- Milan Zamazal Mon, 2 Dec 1996 14:23:29 +0100 swi-prolog (2.7.14-1) contrib; urgency=low * Initial Release. -- Milan Zamazal Tue, 5 Nov 1996 11:49:14 +0100 debian/swi-prolog-nox.triggers0000644000000000000000000000007012313374462013644 0ustar interest /usr/lib/swi-prolog/library activate texmf-lsr debian/README.Debian0000644000000000000000000000101112313374462011225 0ustar swi-prolog for DEBIAN --------------------- The main binary is named `swiprolog' instead of usual `pl' because of conflict with tendra and name space pollution. -- Milan Zamazal The main binary is now named `swipl' instead of usual `pl' because this is one of the preferred alternatives that the manual lists. The other was `swi-prolog'. It was never quite clear why the package had the hyphen and the executable did not. I chose the shorter alternative here. -- Michael Piefel debian/swi-prolog-nox.lintian-overrides0000644000000000000000000000151112313374462015455 0ustar swi-prolog-nox: image-file-in-usr-lib # Upstream provides shared-library support purely as a convenience # for the rare user who requires some foreign function interface with # SWI-Prolog. Indeed, using swi-prolog with shared library seriously # degrades performance on some platforms. # # Because of this, no care is taken to maintain ABI compatibility and # the soname is linked with the upstream version number. We install the # shared object directly in the swi-prolog package, as it has no benefit # to split it as package that links against it will have to require the # package anyway for the Standard Library. We therefore override the various # warnings regarding this somewhat ugly situation. swi-prolog-nox: non-dev-pkg-with-shlib-symlink swi-prolog-nox: package-name-doesnt-match-sonames swi-prolog-nox: no-symbols-control-file debian/swi-prolog-x.lintian-overrides0000644000000000000000000000004412313374462015120 0ustar swi-prolog-x: image-file-in-usr-lib debian/swi-prolog-nox.links0000644000000000000000000000013212313374462013135 0ustar usr/lib/swi-prolog/library/pldoc/pldoc.sty usr/share/texmf/tex/latex/swi-prolog/pldoc.sty debian/swi-prolog-nox.prerm0000644000000000000000000000024512313374462013147 0ustar #!/bin/sh set -e if [ "$1" != "upgrade" ]; then update-alternatives --remove prolog /usr/bin/swipl fi rm -f /usr/lib/swi-prolog/library/INDEX.pl #DEBHELPER#