[med-svn] [seqan2] 02/02: catch up with fixes from unstable

Michael Crusoe misterc-guest at moszumanska.debian.org
Wed Dec 6 16:10:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to branch experimental
in repository seqan2.

commit e738023b8f61a923113817bfe7edfc3c37fa316d
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Wed Dec 6 05:34:42 2017 -0800

    catch up with fixes from unstable
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index da85a74..aa4e244 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ pkgdev=libseqan2-dev
 
 export CXXFLAGS CFLAGS DEB_BUILD_OPTIONS
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure-arch:
 	export DEB_BUILD_ARCH=${DEB_BUILD_ARCH} ; \
@@ -105,7 +105,9 @@ override_dh_auto_clean:
 
 override_dh_installman-arch:
 	dh_link -a
-	find -L $(CURDIR)/debian/$(pkgapps)/usr/bin -name . -o -type d -prune -o -type l -exec rm {} +
+	if [ -d $(CURDIR)/debian/$(pkgapps)/usr/bin ] ; then \
+		find $(CURDIR)/debian/$(pkgapps)/usr/bin -type l -xtype l -delete ; \
+	fi
 	$(CURDIR)/debian/generate_manpages
 	#for bin in `ls $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin` ; do \
 	#    if [ -x $(CURDIR)/debian/$(pkgapps)/usr/lib/seqan/bin/`basename $${bin}` ] ; then \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git



More information about the debian-med-commit mailing list