From a316bc31f948ba252322e317d3e33725f19bd96d Mon Sep 17 00:00:00 2001
From: Manoj Srivastava
The
@@ -4895,7 +4896,7 @@ test -f program-executed-later-in-script || exit 0
interprets the argument reload to send the
nameserver a HUP signal (causing it to reload its
configuration); this way the system administrator can say
-
In general, libraries must have a shared version in the
- library package and a static version in the development
- package. The shared version must be compiled with
- -fPIC, and the static version must not be. In
- other words, each source unit ( *.c, for example,
- for C files) will need to be compiled twice.
+ library package (
In some cases, it is acceptable for a library to be
available in static form only; these cases include:
@@ -5657,18 +5661,12 @@ endif
If a library is available only in static form, then it must follow
the conventions for a development package.
- All libraries must have a shared version in the
- lib* package and a static version in the
- lib*-dev package. The shared version must be
- compiled with -fPIC, and the static version must
- not be. In other words, each *.c file will need to
- be compiled twice.
You must specify the gcc option -D_REENTRANT
when building a library (either static or shared) to make
- the library compatible with LinuxThreads.
Note that all installed shared libraries should be
@@ -6285,8 +6283,11 @@ ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
However, programs that require dotfiles in order to
- operate sensibly (dotfiles that they do not create
- themselves automatically, that is) are a bad thing.
+ operate sensibly are a bad thing, unless they do create
+ the dotfiles themselves automatically.
+
Furthermore, programs should be configured by the Debian
default installation to behave as closely to the upstream
default behaviour as possible.
@@ -9332,6 +9333,8 @@ install-info --quiet --remove /usr/share/info/foobar.info
all.
- The is usually generated and modified dynamically by
-
This field contains a list of files with information about each one. The exact information and syntax varies with - the context. In all cases the the part of the field + the context. In all cases the part of the field contents on the same line as the field name is empty. The remainder of the field is one line per file, each line being indented by one space and containing a number of -- 2.39.5