[med-svn] [gmap] 03/05: Simplify d/rules
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Thu Nov 2 15:39:04 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 2208ff7aa39b21d946c1c8d195c628c138256ca0
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Thu Nov 2 10:28:10 2017 +0100
Simplify d/rules
---
debian/rules | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1052a68..d07b281 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,10 +35,9 @@ override_dh_auto_install:
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; \
+ for bin in `echo gmap gsnap gmap_build gmapl gsnapl; \
cd $(CURDIR)/debian/tmp/usr/lib/$(pkg)/; \
- ls -1 gmap*.*; ls -1 gsnap*.* `; do \
+ ls -1 gmap*.* gsnap*.* `; do \
ln -s /usr/lib/gmap/$$bin debian/$(pkg)/usr/bin/$$bin; \
done
--
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