The `cssc' package provides a set of SCCS utilities with binaries
buried in /usr/lib/cssc. This bug is to request putting symlinks
to these utilities to /usr/bin to have them usable not only via
the `sccs' frontend but also directly.
Note that POSIX specifies that at least the following utilities
be available under the DEVELOPMENT option: `admin', `delta', `get',
`prs', `rmdel', `sact', `unget', `val', `what'. All those utilities
are already present in the cssc package, but not visible in the
default PATH.
The GNU make utility expects that the `get' command is available
when building SCCS-based projects. For example, consider the
following situation:
dmvo@cipher:/tmp/cssc$ ls
SCCS
dmvo@cipher:/tmp/cssc$ make
get SCCS/s.Makefile
1.1
4 lines
Hello World!
dmvo@cipher:/tmp/cssc$ ls
Makefile SCCS
dmvo@cipher:/tmp/cssc$
Here, `make' used `get' to retrive the Makefile itself. Currently,
`make' would not work properly with the default installation of
the cssc package.
-- System Information:
Debian Release: squeeze/sid
APT prefers karmic-updates
APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-15-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages cssc depends on:
ii libc6 2.10.1-0ubuntu15 GNU C Library: Shared libraries
ii libgcc1 1:4.4.1-4ubuntu8 GCC support library
ii libstdc++6 4.4.1-4ubuntu8 The GNU Standard C++ Library v3
cssc recommends no packages.
Versions of packages cssc suggests:
ii groff 1.20.1-5 GNU troff text-formatting system
-- no debconf information
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Given that sccs is a legacy system, and that other major unices do not
have them in their default PATH (eg. Solaris requires you to add
/usr/ccs/bin to you PATH to get them), I find it reasonable to let the
user the Debian user add /usr/lib/cssc to his own, and not deviate
from upstream.
Given that you're not the 1st person to request this, I guess it would
make sense to add a note in README.Debian about that.
Best regards,
--
Yann