[med-svn] [SCM] jellyfish branch, master, updated. upstream/1.1.5-21-gf7eb6f0

Andreas Tille tille at debian.org
Wed Jun 5 11:40:16 UTC 2013


The following commit has been merged in the master branch:
commit 22b775bef657023f14cbc3e1bf11f91ad7ee4120
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jun 5 13:42:06 2013 +0200

    Make sure dynamic library will be installed

diff --git a/debian/changelog b/debian/changelog
index 8a10582..48bf58d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 jellyfish (1.1.10-1) UNRELEASED; urgency=low
 
   * New upstream version
+  * debian/{rules,install}: Make sure dynamic library will be installed
 
  -- Andreas Tille <tille at debian.org>  Wed, 05 Jun 2013 11:58:53 +0200
 
diff --git a/debian/install b/debian/install
index e772481..527b78f 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1,2 @@
 usr/bin
+usr/lib
diff --git a/debian/rules b/debian/rules
index 31b9e46..4c9a9ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,6 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp
+
+override_dh_install:
+	dh_install -X*.a -X*.la -Xpkgconfig

-- 
count k-mers of DNA



More information about the debian-med-commit mailing list