[med-svn] [Git][med-team/ivar][master] 2 commits: d/watch: version=5
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Aug 13 09:21:24 BST 2026
Andreas Tille pushed to branch master at Debian Med / ivar
Commits:
1891447a by Andreas Tille at 2026-08-13T10:20:59+02:00
d/watch: version=5
- - - - -
401148dd by Andreas Tille at 2026-08-13T10:21:11+02:00
d/rules: Add -std=c++17 Closes: #1143665
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ivar (1.4.4+dfsg-3) UNRELEASED; urgency=medium
+
+ * d/watch: version=5
+ * d/rules: Add -std=c++17
+ Closes: #1143665
+
+ -- Andreas Tille <tille at debian.org> Thu, 13 Aug 2026 10:14:43 +0200
+
ivar (1.4.4+dfsg-2) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -3,9 +3,11 @@
export LC_ALL=C.UTF-8
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_CXXFLAGS_MAINT_APPEND = -std=c++17
+
# Fix a shift against reference data on i386 causing autopkgtest regressions.
ifneq (,$(filter $(DEB_HOST_ARCH),i386))
-export DEB_CXXFLAGS_MAINT_APPEND = -ffloat-store
+export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store
endif
%:
=====================================
debian/watch
=====================================
@@ -1,4 +1,6 @@
-version=4
+Version: 5
-opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
-https://github.com/andersen-lab/ivar/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+Template: Github
+Dist: https://github.com/andersen-lab/ivar
+Dversion-Mangle: auto
+Repack-Suffix: +dfsg
View it on GitLab: https://salsa.debian.org/med-team/ivar/-/compare/7f0c87ddf1fda8183f8d8b8798ba17ecafb15373...401148dd18d079a6c404528e8b07cd5f3e7e3c74
--
View it on GitLab: https://salsa.debian.org/med-team/ivar/-/compare/7f0c87ddf1fda8183f8d8b8798ba17ecafb15373...401148dd18d079a6c404528e8b07cd5f3e7e3c74
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260813/aab1110f/attachment-0001.htm>
More information about the debian-med-commit
mailing list