[med-svn] [seer] 01/01: Install all available scripts in scripts/ dir into binary package
Andreas Tille
tille at debian.org
Wed Mar 22 11:02:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository seer.
commit 2ad39141f1a35fe4c05d00c946a0bad810df723d
Author: Andreas Tille <tille at debian.org>
Date: Wed Mar 22 12:01:21 2017 +0100
Install all available scripts in scripts/ dir into binary package
---
debian/changelog | 7 +++++++
debian/rules | 4 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 326cafd..e15f150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+seer (1.1.2-2) unstable; urgency=medium
+
+ * Install all available scripts in scripts/ dir into binary package
+ Closes: #858430
+
+ -- Andreas Tille <tille at debian.org> Wed, 22 Mar 2017 11:43:16 +0100
+
seer (1.1.2-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/rules b/debian/rules
index 734e974..62ff94b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,9 @@ CMAKE_EXTRA_FLAGS += -DARMA_USE_HDF5=1
override_dh_auto_install:
dh_auto_install -- PREFIX=$(CURDIR)/debian/$(DEBPKGNAME)/usr
- cp -a scripts/blast_top_hits.pl $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin/blast_top_hits
+ for pl in scripts/*.pl ; do \
+ cp -a $${pl} $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin/`basename $${pl} .pl` ; \
+ done
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seer.git
More information about the debian-med-commit
mailing list