[med-svn] [Git][med-team/sourmash][master] 3 commits: Remove upper limit from cargo dependency on rkyv (Closes: #1095393).
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Feb 11 17:11:58 GMT 2025
Andreas Tille pushed to branch master at Debian Med / sourmash
Commits:
0f48a2b9 by Andreas Tille at 2025-02-11T16:54:25+01:00
Remove upper limit from cargo dependency on rkyv (Closes: #1095393).
- - - - -
5f898b27 by Andreas Tille at 2025-02-11T17:59:14+01:00
Typo
- - - - -
8589346c by Andreas Tille at 2025-02-11T18:09:55+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/soften-deps
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,16 @@
-sourmash (4.8.14-3) UNRELEASED; urgency=medium
+sourmash (4.8.14-3) unstable; urgency=medium
+ * Team upload.
+
+ [ Michael R. Crusoe ]
* d/control: Add the Debian Rust team to the uploaders to signal that
they should feel free to make new uploads fixing the Rust side of
this package.
- -- Michael R. Crusoe <crusoe at debian.org> Thu, 30 Jan 2025 13:09:12 +0100
+ [ Peter Michal Green ]
+ * Remove upper limit from cargo dependency on rkyv (Closes: #1095393).
+
+ -- Andreas Tille <tille at debian.org> Tue, 11 Feb 2025 17:59:52 +0100
sourmash (4.8.14-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -2,7 +2,7 @@ Source: sourmash
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <crusoe at debian.org>
+Uploaders: Michael R. Crusoe <crusoe at debian.org>,
Debian Rust Maintainers <pkg-rust-maintainers at alioth-lists.debian.net>
Build-Depends: debhelper-compat (= 13),
architecture-is-64-bit,
=====================================
debian/patches/soften-deps
=====================================
@@ -1,4 +1,5 @@
Author: Michael R. Crusoe <crusoe at debian.org>
+Author: Peter Michael Greem <plugwash at debian.org>
Description: soften some dependencies to match what is packaged in Debian
Forwarded: not-needed
--- sourmash.orig/src/core/Cargo.toml
@@ -40,7 +41,8 @@ Forwarded: not-needed
-primal-check = "0.3.4"
+primal-check = "0.3"
rayon = { version = "1.10.0", optional = true }
- rkyv = { version = "0.7.44", optional = true }
+-rkyv = { version = "0.7.44", optional = true }
++rkyv = { version = ">= 0.7.44", optional = true }
-roaring = "0.10.10"
+roaring = "0.10"
roots = "0.0.8"
View it on GitLab: https://salsa.debian.org/med-team/sourmash/-/compare/eb290d4b4536058ee316f6f299038554fcb405bc...8589346c50966764540119ab39725904372af26d
--
View it on GitLab: https://salsa.debian.org/med-team/sourmash/-/compare/eb290d4b4536058ee316f6f299038554fcb405bc...8589346c50966764540119ab39725904372af26d
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/20250211/c3f68078/attachment-0001.htm>
More information about the debian-med-commit
mailing list