[med-svn] [Git][med-team/btllib][master] 2 commits: Use libcpptoml-dev

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Oct 10 07:17:44 BST 2022



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 <tille at debian.org>
+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.


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


More information about the debian-med-commit mailing list