[med-svn] [seqan2] 02/02: Install seqan-2.pc to /usr/share/pkgconfig as it is arch independent

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 a6fa2092ec89f032f44f4d0d7c3f0db7dbb00baa
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Mon Feb 5 11:55:43 2018 -0800

    Install seqan-2.pc to /usr/share/pkgconfig as it is arch independent
---
 debian/changelog             | 1 +
 debian/libseqan2-dev.install | 2 +-
 debian/rules                 | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 79f198e..2a2a8d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 seqan2 (2.4.0+dfsg-1) unstable; urgency=medium
 
   * 2.4.0 is released!
+  * Install seqan-2.pc to /usr/share/pkgconfig as it is arch independent
 
  -- Michael R. Crusoe <michael.crusoe at gmail.com>  Mon, 05 Feb 2018 07:52:07 -0800
 
diff --git a/debian/libseqan2-dev.install b/debian/libseqan2-dev.install
index 0f969e3..5806d37 100644
--- a/debian/libseqan2-dev.install
+++ b/debian/libseqan2-dev.install
@@ -1,3 +1,3 @@
 include/seqan			usr/include
 util/cmake/seqan-config.cmake	usr/share/cmake/
-seqan-2.pc			usr/lib/pkgconfig
+seqan-2.pc			usr/share/pkgconfig
diff --git a/debian/rules b/debian/rules
index c520444..32bea83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,7 @@ override_dh_auto_build-indep:
 	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"
+	    -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