[med-svn] [seqan] 05/14: Depete outdated comment
Andreas Tille
tille at debian.org
Wed Jan 20 10:39:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository seqan.
commit 20975420a815b37f5ba0311259117ec679a9f4ca
Author: Andreas Tille <tille at debian.org>
Date: Tue Jan 19 09:20:08 2016 +0100
Depete outdated comment
---
debian/rules | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0c9e5fb..0fee3a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,27 +34,6 @@ override_dh_auto_build:
override_dh_install:
dh_install
- # /usr/bin/join is part of coreutils package: Avoid name conflict by renaming it to seqan-join
- # This solution is withdrawn in favour of just providing a set of binaries according to upstream
- # in /usr/bin (via symlink) while others go to /usr/lib/seqan/bin (see README.Debian)
- # mv $(CURDIR)/debian/$(pkgapps)/usr/bin/join $(CURDIR)/debian/$(pkgapps)/usr/bin/seqan-join
- #
- # Formerly binaries were installed into usr/lib/seqan/bin/
- # and only some of them were made available in /usr/bin via dh_link
- # Since there is no obvious reason for this neither is there any
- # documentation that explains the motivation this is commented here.
- #for APP in `find $(CURDIR)/obj*/apps -mindepth 1 -maxdepth 1 -executable -type f` ; do \
- # cp -a $$APP $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin/ ; done
- # ------------------------------------------------------------------
- # Formerly readmes were named README.app. It seems more consistent
- # to keep upstream documentation layout which in addition contains
- # some example files. So the old code is commented here.
- #for APP in `find apps -name README` ; do \
- # app=`echo $$APP | sed 's?.*apps/\(.\+\)/README?\1?'` ; \
- # echo $$app ; \
- # cp -a $$APP $(CURDIR)/debian/$(pkgapps)/usr/share/doc/$(pkgapps)/README.$$app ; \
- #done
- # ------------------------------------------------------------------
# Delete additional LICENSE files
find $(CURDIR)/debian/$(pkgapps) -type f -name LICENSE -delete
if [ -d $(CURDIR)/debian/$(pkgdev) ] ; then \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan.git
More information about the debian-med-commit
mailing list