[med-svn] [ugene] 01/01: d/rules: use multiarch path in shlibsdeps search path
Gert Wollny
gert-guest at moszumanska.debian.org
Thu Dec 10 16:19:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository ugene.
commit 6eeb4bb79ce0e842b4a71445ef1ee7d89a385b9d
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Thu Dec 10 17:18:57 2015 +0100
d/rules: use multiarch path in shlibsdeps search path
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3038f6b..df71221 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ override_dh_auto_install:
rm -rf debian/$(pkg)/usr/share/$(pkg)
override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(pkg)/usr/lib/$(pkg) -l$(CURDIR)/debian/$(pkg)/usr/lib64/$(pkg)
+ dh_shlibdeps -l$(CURDIR)/debian/$(pkg)/usr/lib/$(DEB_HOST_MULTIARCH)/$(pkg)
get-orig-source:
mkdir -p ../tarballs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ugene.git
More information about the debian-med-commit
mailing list