[med-svn] [gmap] 09/10: Add symlinking of missing binaries in d/rules

Alex Mestiashvili malex-guest at moszumanska.debian.org
Mon Sep 4 12:22:03 UTC 2017


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

malex-guest pushed a commit to branch master
in repository gmap.

commit febf66abee66cde8506965d974dd18a524ac0cb6
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Mon Sep 4 11:15:16 2017 +0200

    Add symlinking of missing binaries in d/rules
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 60ee1e0..d09eb46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,7 @@ override_dh_install:
 	dh_install
 	mkdir -p debian/$(pkg)/usr/bin
 	for bin in `echo gmap; echo gsnap; echo gmap_build; \
+		echo gmapl; echo gsnapl; \
 		cd $(CURDIR)/debian/tmp/usr/lib/$(pkg)/; \
 		ls -1 gmap*.*; ls -1 gsnap*.* `; do \
 		ln -s /usr/lib/gmap/$$bin debian/$(pkg)/usr/bin/$$bin; \

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



More information about the debian-med-commit mailing list