/usr/share/doc/libplib-doc/README.Debian is in libplib-doc 1:1.8.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | libplib-doc for Debian
-------------------
Make sure you have installed the packages suggested by the libplib-doc
package.
If you want to try some of the examples, you should copy all of them into
a separate directory (eg. /tmp/libplib-doc):
$ mkdir /tmp/libplib-doc
$ cd /tmp/libplib-doc
$ cp -a /usr/share/doc/libplib-doc/examples ./src
$ cp -a /usr/share/doc/libplib-doc/configuration/* .
And then unzip the compressed files
$ find . -name '*.gz' -exec gunzip {} \;
Then run autoreconf.
$ touch NEWS README AUTHORS ChangeLog
$ autoreconf -i
And compile the examples
$ ./configure
$ make
-- Philipp Frauenfelder <pfrauenf@debian.org>, Sat, 19 Oct 2002 16:08:11 +0200
Adjusted, Bradley Smith <bradsmith@debian.org>, Sun, 02, Nov 2008 20:52:00 +0000
|