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 <[email protected]> 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 <[email protected]> -Uploaders: Shayan Doust <[email protected]> +Uploaders: + Shayan Doust <[email protected]>, 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@-$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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
