1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

Add -follow option to the find command to follow lib*.so symlinks

This commit is contained in:
Julien Louis
2005-11-14 12:26:35 +00:00
parent f2402d4be2
commit 85f20851d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ binary-arch: build install
-dRecommends `find $(PKGDIR)/usr/lib/weechat -type f -name "*.so"`
dh_shlibdeps -a -l debian/weechat-curses/usr/lib -- -dDepends \
debian/weechat-curses/usr/bin/weechat-curses -dRecommends \
`find debian/weechat-curses/usr/lib/ -type f -name "*.so"`
`find debian/weechat-curses/usr/lib/ -type f -follow -name "*.so"`
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
+1 -1
View File
@@ -80,7 +80,7 @@ binary-arch: build install
-dRecommends `find $(PKGDIR)/usr/lib/weechat -type f -name "*.so"`
dh_shlibdeps -a -l debian/weechat-curses/usr/lib -- -dDepends \
debian/weechat-curses/usr/bin/weechat-curses -dRecommends \
`find debian/weechat-curses/usr/lib/ -type f -name "*.so"`
`find debian/weechat-curses/usr/lib/ -type f -follow -name "*.so"`
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a