Skip to content
Commits on Source (3)
gatb-core (1.4.1+git20191130.664696c+dfsg-1) UNRELEASED; urgency=medium
gatb-core (1.4.1+git20191130.664696c+dfsg-1) unstable; urgency=medium
[ Steffen Moeller ]
* Team upload.
* New upstream version
* Standards-Version: 4.4.1
* Set upstream metadata fields: Repository-Browse.
* Remove obsolete fields Name from debian/upstream/metadata.
* FTBFS: Problem with symbols files, I presume
[ Andreas Tille ]
* Bump Debian own invented SOVERSION due to massive changes in upstream
ABI
-- Steffen Moeller <moeller@debian.org> Thu, 05 Dec 2019 00:23:01 +0100
-- Andreas Tille <tille@debian.org> Thu, 05 Dec 2019 12:34:00 +0100
gatb-core (1.4.1+git20190813.a73b6dd+dfsg-1) unstable; urgency=medium
......
......@@ -37,7 +37,7 @@ Description: Genome Analysis Toolbox with de-Bruijn graph
exist a set of ready-to-use tools relying on GATB-CORE
library: see https://gatb.inria.fr/software/
Package: libgatbcore2
Package: libgatbcore3
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -62,7 +62,7 @@ Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libgatbcore2 (= ${binary:Version})
libgatbcore3 (= ${binary:Version})
Description: development library of the Genome Analysis Toolbox
The GATB-CORE project provides a set of highly efficient
algorithms to analyse NGS data sets. These methods enable
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -9,7 +9,7 @@ Description: Invent soversion 0 since upstream does not set soversion
set_target_properties (gatbcore-static PROPERTIES OUTPUT_NAME gatbcore clean_direct_output 1)
-set_target_properties (gatbcore-dynamic PROPERTIES OUTPUT_NAME gatbcore clean_direct_output 1)
+set_target_properties (gatbcore-dynamic PROPERTIES OUTPUT_NAME gatbcore SOVERSION 2 clean_direct_output 1)
+set_target_properties (gatbcore-dynamic PROPERTIES OUTPUT_NAME gatbcore SOVERSION 3 clean_direct_output 1)
################################################################################
# INSTALLATION