diff -N -w -B -a ppl-0.10.2/debian/control /pkg/debian/ppl/ppl-0.10.2/debian/control
62a63,78
> Package: libppl-swi
> Architecture: any
> Depends: libppl7 (= ${binary:Version}), ${shlibs:Depends}, swi-prolog
> Description: Parma Polyhedra Library (SWI Prolog interface)
>  The Parma Polyhedra Library (PPL) is a C++ library for the
>  manipulation of (not necessarily closed) convex polyhedra and other
>  numerical abstractions.  The applications of convex polyhedra include
>  program analysis, optimized compilation, integer and combinatorial
>  optimization and statistical data-editing.  The Parma Polyhedra
>  Library is user friendly (you write `x + 2*y + 5*z <= 7' when you
>  mean it), fully dynamic (available virtual memory is the only
>  limitation to the dimension of anything), written in standard C++,
>  exception-safe, rather efficient and thoroughly documented.
>  .
>  This package provides the SWI Prolog interface.
> 
diff -N -w -B -a ppl-0.10.2/debian/libppl-swi.dirs /pkg/debian/ppl/ppl-0.10.2/debian/libppl-swi.dirs
0a1,2
> usr/lib/ppl
> usr/bin
\ No newline at end of file
diff -N -w -B -a ppl-0.10.2/debian/libppl-swi.install /pkg/debian/ppl/ppl-0.10.2/debian/libppl-swi.install
0a1,3
> usr/lib/ppl/libppl_swiprolog*
> usr/lib/ppl/ppl_swiprolog.*
> usr/bin/ppl_pl
\ No newline at end of file
diff -N -w -B -a ppl-0.10.2/debian/libppl-swi.links /pkg/debian/ppl/ppl-0.10.2/debian/libppl-swi.links
0a1
> usr/share/doc/libppl7 usr/share/doc/libppl-c2
Common subdirectories: ppl-0.10.2/debian/patches and /pkg/debian/ppl/ppl-0.10.2/debian/patches
diff -N -w -B -a ppl-0.10.2/debian/rules /pkg/debian/ppl/ppl-0.10.2/debian/rules
35c35
< confflags += --enable-interfaces=c,cxx --disable-ppl_lpsol --disable-ppl_lcdd
---
> confflags += --enable-interfaces=c,cxx,swi_prolog --disable-ppl_lpsol --disable-ppl_lcdd

