[med-svn] [Git][med-team/libatomicbitvector][master] 5 commits: d/control: declare compliance to standards version 4.7.2.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Oct 1 19:01:10 BST 2025
Étienne Mollier pushed to branch master at Debian Med / libatomicbitvector
Commits:
f10de90c by Étienne Mollier at 2025-10-01T19:57:36+02:00
d/control: declare compliance to standards version 4.7.2.
- - - - -
2cc3c747 by Étienne Mollier at 2025-10-01T19:57:58+02:00
d/control: drop redundtant Rules-Requires-Root: no.
- - - - -
75d69944 by Étienne Mollier at 2025-10-01T19:59:27+02:00
d/watch: convert to watch file v5.
- - - - -
7d678c05 by Étienne Mollier at 2025-10-01T19:59:46+02:00
cmake-4.patch: new: bump minimum cmake to 3.10.
Closes: #1113113
- - - - -
63d0e20f by Étienne Mollier at 2025-10-01T20:00:49+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,3 +1,19 @@
+libatomicbitvector (0.0+git20200519.e295358-4) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Michael R. Crusoe ]
+ * d/rules: use DEB_BUILD_OPTION_PARALLEL instead of nproc to respect
+ Debian Policy 4.9.1.
+
+ [ Étienne Mollier ]
+ * d/control: declare compliance to standards version 4.7.2.
+ * d/control: drop redundtant Rules-Requires-Root: no.
+ * d/watch: convert to watch file v5.
+ * cmake-4.patch: new: bump minimum cmake to 3.10. (Closes: #1113113)
+
+ -- Étienne Mollier <emollier at debian.org> Wed, 01 Oct 2025 20:00:25 +0200
+
libatomicbitvector (0.0+git20200519.e295358-3) unstable; urgency=medium
* Fix clean target
=====================================
debian/control
=====================================
@@ -5,11 +5,10 @@ Section: libdevel
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake
-Standards-Version: 4.6.2
+Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/libatomicbitvector
Vcs-Git: https://salsa.debian.org/med-team/libatomicbitvector.git
Homepage: https://github.com/ekg/atomicbitvector
-Rules-Requires-Root: no
Package: libatomicbitvector-dev
Architecture: all
=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,19 @@
+Description: bump cmake minimum required to 3.10.
+ This fixes errors and warnings caused by lower requirements with cmake
+ version 4 onwards.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113113
+Forwarded: no
+Last-Update: 2025-10-01
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libatomicbitvector.orig/CMakeLists.txt
++++ libatomicbitvector/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ # Specify the minimum version for CMake
+
+-cmake_minimum_required(VERSION 3.1)
++cmake_minimum_required(VERSION 3.10)
+
+ # Project's name
+ project(atomicbitvector)
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+cmake-4.patch
=====================================
debian/watch
=====================================
@@ -1,4 +1,6 @@
-version=4
+Version: 5
-opts="mode=git,pretty=0.0+git%cd.%h" \
- https://github.com/ekg/atomicbitvector.git HEAD
+Source: https://github.com/ekg/atomicbitvector.git
+Matching-Pattern: HEAD
+Mode: git
+Git-Pretty: 0.0+git%cd.%h
View it on GitLab: https://salsa.debian.org/med-team/libatomicbitvector/-/compare/4fc96d117e59750a3d818d20c72144ff05de4b1d...63d0e20fe58f4e06feb7819e60a2d07dd3def796
--
View it on GitLab: https://salsa.debian.org/med-team/libatomicbitvector/-/compare/4fc96d117e59750a3d818d20c72144ff05de4b1d...63d0e20fe58f4e06feb7819e60a2d07dd3def796
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/20251001/9167d4b8/attachment-0001.htm>
More information about the debian-med-commit
mailing list