[med-svn] [libfastahack] 02/02: Add pkgconfig install

Andreas Tille tille at debian.org
Thu Jun 23 10:39:16 UTC 2016


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

tille pushed a commit to branch master
in repository libfastahack.

commit 5e2babe1af8d3b42fe46a32e0cff4425eec2126a
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jun 23 12:38:17 2016 +0200

    Add pkgconfig install
---
 debian/patches/autoconf.patch | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/patches/autoconf.patch b/debian/patches/autoconf.patch
index 5e61598..b1ae6c6 100644
--- a/debian/patches/autoconf.patch
+++ b/debian/patches/autoconf.patch
@@ -4,7 +4,7 @@ Description: Add autoconf stuff to enable simple library creation
 
 --- /dev/null
 +++ b/Makefile.am
-@@ -0,0 +1,13 @@
+@@ -0,0 +1,16 @@
 +lib_LTLIBRARIES  = libfastahack.la
 +
 +libfastahackdir=$(includedir)/fastahack
@@ -18,6 +18,9 @@ Description: Add autoconf stuff to enable simple library creation
 +fastahack_SOURCES = FastaHack.cpp
 +LDADD = -lfastahack
 +
++pkgconfigdir=$(libdir)/pkgconfig
++pkgconfig_DATA = libfastahack.pc
++
 --- /dev/null
 +++ b/configure.ac
 @@ -0,0 +1,61 @@
@@ -154,7 +157,7 @@ Description: Add autoconf stuff to enable simple library creation
  /** Max number of bytes (i.e., tokens) */
  #define LIBDO_MAX_BYTES      256
  
-@@ -59,4 +63,8 @@
+@@ -59,4 +63,8 @@ float    get_max_entropy(void);
  /** Returns the ratio of entropy to maxentropy */
  float    get_entropy_ratio(void);
  

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



More information about the debian-med-commit mailing list