This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch daube/libkhmerdev in repository khmer.
commit 5ba00e3a02a6a3a065ae91585e96cad2ba2e5833 Author: Kevin Murray <[email protected]> Date: Tue Jul 7 19:25:12 2015 +1000 Install pkgconfig file, clean in library too --- debian/libkhmer-dev.install | 4 +++- debian/rules | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/libkhmer-dev.install b/debian/libkhmer-dev.install index ae888dc..fd3353a 100755 --- a/debian/libkhmer-dev.install +++ b/debian/libkhmer-dev.install @@ -1,3 +1,5 @@ #!/usr/bin/dh-exec lib/libkhmer.a usr/lib/${DEB_HOST_MULTIARCH} -lib/*.hh usr/include/oxli/ +lib/khmer.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig +# NB: we install the headers to the oxli subdir. +lib/*.hh usr/include/oxli diff --git a/debian/rules b/debian/rules index a850e5e..3c0ace2 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ override_dh_auto_clean: dh_auto_clean rm -f khmer/*.so rm -f debian/*.1 + cd lib && $(MAKE) clean override_dh_install: dh_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
