[med-svn] [seqan] 08/14: Revert "Depete outdated comment"

Andreas Tille tille at debian.org
Tue Jul 26 07:29:21 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 9400170ae3184676ca6258e38007f417eadb318b
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jul 26 09:28:20 2016 +0200

    Revert "Depete outdated comment"
    
    This reverts commit 20975420a815b37f5ba0311259117ec679a9f4ca.
---
 debian/rules | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/debian/rules b/debian/rules
index 0fee3a2..0c9e5fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,27 @@ 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