]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
make sure libzephyr3-krb has the same shlibs file as libzephyr3
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sun, 26 May 2002 17:22:34 +0000 (17:22 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sun, 26 May 2002 17:22:34 +0000 (17:22 +0000)
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
debian/control
debian/rules

index 03fb5b848f74e5be569ff426b02e3fbfe358e4a3..88e94e42066edb4a8301af280395b4c91a09cecc 100644 (file)
@@ -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.
+    <slaps self on forehead>  closes: #110486
 
- --
+ -- 
 
 zephyr (2.1.20010518.SNAPSHOT-6) unstable; urgency=low
 
index 741f1d5f6123cd3d45750d6aa25b5728bf0f8d3b..0d4294fa3afe6bab6227cacd3541c833e5a935ee 100644 (file)
@@ -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,
index 7fa36e375d93a813568cb95b23cfaef737b583fc..5a863f7e216fa4e9d5684b5bdf6611b7ee81641a 100755 (executable)
@@ -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