[med-svn] [Git][med-team/libshrinkwrap][master] 6 commits: d/control: complete package description.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Thu Sep 25 20:39:38 BST 2025
Étienne Mollier pushed to branch master at Debian Med / libshrinkwrap
Commits:
0be4182c by Étienne Mollier at 2025-09-25T21:30:03+02:00
d/control: complete package description.
- - - - -
f40f4f40 by Étienne Mollier at 2025-09-25T21:34:12+02:00
d/control: declare compliance to standards version 4.7.2.
- - - - -
044c23be by Étienne Mollier at 2025-09-25T21:34:41+02:00
cmake-4.patch: new: fix build failure with cmake 4.
Closes: #1113199
- - - - -
e6cac0ee by Étienne Mollier at 2025-09-25T21:35:59+02:00
d/watch: convert to v5 Github template.
- - - - -
2d0c1cae by Étienne Mollier at 2025-09-25T21:37:45+02:00
d/control: remove redundant Rules-Requires-Root: no.
- - - - -
0bf8c4e4 by Étienne Mollier at 2025-09-25T21:39:14+02:00
d/changelog: ready for upload to unstable.
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/cmake-4.patch
- + debian/patches/series
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,18 @@
-libshrinkwrap (1.2.0-3) UNRELEASED; urgency=medium
+libshrinkwrap (1.2.0-3) unstable; urgency=medium
+ * Team upload.
+
+ [ Nilesh Patra ]
* Mark M-A: foreign
- -- Nilesh Patra <nilesh at debian.org> Sat, 15 Oct 2022 18:30:16 +0530
+ [ Étienne Mollier ]
+ * d/control: complete package description.
+ * d/control: declare compliance to standards version 4.7.2.
+ * cmake-4.patch: new: fix build failure with cmake 4. (Closes: #1113199)
+ * d/watch: convert to v5 Github template.
+ * d/control: remove redundant Rules-Requires-Root: no.
+
+ -- Étienne Mollier <emollier at debian.org> Thu, 25 Sep 2025 21:38:14 +0200
libshrinkwrap (1.2.0-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -5,15 +5,24 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Build-Depends: debhelper-compat (= 13),
cmake
-Standards-Version: 4.6.1
+Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/libshrinkwrap
Vcs-Git: https://salsa.debian.org/med-team/libshrinkwrap.git
Homepage: https://github.com/jonathonl/shrinkwrap
-Rules-Requires-Root: no
Multi-Arch: foreign
Package: libshrinkwrap-dev
Architecture: all
Depends: ${misc:Depends}
-Description: XZ streambuf with std::istream
- Shrinkwrap os a std::streambuf wrapper for compression formats.
+Description: std::streambuf wrapper for compression formats
+ Shrinkwrap is a std::streambuf wrapper for compression formats.
+ It supports:
+ .
+ * XZ streambuf with std::istream,
+ * XZ streambuf with std::istreambuf_iterator,
+ * XZ input stream,
+ * XZ output stream,
+ * BGZF (Blocked GNU Zip Format),
+ * and of course generic input streams
+ .
+ Caveat: it does not support files with concatenated xz streams.
=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,23 @@
+Description: fix build failure with cmake 4.
+ Since cmake 4, the build fails with error:
+ .
+ CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
+ Compatibility with CMake < 3.5 has been removed from CMake.
+ .
+ This change bumps the requirement level to 3.10, as it currently (as of
+ cmake 4.1.1) neither errors nor warns about compatibility level too
+ old.
+Author: Étienne Mollier <emollier
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113199
+Forwarded: no
+Last-Update: 2025-09-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libshrinkwrap.orig/CMakeLists.txt
++++ libshrinkwrap/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.2)
++cmake_minimum_required(VERSION 3.10)
+ project(shrinkwrap VERSION 1.2.0)
+
+ include(CMakePackageConfigHelpers)
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+cmake-4.patch
=====================================
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/jonathonl/shrinkwrap/tags (?:.*?/)?v?@ANY_VERSION@\.tar\.gz
+Template: Github
+Owner: jonathonl
+Project: shrinkwrap
View it on GitLab: https://salsa.debian.org/med-team/libshrinkwrap/-/compare/acaca0f7c6a00d966498587ed07b1e94a83e8b71...0bf8c4e47e899690f415aad4f239201b152259bb
--
View it on GitLab: https://salsa.debian.org/med-team/libshrinkwrap/-/compare/acaca0f7c6a00d966498587ed07b1e94a83e8b71...0bf8c4e47e899690f415aad4f239201b152259bb
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/20250925/d8aab9cd/attachment-0001.htm>
More information about the debian-med-commit
mailing list