/usr/share/doc/libsvga1/README.svgalib-dummy is in libsvga1-dev 1:1.4.3-33.
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 | svgalib now no longer includes svgalibg-dummy1 in the shlibs file by default.
If your package works with either, here is a mail I received from Richard
Braakman on the subject. Thanks to him for allowing me to include it here.
Subject: Bug#18091: svgalib: libsvga1 | svgalibg-dummyg1 considered harmful
From: dark@xs4all.nl (Richard Braakman)
Date: Wed, 11 Feb 1998 18:32:03 +0100 (CET)
I'm about to add the following lines to maelstrom's debian/rules file,
between the dpkg-shlibdeps and dpkg-gencontrol invocations:
# Maelstrom works just as well with libsvga1 as with svgalib-dummyg1.
# (with the latter only in X mode, of course). Check if the shlibs file
# provided this alternative. If not, hack it in.
set -e; \
if ! grep svgalib-dummyg1 debian/substvars >/dev/null ; then \
mv debian/substvars debian/substvars-unhacked ; \
sed -e 's/libsvga1\( *([^)]*)\)\{0,1\}/& | svgalib-dummyg1\1/' <debian/substvars-unhacked >debian/substvars; \
fi
As far as I can tell this will work with both old and new svgalibg1
versions. If libsvga1 ever provides a versioned dependency in its
shlibs file, maelstrom will use the same version number for the
svgalib-dummyg1 alternative.
Comments, please?
Richard Braakman
|