[med-svn] [psortb] 06/06: hack around the issue that configure injects wrong root dir /usr/local/psortb

Andreas Tille tille at debian.org
Wed May 3 14:57:58 UTC 2017


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

tille pushed a commit to branch master
in repository psortb.

commit 7f5490144137e762ad415fcaf80ac4f3d9c3ba9a
Author: Andreas Tille <tille at debian.org>
Date:   Wed May 3 16:57:40 2017 +0200

    hack around the issue that configure injects wrong root dir /usr/local/psortb
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 310ddf6..2fca23b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,11 @@ override_dh_auto_configure:
 	cp -a psort/bin/psort psort/bin/psort.debsave
 	dh_auto_configure
 
+override_dh_auto_build:
+	# hack around the issue that configure injects wrong root dir /usr/local/psortb
+	mv psort/bin/psort.debsave psort/bin/psort
+	dh_auto_build
+
 override_dh_fixperms:
 	dh_fixperms
 	chmod +x debian/$(DEBPKGNAME)/usr/lib/psort/conf/analysis/signal/archaea/check-sig

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



More information about the debian-med-commit mailing list