[med-svn] [Git][med-team/hopscotch-map][master] 5 commits: Fix build with CMake 4
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Oct 21 06:24:28 BST 2025
Andreas Tille pushed to branch master at Debian Med / hopscotch-map
Commits:
5680f66c by Andreas Tille at 2025-10-21T07:19:33+02:00
Fix build with CMake 4
Closes: #1112993
- - - - -
34df0f02 by Andreas Tille at 2025-10-21T07:20:04+02:00
d/watch: version=5
- - - - -
faf9dea8 by Andreas Tille at 2025-10-21T07:20:13+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
6bbad144 by Andreas Tille at 2025-10-21T07:20:50+02:00
debputy lint --auto-fix (routine-update)
- - - - -
841825a8 by Andreas Tille at 2025-10-21T07:23:41+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,14 @@
+hopscotch-map (2.3.1-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix build with CMake 4
+ Closes: #1112993
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (routine-update)
+ * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Tue, 21 Oct 2025 07:20:53 +0200
+
hopscotch-map (2.3.1-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,12 +1,14 @@
Source: hopscotch-map
+Standards-Version: 4.7.2
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders:
+ Michael R. Crusoe <crusoe at debian.org>,
Section: libdevel
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <crusoe at debian.org>
-Build-Depends: debhelper-compat (= 13),
- cmake,
- libboost-test-dev
-Standards-Version: 4.6.2
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+ libboost-test-dev,
Vcs-Browser: https://salsa.debian.org/med-team/hopscotch-map
Vcs-Git: https://salsa.debian.org/med-team/hopscotch-map.git
Homepage: https://github.com/Tessil/hopscotch-map/
@@ -15,7 +17,8 @@ Rules-Requires-Root: no
Package: libtsl-hopscotch-map-dev
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
Description: C++ fast hash map and hash set using hopscotch hashing
The hopscotch-map library is a C++ implementation of a fast hash map and hash
set using open-addressing and hopscotch hashing to resolve collisions. It is a
=====================================
debian/rules
=====================================
@@ -4,15 +4,6 @@
export LC_ALL=C.UTF-8
include /usr/share/dpkg/default.mk
-# this provides:
-# DEB_SOURCE: the source package name
-# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision)
-# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision
-# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch
-# DEB_VERSION_UPSTREAM: the package's upstream version
-# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog
-# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as
-# specified by <https://reproducible-builds.org/specs/source-date-epoch/>
# for hardening you might like to uncomment this:
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
@@ -21,9 +12,9 @@ include /usr/share/dpkg/default.mk
dh $@
override_dh_auto_configure:
- dh_auto_configure
+ dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- dh_auto_configure --sourcedirectory=tests --builddirectory=build-tests
+ dh_auto_configure --sourcedirectory=tests --builddirectory=build-tests -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
endif
override_dh_auto_build:
=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
-version=4
+Version: 5
-https://github.com/Tessil/hopscotch-map/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+Template: Github
+Owner: Tessil
+Project: hopscotch-map
View it on GitLab: https://salsa.debian.org/med-team/hopscotch-map/-/compare/d01105c6e48b22f004c5803dd3f7d68fe1052b70...841825a81e35a1d8e0f6c3eef00dd20d317633e6
--
View it on GitLab: https://salsa.debian.org/med-team/hopscotch-map/-/compare/d01105c6e48b22f004c5803dd3f7d68fe1052b70...841825a81e35a1d8e0f6c3eef00dd20d317633e6
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/20251021/e6ca2277/attachment-0001.htm>
More information about the debian-med-commit
mailing list