Просмотр исходного кода

Add new shlibs.default and shlibs.override files

Wichert Akkerman лет назад: 26
Родитель
Сommit
2e180e9c03
8 измененных файлов с 41 добавлено и 18 удалено
  1. 6 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 2 0
      debian/dpkg-dev.conffiles
  4. 5 0
      debian/rules
  5. 12 0
      debian/shlibs.default
  6. 0 16
      debian/shlibs.default.template
  7. 13 0
      debian/shlibs.override
  8. 2 2
      po/dpkg.pot

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+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

+ 1 - 0
debian/changelog

@@ -25,6 +25,7 @@ dpkg (1.7.0) unstable; urgency=low
   * 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
 

+ 2 - 0
debian/dpkg-dev.conffiles

@@ -1 +1,3 @@
+/etc/dpkg/shlibs.default
+/etc/dpkg/shlibs.override
 /etc/emacs/site-start.d/50dpkg-dev.el

+ 5 - 0
debian/rules

@@ -135,6 +135,11 @@ binary-dpkg-dev: stamp-binary
 	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

+ 12 - 0
debian/shlibs.default

@@ -0,0 +1,12 @@
+# 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)
+#

+ 0 - 16
debian/shlibs.default.template

@@ -1,16 +0,0 @@
-# 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)

+ 13 - 0
debian/shlibs.override

@@ -0,0 +1,13 @@
+# 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)
+#

+ 2 - 2
po/dpkg.pot

@@ -6,7 +6,7 @@
 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"
@@ -1624,7 +1624,7 @@ msgid "no gcc-lib component"
 msgstr ""
 
 #: main/enquiry.c:721
-msgid "no hyphen after gcc-lib"
+msgid "no slash after gcc-lib"
 msgstr ""
 
 #: main/enquiry.c:733