[med-svn] [seqan2] 01/02: fix pkgconfig
Michael Crusoe
misterc-guest at moszumanska.debian.org
Wed Feb 7 11:25:25 UTC 2018
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/2.4.0+dfsg-1
in repository seqan2.
commit 655bf275addf6a7a32cf2175fbd4befa8856facf
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Mon Feb 5 11:53:14 2018 -0800
fix pkgconfig
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7510afc..c520444 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,9 +65,10 @@ override_dh_auto_build-arch:
# cd manual && make html
override_dh_auto_build-indep:
- sed -e "s#@CMAKE_INSTALL_PREFIX@#/usr#g" \
+ sed -e "s=@CMAKE_INSTALL_PREFIX@=/usr=g" \
-e "s/@SEQAN_VERSION_STRING@/$(DEB_VERSION_UPSTREAM_REVISION)/g" \
-e "s/@CMAKE_PROJECT_NAME@/seqan/g" \
+ -e "s=@CMAKE_INSTALL_FULL_INCLUDEDIR@=/usr/include=g"
util/pkgconfig/seqan.pc.in > seqan-2.pc
override_dh_install:
--
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