[med-svn] [ncbi-vdb] 01/01: No need to veryify existence of *.so files any more

Andreas Tille tille at debian.org
Wed Jul 20 13:00:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository ncbi-vdb.

commit 9bc27e7f1a341c9e9b284ae1799b5696fd68f1f4
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jul 20 15:00:30 2016 +0200

    No need to veryify existence of *.so files any more
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index aa2b284..6a9a306 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,14 +41,13 @@ endif
 
 override_dh_auto_install:
 	dh_auto_install
-	find . -name "*.so"
 	find $(LIBINSTALLDIR) -name "*-static.a" -delete
 	# upstream installs versioned *.a libs - we only want a single version
 	for slib in $(LIBINSTALLDIR)/*.a ; do \
 	    mv $(LIBINSTALLDIR)/`readlink $$slib` $$slib ; \
 	    mv $(LIBINSTALLDIR)/`readlink $$slib` $$slib ; \
 	done
-	d-shlibmove --commit \
+	bash -x d-shlibmove --commit \
 		    --multiarch \
 		    --devunversioned \
 		    --exclude-la \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-vdb.git



More information about the debian-med-commit mailing list