+Thu Sep 21 16:29:32 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * debian/shlibs-default.template: removed
+ * debian/shlibs-{default,override}: new files
+ * debian/rules: install shlibs-{default,override} in /etc/dpkg in dpkg-dev
+
Sun Sep 17 01:50:34 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
* scripts/dpkg-source.1: document -k option for dpkg-buildpackage
* dselect/main.cc: small fixups to get it to compile with gcc-2.96
* Clean up fd handling in some places. Closes: Bug#69359,#69360,#69361
* Document -k option for dpkg-buildpackage. Closes: Bug#71808
+ * Install dummy shlibs.default and shlibs.override files
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
+/etc/dpkg/shlibs.default
+/etc/dpkg/shlibs.override
/etc/emacs/site-start.d/50dpkg-dev.el
rm -rf $(TMP_DPKG_DEV)
install -d -m 755 -o root -g root $(TMP_DPKG_DEV)
chmod g-s $(TMP_DPKG_DEV)
+ install -d -m 755 -o root -g root $(TMP_DPKG_DEV)/etc/dpkg
+ install -p -m 644 -o root -g root debian/shlibs.default \
+ $(TMP_DPKG_DEV)/etc/dpkg/
+ install -p -m 644 -o root -g root debian/shlibs.override \
+ $(TMP_DPKG_DEV)/etc/dpkg/
install -d -m 755 -o root -g root $(TMP_DPKG_DEV)/usr/lib/dpkg
install -d -m 755 -o root -g root $(TMP_DPKG_DEV)/usr/share
install -d -m 755 -o root -g root $(TMP_DPKG_DEV)/usr/bin
--- /dev/null
+# Dpkg shlibs defaults file
+#
+# This file contains shlibs entries that are used as a last resort when
+# no matching entries are found elsewhere. For more information see the
+# dpkg-shlibsdeps manual page.
+#
+# The format used is:
+# <library-name> <version-or-soname> <dependencies ...>
+#
+# Example:
+# libfoo 1 libfoo1 (>= 1.0-1)
+#
+++ /dev/null
-# Default shlibs or original porting
-libc 6 libc6
-libm 6 libc6
-libncurses 4 libncurses4
-libICE 6 xlib6g (>= 3.3-5)
-libPEX5 6 xlib6g (>= 3.3-5)
-libSM 6 xlib6g (>= 3.3-5)
-libX11 6 xlib6g (>= 3.3-5)
-libXIE 6 xlib6g (>= 3.3-5)
-libXaw 6 xlib6g (>= 3.3-5)
-libXext 6 xlib6g (>= 3.3-5)
-libXi 6 xlib6g (>= 3.3-5)
-libXmu 6 xlib6g (>= 3.3-5)
-libXt 6 xlib6g (>= 3.3-5)
-libXtst 6 xlib6g (>= 3.3-5)
-libXp 6 xlib6g (>= 3.3-5)
--- /dev/null
+# Dpkg shlibs override file
+#
+# Entries in this file will override all others, only use if you
+# are really sure that is what you want!
+#
+# For more information see the dpkg-shlibsdeps manual page.
+#
+# The format used is:
+# <library-name> <version-or-soname> <dependencies ...>
+#
+# Example:
+# libfoo 1 libfoo1 (>= 1.0-1)
+#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-09-08 18:34+0200\n"
+"POT-Creation-Date: 2000-09-21 15:38+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
#: main/enquiry.c:721
-msgid "no hyphen after gcc-lib"
+msgid "no slash after gcc-lib"
msgstr ""
#: main/enquiry.c:733