diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-01 22:07:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-01 22:07:38 +0000 |
commit | 05874dac04ed2fa8cc4f30fa799ca6e5a4412062 (patch) | |
tree | bb1149eb82a477593d9da3edf30879d37d091fe2 | |
parent | b4aea5c4b362fcd4ee7985e7c8e502c21f78804a (diff) |
1999-06-01 Marcus Brinkmann <brinkmd@debian.org>
* shlibs: New file. This makes Debian packages which use Hurd
libraries dependant on the Hurd package.
* rules: Add shlibs to the Hurd package.
* shlibs.local: New file. This is a work around needed for cross
compilation, so dpkg-shlibdeps does not make the Hurd package
dependant on itself.
-rw-r--r-- | debian/shlibs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/shlibs b/debian/shlibs new file mode 100644 index 00000000..cfa417e5 --- /dev/null +++ b/debian/shlibs @@ -0,0 +1,16 @@ +libshouldbeinlibc 0.2 hurd +libftpconn 0.2 hurd +libports 0.2 hurd +libmom 0.2 hurd +libthreads 0.2 hurd +libhurdbugaddr 0.2 hurd +libstore 0.2 hurd +libihash 0.2 hurd +libpipe 0.2 hurd +libtrivfs 0.2 hurd +libpager 0.2 hurd +libnetfs 0.2 hurd +libiohelp 0.2 hurd +libfshelp 0.2 hurd +libps 0.2 hurd +libdiskfs 0.2 hurd |