[med-svn] [Git][med-team/isovic-seqlib][master] More fixes

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Nov 23 10:16:33 GMT 2021



Andreas Tille pushed to branch master at Debian Med / isovic-seqlib


Commits:
672726a5 by Andreas Tille at 2021-11-23T11:16:15+01:00
More fixes

- - - - -


4 changed files:

- debian/control
- debian/patches/autoconf.patch
- + debian/patches/fix_test.patch
- debian/patches/series


Changes:

=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Uploaders: Andreas Tille <tille at debian.org>
 Build-Depends: debhelper-compat (= 13),
                libdivsufsort-dev,
                libseqan2-dev,
+               libgtest-dev
 Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/isovic-seqlib
 Vcs-Git: https://salsa.debian.org/med-team/isovic-seqlib.git


=====================================
debian/patches/autoconf.patch
=====================================
@@ -1,3 +1,9 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 22 Nov 2021 13:48:37 +0100
+Description: Create a proper library from the code to enable
+ linking in other projects.  Originally the code was supposed
+ to be copied into the code base of other projects
+
 --- /dev/null
 +++ b/Makefile.am
 @@ -0,0 +1,3 @@
@@ -41,7 +47,7 @@
 @@ -0,0 +1,3 @@
 +noinst_PROGRAMS = test_lis
 +test_lis_SOURCES = test_lis.cc
-+LDADD           = $(top_builddir)/src/libisovic_seqlib.la
++LDADD           = $(top_builddir)/src/libisovic_seqlib.la -lgtest -lpthread
 --- /dev/null
 +++ b/configure.ac
 @@ -0,0 +1,63 @@


=====================================
debian/patches/fix_test.patch
=====================================
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 22 Nov 2021 13:48:37 +0100
+Description: Fix path to header file in test
+
+--- a/test_src/test_lis.cc
++++ b/test_src/test_lis.cc
+@@ -4,7 +4,7 @@
+ 
+ #include "gtest/gtest.h"
+ 
+-#include "../src/lis.hpp"
++#include "../src/algorithm/lis.hpp"
+ 
+ TEST(LIS, LisTest1) {
+   std::vector<int> v{};


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 autoconf.patch
+fix_test.patch



View it on GitLab: https://salsa.debian.org/med-team/isovic-seqlib/-/commit/672726a5b7c9f82f90f49943d9aa1cee97530812

-- 
View it on GitLab: https://salsa.debian.org/med-team/isovic-seqlib/-/commit/672726a5b7c9f82f90f49943d9aa1cee97530812
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211123/db9b708f/attachment-0001.htm>


More information about the debian-med-commit mailing list