Codebase list swi-prolog / debian/6.2.2-5
Remove references to various swi-prolog-* packages that don't longer exist in Debian and to swiprolog binary Євгеній Мещеряков 11 years ago
3 changed file(s) with 4 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
1212 * Re-add xpce manpages to swi-prolog-x
1313 * Build-depend on libarchive-dev and install package 'archive' into
1414 swi-prolog-nox
15
16 -- Євгеній Мещеряков <eugen@debian.org> Wed, 03 Oct 2012 01:34:08 +0200
15 * Remove references to various swi-prolog-* packages that don't longer exist
16 in Debian and to swiprolog binary
17
18 -- Євгеній Мещеряков <eugen@debian.org> Wed, 03 Oct 2012 01:51:29 +0200
1719
1820 swi-prolog (6.2.2-4) experimental; urgency=low
1921
4646 Package: swi-prolog-nox
4747 Architecture: any
4848 Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp3-dev, libreadline-dev, libncurses5-dev
49 Replaces: swi-prolog-clib, swi-prolog-http, swi-prolog-semweb, swi-prolog-sgml, swi-prolog-table
5049 Breaks: swi-prolog (<< 5.8.2-1)
5150 Suggests: swi-prolog-doc, prolog-el
5251 Description: ISO/Edinburgh-style Prolog interpreter (without X support)
6968 Package: swi-prolog-x
7069 Architecture: any
7170 Depends: ${shlibs:Depends}, swi-prolog-nox (= ${binary:Version}), ${misc:Depends}
72 Replaces: swi-prolog-xpce
7371 Description: User interface library for SWI-Prolog (with X support)
7472 SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a
7573 rich set of built-in predicates. It offers a fast, robust and small
22 PACKAGE=swi-prolog
33
44 if [ "$1" = "configure" ]; then
5 # Name of the binary changed
6 if [ -x /usr/bin/swiprolog ]; then
7 update-alternatives --remove prolog /usr/bin/swiprolog
8 fi
9
105 update-alternatives --install /usr/bin/prolog prolog /usr/bin/swipl 10 \
116 --slave /usr/share/man/man1/prolog.1.gz prolog.1.gz \
127 /usr/share/man/man1/swipl.1.gz