From 8e02fc68c2ac144a7f80e65feaaafa6743299874 Mon Sep 17 00:00:00 2001 From: kcr Date: Sun, 26 May 2002 17:22:34 +0000 Subject: [PATCH] make sure libzephyr3-krb has the same shlibs file as libzephyr3 have libzephyr3-dev depend on one of the share library packages and note git-svn-id: svn://svn.1ts.org/debian/trunk/zephyr@118 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f --- debian/changelog | 6 +++++- debian/control | 2 +- debian/rules | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 03fb5b8..88e94e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,12 @@ zephyr (2.1.20010518.SNAPSHOT-7) unstable; urgency=low * Stop using some egregious ?roff hacks in the zwgc man page that seem to be not quite compatible with either groff or groff's -man implementation. closes: #134480 + * Fix shlibs file for libzephyr3-krb so that depending packages end up + pointing at libzephyr3 instead. closes: #148175 + * Add dependency on the shared library to the -dev package. + closes: #110486 - -- + -- zephyr (2.1.20010518.SNAPSHOT-6) unstable; urgency=low diff --git a/debian/control b/debian/control index 741f1d5..0d4294f 100644 --- a/debian/control +++ b/debian/control @@ -84,7 +84,7 @@ Description: The original "Instant Message" system-server with Kerberos Package: libzephyr-dev Section: devel Architecture: any -Depends: libc6-dev +Depends: libzephyr3 (= ${Source-Version}) | libzephyr3-krb (= ${Source-Version}), libc6-dev Description: The original "Instant Message" system development libraries This package is needed to compile certain other zephyr clients. There are various other clients available, including a totally gratuitous Motif client, diff --git a/debian/rules b/debian/rules index 7fa36e3..5a863f7 100755 --- a/debian/rules +++ b/debian/rules @@ -120,6 +120,8 @@ binary-arch: build install dh_fixperms # You may want to make some executables suid here. dh_makeshlibs + # sigh + cp debian/libzephyr3/DEBIAN/shlibs debian/libzephyr3-krb/DEBIAN/shlibs dh_shlibdeps dh_installdeb # dh_perl -- 2.45.2