[med-svn] [Git][med-team/savvy][master] 3 commits: FInalise copyright
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Oct 14 20:35:59 BST 2022
Andreas Tille pushed to branch master at Debian Med / savvy
Commits:
c47b10cd by Andreas Tille at 2022-10-14T21:11:30+02:00
FInalise copyright
- - - - -
2e029cf4 by Andreas Tille at 2022-10-14T21:20:02+02:00
Upload to new
- - - - -
f7173693 by Andreas Tille at 2022-10-14T21:35:36+02:00
fix zlib linking
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/patches/enable_zstd.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
-savvy (2.1.0-1) UNRELEASED; urgency=medium
+savvy (2.1.0-1) unstable; urgency=medium
- * Initial release (Closes: #<bug>)
+ * Initial release (Closes: #1021788)
- -- Andreas Tille <tille at debian.org> Thu, 22 Sep 2022 10:06:27 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 14 Oct 2022 21:19:28 +0200
=====================================
debian/control
=====================================
@@ -6,7 +6,8 @@ Uploaders: Andreas Tille <tille at debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libshrinkwrap-dev,
- libzstd-dev
+ libzstd-dev,
+ zlib1g-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/savvy
Vcs-Git: https://salsa.debian.org/med-team/savvy.git
=====================================
debian/copyright
=====================================
@@ -3,7 +3,9 @@ Upstream-Name: savvy
Source: https://github.com/statgen/savvy
Files: *
-Copyright: 20xx-20yy FIXME
+Copyright: 2019-2022 Jonathon LeFaive,
+ Nicholas Knoblauch,
+ Alex Petty
License: MPL-2.0
Files: debian/*
@@ -12,4 +14,4 @@ License: MPL-2.0
License: MPL-2.0
On Debian systems you can find the full text of the Mozilla Public
- License Version 2.0 at /usr/share/common-licenses/MPL-2.0.
\ No newline at end of file
+ License Version 2.0 at /usr/share/common-licenses/MPL-2.0.
=====================================
debian/patches/enable_zstd.patch
=====================================
@@ -21,7 +21,7 @@ Description: Make sure libzstd will be linked
-target_link_libraries(savvy INTERFACE shrinkwrap) #${ZLIB_LIBRARY} ${ZSTD_LIBRARY} ${CMAKE_THREAD_LIBS_INIT})
+#target_link_libraries(savvy INTERFACE shrinkwrap) #${ZLIB_LIBRARY} ${ZSTD_LIBRARY} ${CMAKE_THREAD_LIBS_INIT})
-+target_link_libraries(savvy INTERFACE shrinkwrap ${ZSTD_LIBRARY}) #${ZLIB_LIBRARY} ${CMAKE_THREAD_LIBS_INIT})
++target_link_libraries(savvy INTERFACE shrinkwrap ${ZSTD_LIBRARY} ${ZLIB_LIBRARY}) # ${CMAKE_THREAD_LIBS_INIT})
target_include_directories(savvy INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<INSTALL_INTERFACE:include>)
target_compile_definitions(savvy INTERFACE -DSAVVY_VERSION="${PROJECT_VERSION}")
View it on GitLab: https://salsa.debian.org/med-team/savvy/-/compare/155e546f83a564b9d752da216999ad245e58697c...f71736931493cb5778c5926ec4ee2c99412cb1f3
--
View it on GitLab: https://salsa.debian.org/med-team/savvy/-/compare/155e546f83a564b9d752da216999ad245e58697c...f71736931493cb5778c5926ec4ee2c99412cb1f3
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/20221014/0f85ddf3/attachment-0001.htm>
More information about the debian-med-commit
mailing list