diff options
-rwxr-xr-x | debian/rules | 2 | ||||
-rwxr-xr-x | weechat/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index e2b5ccad0..305e5084d 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/weechat/debian/rules b/weechat/debian/rules index e2b5ccad0..305e5084d 100755 --- a/weechat/debian/rules +++ b/weechat/debian/rules @@ -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 |