Andreas Tille pushed to branch master at Debian Med / discosnp
Commits: 4e10a969 by Andreas Tille at 2019-01-21T13:01:14Z debhelper 12 - - - - - 013ed277 by Andreas Tille at 2019-01-21T13:01:18Z Standards-Version: 4.3.0 - - - - - 92e30bfe by Andreas Tille at 2019-01-21T13:03:05Z Cleanup changelog - - - - - 7294c10e by Andreas Tille at 2019-01-22T13:32:49Z Use cmake input file of Debian packaged gatb-core - - - - - 69d06fc5 by Andreas Tille at 2019-01-22T13:59:23Z Build-Depends: libboost-dev, libgatbcore-dev, libhdf5-dev, zlib1g-dev - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - + debian/patches/series - + debian/patches/use_debian_packaged_gatb-core.patch Changes: ===================================== debian/changelog ===================================== @@ -2,12 +2,13 @@ discosnp (2.3.0-1) UNRELEASED; urgency=medium * Point watch file to Github * New upstream version - * debhelper 11 + * debhelper 12 * Point Vcs fields to salsa.debian.org - * Standards-Version: 4.2.1 + * Standards-Version: 4.3.0 * Remove trailing whitespace in debian/changelog * Remove trailing whitespace in debian/control * Remove trailing whitespace in debian/copyright + * Build-Depends: libboost-dev, libgatbcore-dev, libhdf5-dev, zlib1g-dev -- Andreas Tille <[email protected]> Sat, 20 Oct 2018 10:56:58 +0200 ===================================== debian/compat ===================================== @@ -1 +1 @@ -11 +12 ===================================== debian/control ===================================== @@ -4,10 +4,13 @@ Uploaders: Olivier Sallou <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper (>= 12~), cmake, - libgatbcore-dev -Standards-Version: 4.2.1 + libgatbcore-dev, + libboost-dev, + libhdf5-dev, + zlib1g-dev +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/discosnp Vcs-Git: https://salsa.debian.org/med-team/discosnp.git Homepage: http://colibread.inria.fr/discosnp/ ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +use_debian_packaged_gatb-core.patch ===================================== debian/patches/use_debian_packaged_gatb-core.patch ===================================== @@ -0,0 +1,17 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 21 Jan 2019 09:01:19 +0100 +Description: Use cmake input file of Debian packaged gatb-core + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -29,8 +29,8 @@ ENDIF() + ################################################################################ + # Define cmake modules directory + ################################################################################ +-SET (GATB_CORE_HOME ${PROJECT_SOURCE_DIR}/thirdparty/gatb-core/gatb-core) +-SET (CMAKE_MODULE_PATH ${GATB_CORE_HOME}/cmake) ++include(GNUInstallDirs) ++SET (CMAKE_MODULE_PATH /usr/${CMAKE_INSTALL_LIBDIR}/cmake) + + ################################################################################ + # THIRD PARTIES View it on GitLab: https://salsa.debian.org/med-team/discosnp/compare/d65144fba06540e521219d9d79be84496907bf4d...69d06fc5a043011814b8eba1ab7cc4d3dcc27c8c -- View it on GitLab: https://salsa.debian.org/med-team/discosnp/compare/d65144fba06540e521219d9d79be84496907bf4d...69d06fc5a043011814b8eba1ab7cc4d3dcc27c8c 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
