Andreas Tille pushed to branch master at Debian Med / btllib
Commits:
4626bda3 by Andreas Tille at 2022-10-10T08:02:48+02:00
Use libcpptoml-dev
- - - - -
333306a5 by Andreas Tille at 2022-10-10T08:15:50+02:00
Meson also wants to copy includes from libsdsl-dev
- - - - -
3 changed files:
- debian/control
- debian/patches/series
- + debian/patches/use_debian_packaged_libs.patch
Changes:
=====================================
debian/control
=====================================
@@ -22,6 +22,8 @@ Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
+ libcpptoml-dev,
+ libsdsl-dev,
samtools,
wget
Description: Bioinformatics Technology Lab common code library
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
find_object_files_at_right_loc.patch
# shared+static_lib.patch
+use_debian_packaged_libs.patch
=====================================
debian/patches/use_debian_packaged_libs.patch
=====================================
@@ -0,0 +1,22 @@
+Author: Andreas Tille <[email protected]>
+Last-Update: Wed, 05 Oct 2022 12:57:29 +0200
+Description: There is nothing to copy if libcpptoml-dev package is used
+
+--- a/scripts/install-cpptoml
++++ b/scripts/install-cpptoml
+@@ -7,4 +7,4 @@ fi
+
+ mkdir -p "${DESTDIR}/${MESON_INSTALL_PREFIX}/include"
+
+-cp "${MESON_SOURCE_ROOT}/subprojects/cpptoml/include/cpptoml.h"
"${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/"
+\ No newline at end of file
++#cp "${MESON_SOURCE_ROOT}/subprojects/cpptoml/include/cpptoml.h"
"${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/"
+--- a/scripts/install-sdsl-lite
++++ b/scripts/install-sdsl-lite
+@@ -7,4 +7,4 @@ fi
+
+ mkdir -p "${DESTDIR}/${MESON_INSTALL_PREFIX}/include"
+
+-cp -r "${MESON_SOURCE_ROOT}/subprojects/sdsl-lite/include/sdsl"
"${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/"
+\ No newline at end of file
++# cp -r "${MESON_SOURCE_ROOT}/subprojects/sdsl-lite/include/sdsl"
"${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/"
View it on GitLab:
https://salsa.debian.org/med-team/btllib/-/compare/b981d506b5d99049e908d9b898032d111b630cf7...333306a5d637206fa338cef1eb569285deea8bbe
--
View it on GitLab:
https://salsa.debian.org/med-team/btllib/-/compare/b981d506b5d99049e908d9b898032d111b630cf7...333306a5d637206fa338cef1eb569285deea8bbe
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit