Codebase list seer / 2ad3914
Install all available scripts in scripts/ dir into binary package Andreas Tille 7 years ago
2 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 seer (1.1.2-2) unstable; urgency=medium
1
2 * Install all available scripts in scripts/ dir into binary package
3 Closes: #858430
4
5 -- Andreas Tille <tille@debian.org> Wed, 22 Mar 2017 11:43:16 +0100
6
07 seer (1.1.2-1) unstable; urgency=medium
18
29 * New upstream version
1212
1313 override_dh_auto_install:
1414 dh_auto_install -- PREFIX=$(CURDIR)/debian/$(DEBPKGNAME)/usr
15 cp -a scripts/blast_top_hits.pl $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin/blast_top_hits
15 for pl in scripts/*.pl ; do \
16 cp -a $${pl} $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin/`basename $${pl} .pl` ; \
17 done
1618
1719 %:
1820 dh $@