Andreas Tille pushed to branch master at Debian Med / tvc
Commits: 1fc3f26d by Andreas Tille at 2018-12-13T07:06:13Z Enable build with ld --as-needed - - - - - 19f6fb6f by Andreas Tille at 2018-12-13T07:07:06Z Remove trailing whitespace in debian/changelog - - - - - 259b6ff3 by Andreas Tille at 2018-12-13T07:10:55Z Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/patches/use_debian_packaged_smithwaterman.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +tvc (5.0.3+git20151221.80e144e+dfsg-2) unstable; urgency=medium + + [ Logan Rosen ] + * Enable build with ld --as-needed + Closes: #916322 + + [ Andreas Tille ] + * Remove trailing whitespace in debian/changelog + + -- Andreas Tille <[email protected]> Thu, 13 Dec 2018 08:07:07 +0100 + tvc (5.0.3+git20151221.80e144e+dfsg-1) unstable; urgency=medium [ Steffen Moeller ] @@ -42,7 +53,7 @@ tvc (5.0.2+dfsg-1) experimental; urgency=medium tvc (5.0.0+dfsg-1) experimental; urgency=medium * new upstream release - * patches applied upstream can be removed + * patches applied upstream can be removed disorder.patch outputdir.patch sse.patch ===================================== debian/patches/use_debian_packaged_smithwaterman.patch ===================================== @@ -1,6 +1,6 @@ Description: Use Debian packaged libsmithwaterman Author: Andreas Tille <[email protected]> -Last-Update: Thu, 27 Sep 2018 08:59:37 +0200 +Last-Update: Wed, 12 Dec 2018 23:05:46 -0500 (see #916322) --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ Last-Update: Thu, 27 Sep 2018 08:59:37 +0200 add_executable(tvc ${tvcSRCS}) -target_link_libraries(tvc bamtools z pthread blas lapack armadillo jsoncpp) -+target_link_libraries(tvc bamtools z pthread blas lapack armadillo jsoncpp disorder smithwaterman) ++target_link_libraries(tvc bamtools z pthread blas lapack armadillo jsoncpp smithwaterman disorder) add_executable(tvcassembly @@ -36,7 +36,7 @@ Last-Update: Thu, 27 Sep 2018 08:59:37 +0200 ) -target_link_libraries(tvcutils bamtools z jsoncpp) -+target_link_libraries(tvcutils bamtools z jsoncpp disorder smithwaterman) ++target_link_libraries(tvcutils bamtools z jsoncpp smithwaterman disorder) install(TARGETS tvc DESTINATION bin) install(TARGETS tvcassembly DESTINATION bin) View it on GitLab: https://salsa.debian.org/med-team/tvc/compare/f5165aac845c0cc9f6d386b02d06ff3a3cb49119...259b6ff37b35f814e98da515336c649af4294079 -- View it on GitLab: https://salsa.debian.org/med-team/tvc/compare/f5165aac845c0cc9f6d386b02d06ff3a3cb49119...259b6ff37b35f814e98da515336c649af4294079 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
