[med-svn] [Git][med-team/savvy][master] 5 commits: Fix build with CMake 4 Closes: #1113483
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Oct 20 12:51:18 BST 2025
Andreas Tille pushed to branch master at Debian Med / savvy
Commits:
e5de179e by Andreas Tille at 2025-10-20T13:32:50+02:00
Fix build with CMake 4 Closes: #1113483
- - - - -
37e4c68f by Andreas Tille at 2025-10-20T13:33:23+02:00
d/watch: version=5
- - - - -
92c4432d by Andreas Tille at 2025-10-20T13:33:40+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
2073a6b3 by Andreas Tille at 2025-10-20T13:33:53+02:00
debputy lint --auto-fix (routine-update)
- - - - -
7e28f051 by Andreas Tille at 2025-10-20T13:35:13+02:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+savvy (2.1.0-4) unstable; urgency=medium
+
+ * Fix build with CMake 4
+ Closes: #1113483
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (routine-update)
+ * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Oct 2025 13:33:55 +0200
+
savvy (2.1.0-3) unstable; urgency=medium
* gcc-14.patch: new: fix an improper assignment in an assert.
=====================================
debian/control
=====================================
@@ -1,15 +1,17 @@
Source: savvy
+Standards-Version: 4.7.2
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders:
+ Andreas Tille <tille at debian.org>,
+ Étienne Mollier <emollier at debian.org>,
Section: science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>,
- Étienne Mollier <emollier at debian.org>
-Build-Depends: debhelper-compat (= 13),
- cmake,
- libshrinkwrap-dev,
- libzstd-dev,
- zlib1g-dev
-Standards-Version: 4.7.0
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+ libshrinkwrap-dev,
+ libzstd-dev,
+ zlib1g-dev,
Vcs-Browser: https://salsa.debian.org/med-team/savvy
Vcs-Git: https://salsa.debian.org/med-team/savvy.git
Homepage: https://github.com/statgen/savvy
@@ -17,7 +19,9 @@ Rules-Requires-Root: no
Package: savvy-util
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
Description: conversion tool for SAV file format
Savvy is the official C++ interface for the SAV file format and offers
seamless support for BCF and VCF files.
@@ -27,8 +31,9 @@ Description: conversion tool for SAV file format
Package: libsavvy-dev
Architecture: all
Section: libdevel
-Depends: ${misc:Depends},
- libshrinkwrap-dev
+Depends:
+ ${misc:Depends},
+ libshrinkwrap-dev,
Description: C++ interface for the SAV file format
Savvy is the official C++ interface for the SAV file format and offers
seamless support for BCF and VCF files.
=====================================
debian/rules
=====================================
@@ -5,3 +5,6 @@ export LC_ALL=C.UTF-8
%:
dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-version=4
+Version: 5
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
-https://github.com/statgen/savvy/tags (?:.*?/)?v?@ANY_VERSION@\.tar\.gz
+Template: Github
+Owner: statgen
+Project: savvy
View it on GitLab: https://salsa.debian.org/med-team/savvy/-/compare/8f2a5bc7bca80447c6ba12c4ac228813dd1cb6fe...7e28f0511e2ff17e312440d8b1a682ef61323df0
--
View it on GitLab: https://salsa.debian.org/med-team/savvy/-/compare/8f2a5bc7bca80447c6ba12c4ac228813dd1cb6fe...7e28f0511e2ff17e312440d8b1a682ef61323df0
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/20251020/2c86da18/attachment-0001.htm>
More information about the debian-med-commit
mailing list