Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Changes in symbols file
· 2d9c898d
Andreas Tille
authored
Dec 05, 2019
2d9c898d
Bump Debian own invented SOVERSION due to massive changes in upstream ABI
· 61e2415d
Andreas Tille
authored
Dec 05, 2019
61e2415d
Upload to unstable
· 036c6f89
Andreas Tille
authored
Dec 05, 2019
036c6f89
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
036c6f89
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 Moe
lle
r
<
moe
lle
r
@debian.org> Thu, 05 Dec 2019
00:23
:0
1
+0100
--
Andreas Ti
lle <
ti
lle@debian.org> Thu, 05 Dec 2019
12:34
:0
0
+0100
gatb-core (1.4.1+git20190813.a73b6dd+dfsg-1) unstable; urgency=medium
...
...
debian/control
View file @
036c6f89
...
...
@@ -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: libgatbcore
2
Package: libgatbcore
3
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
...
...
@@ -62,7 +62,7 @@ Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libgatbcore
2
(= ${binary:Version})
libgatbcore
3
(= ${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
...
...
debian/libgatbcore2.symbols.amd64
View file @
036c6f89
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
debian/patches/set_soversion.patch
View file @
036c6f89
...
...
@@ -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