Andreas Tille pushed to branch master at Debian Med / aghermann
Commits: 883c9fcb by Andreas Tille at 2023-08-07T07:52:44+02:00 Fix FTBFS with gcc 13 - - - - - 16e71b10 by Andreas Tille at 2023-08-07T07:53:04+02:00 routine-update: Standards-Version: 4.6.2 - - - - - 68a3a829 by Andreas Tille at 2023-08-07T07:53:04+02:00 routine-update: debhelper-compat 13 - - - - - d3e9dda2 by Andreas Tille at 2023-08-07T07:53:08+02:00 routine-update: Add salsa-ci file - - - - - a8157674 by Andreas Tille at 2023-08-07T07:53:08+02:00 routine-update: Rules-Requires-Root: no - - - - - 13002121 by Andreas Tille at 2023-08-07T07:53:20+02:00 routine-update: watch file standard 4 - - - - - 1f1209d5 by Andreas Tille at 2023-08-07T07:56:44+02:00 routine-update: Ready to upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - + debian/patches/gcc-13.patch - debian/patches/series - + debian/salsa-ci.yml - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,20 @@ -aghermann (1.1.2-4) UNRELEASED; urgency=medium +aghermann (1.1.2-4) unstable; urgency=medium + [ Andreas Tille ] * Team upload. * Add content of status e-mail to README.Debian - -- Andreas Tille <[email protected]> Tue, 14 Jan 2020 08:10:20 +0100 + [ Adrian Bunk ] + * Fix FTBFS with gcc 13 + + [ Andreas Tille ] + * Standards-Version: 4.6.2 (routine-update) + * debhelper-compat 13 (routine-update) + * Add salsa-ci file (routine-update) + * Rules-Requires-Root: no (routine-update) + * watch file standard 4 (routine-update) + + -- Andreas Tille <[email protected]> Mon, 07 Aug 2023 07:53:20 +0200 aghermann (1.1.2-3) unstable; urgency=medium ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andrei Zavada <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), autoconf-archive, pkg-config, libgomp1, @@ -17,10 +17,11 @@ Build-Depends: debhelper-compat (= 12), liblua5.2-dev, lua5.2, libxml2-utils -Standards-Version: 4.4.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/aghermann Vcs-Git: https://salsa.debian.org/med-team/aghermann.git Homepage: http://johnhommer.com/academic/code/aghermann +Rules-Requires-Root: no Package: aghermann Architecture: any ===================================== debian/patches/gcc-13.patch ===================================== @@ -0,0 +1,14 @@ +Description: Fix FTBFS with gcc 13 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1037571 + +--- aghermann-1.1.2.orig/src/libsigfile/source-base.hh ++++ aghermann-1.1.2/src/libsigfile/source-base.hh +@@ -12,6 +12,7 @@ + #ifndef AGH_SIGFILE_SOURCE_BASE_H_ + #define AGH_SIGFILE_SOURCE_BASE_H_ + ++#include <stdint.h> + #include <tuple> + + #include "common/alg.hh" ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ workaround_gcc-9_issue.patch +gcc-13.patch ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 +version=4 http://johnhommer.com/academic/code/aghermann/source/aghermann-([\d\.]+).tar.xz View it on GitLab: https://salsa.debian.org/med-team/aghermann/-/compare/7ff086a4c39acebaff4913c189ecf0ac5032cc6f...1f1209d552def575a5d870a72b1b2a8337c0f627 -- View it on GitLab: https://salsa.debian.org/med-team/aghermann/-/compare/7ff086a4c39acebaff4913c189ecf0ac5032cc6f...1f1209d552def575a5d870a72b1b2a8337c0f627 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
