[med-svn] [Git][med-team/argh][master] 5 commits: Fix build witg CMake 4 Closes: #1112707

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Oct 3 20:55:29 BST 2025



Andreas Tille pushed to branch master at Debian Med / argh


Commits:
214e6f91 by Andreas Tille at 2025-10-03T21:37:09+02:00
Fix build witg CMake 4  Closes: #1112707

- - - - -
d7d98b82 by Andreas Tille at 2025-10-03T21:39:49+02:00
d/watch: Version: 5

- - - - -
6e432496 by Andreas Tille at 2025-10-03T21:40:00+02:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
a357cdf2 by Andreas Tille at 2025-10-03T21:40:04+02:00
debputy lint --auto-fix (routine-update)

- - - - -
8c69f119 by Andreas Tille at 2025-10-03T21:40:42+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 @@
+argh (1.3.2+ds-3) unstable; urgency=medium
+
+  * Team upload.
+  * Fix build witg CMake 4
+    Closes: #1112707
+  * d/watch: Version: 5
+  * Standards-Version: 4.7.2 (routine-update)
+  * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 03 Oct 2025 21:40:06 +0200
+
 argh (1.3.2+ds-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -1,12 +1,14 @@
 Source: argh
+Standards-Version: 4.7.2
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Shayan Doust <hello at shayandoust.me>
+Uploaders:
+ Shayan Doust <hello at shayandoust.me>,
 Section: libdevel
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
-               cmake,
-               doctest-dev
-Standards-Version: 4.6.1
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+ doctest-dev,
 Vcs-Browser: https://salsa.debian.org/med-team/argh
 Vcs-Git: https://salsa.debian.org/med-team/argh.git
 Homepage: https://github.com/adishavit/argh
@@ -15,7 +17,8 @@ Rules-Requires-Root: no
 Package: libargh-dev
 Architecture: all
 Multi-Arch: foreign
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
 Description: C++ header-only command line processing library
  So many different command line processing libraries out there and none
  of them just work! Some bring their whole extended family of related and


=====================================
debian/rules
=====================================
@@ -11,6 +11,9 @@ include /usr/share/dpkg/default.mk
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	obj-*/argh_tests


=====================================
debian/watch
=====================================
@@ -1,6 +1,7 @@
-version=4
+Version: 5
 
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%, \
-	repacksuffix=+ds, \
-        dversionmangle=auto" \
-https://github.com/adishavit/argh/tags .*/v?@ANY_VERSION@\.tar\.gz
+Template: Github
+Owner: adishavit
+Project: @PACKAGE@
+Repack-Suffix: +ds
+Dversion-Mangle: auto



View it on GitLab: https://salsa.debian.org/med-team/argh/-/compare/d1b403315d3fd73e8103e94034f81c1df07765a3...8c69f119e0d928ac47b761738d2faf9837df57e0

-- 
View it on GitLab: https://salsa.debian.org/med-team/argh/-/compare/d1b403315d3fd73e8103e94034f81c1df07765a3...8c69f119e0d928ac47b761738d2faf9837df57e0
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/20251003/cfa88145/attachment-0001.htm>


More information about the debian-med-commit mailing list