summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Louis <ptitlouis@sysif.net>2005-11-14 12:26:35 +0000
committerJulien Louis <ptitlouis@sysif.net>2005-11-14 12:26:35 +0000
commit85f20851d8baeb124cb455dccfc80a983594c45f (patch)
tree35fa4e45e02ad92e503d2bc0e1db1ed2cb948b92
parentf2402d4be2659c62fe46ff8fee8d8d45718ecf34 (diff)
downloadweechat-85f20851d8baeb124cb455dccfc80a983594c45f.zip
Add -follow option to the find command to follow lib*.so symlinks
-rwxr-xr-xdebian/rules2
-rwxr-xr-xweechat/debian/rules2
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