Nilesh Patra pushed to branch master at Debian Med / scrappie
Commits: 3c3b4d32 by Nilesh Patra at 2025-09-26T17:45:08+05:30 Bump Standards-Version to 4.7.2 (no changes needed) - - - - - 237e7c0f by Nilesh Patra at 2025-09-26T17:45:45+05:30 Add patch to bump minimum cmake version (Closes: #1113489) - - - - - aa4cf8ff by Nilesh Patra at 2025-09-26T17:46:10+05:30 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/series - + debian/patches/update-minimum-cmake-version.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +scrappie (1.4.2-9) unstable; urgency=medium + + * Team Upload. + * Remove myself from uploaders + * Bump Standards-Version to 4.7.2 (no changes needed) + * Add patch to bump minimum cmake version (Closes: #1113489) + + -- Nilesh Patra <[email protected]> Fri, 26 Sep 2025 17:45:52 +0530 + scrappie (1.4.2-8) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), libopenblas-dev, cmake, libsimde-dev -Standards-Version: 4.6.0 +Standards-Version: 4.7.2 Homepage: https://github.com/nanoporetech/scrappie Vcs-Browser: https://salsa.debian.org/med-team/scrappie Vcs-Git: https://salsa.debian.org/med-team/scrappie.git ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ simde.patch +update-minimum-cmake-version.patch ===================================== debian/patches/update-minimum-cmake-version.patch ===================================== @@ -0,0 +1,8 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 2.8.12) ++cmake_minimum_required (VERSION 3.5) + project (scrappie C) + + option (BUILD_SHARED_LIB "Build a shared library" OFF) View it on GitLab: https://salsa.debian.org/med-team/scrappie/-/compare/3e61324afdb36037320c2a38f1ecd56c401d74c3...aa4cf8ffe260c6400d1ef25851cf5bd600883010 -- View it on GitLab: https://salsa.debian.org/med-team/scrappie/-/compare/3e61324afdb36037320c2a38f1ecd56c401d74c3...aa4cf8ffe260c6400d1ef25851cf5bd600883010 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
