Michael R. Crusoe pushed to branch debian/experimental at Debian Med / examl
Commits: 595588a9 by Andreas Tille at 2021-10-12T07:30:43+02:00 Fix watchfile to detect new versions on github - - - - - 3cca79d1 by Andreas Tille at 2021-10-12T07:30:57+02:00 routine-update: Standards-Version: 4.6.0 - - - - - 878d65a4 by Andreas Tille at 2021-10-12T07:30:57+02:00 routine-update: debhelper-compat 13 - - - - - 179fff66 by Andreas Tille at 2021-10-12T07:34:26+02:00 routine-update: Ready to upload to unstable - - - - - 64c4f3b2 by Andreas Tille at 2022-01-18T18:00:11+01:00 Really fix watch file - - - - - 68a28ff6 by Andreas Tille at 2022-01-18T18:00:28+01:00 Add missing build dependency on dh addon. Changes-By: lintian-brush Fixes: lintian: missing-build-dependency-for-dh_-command See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh_-command.html - - - - - 03773e5a by Andreas Tille at 2022-01-18T18:03:33+01:00 routine-update: Ready to upload to unstable - - - - - 183bfb58 by Michael R. Crusoe at 2023-01-22T17:29:40+01:00 Experimental rebuild with SIMDe 0.7.3~0git20230118123246.d1e75cd - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,28 @@ -examl (3.0.22-2) UNRELEASED; urgency=medium +examl (3.0.22-4~0exp) experimental; urgency=medium + * Team upload. + * Experimental rebuild with SIMDe 0.7.3~0git20230118123246.d1e75cd + + -- Michael R. Crusoe <[email protected]> Sun, 22 Jan 2023 17:17:02 +0100 + +examl (3.0.22-3) unstable; urgency=medium + + * Really fix watch file + * Add missing build dependency on dh addon. + + -- Andreas Tille <[email protected]> Tue, 18 Jan 2022 18:00:33 +0100 + +examl (3.0.22-2) unstable; urgency=medium + + [ Michael R. Crusoe ] * The SIMDe patch has been forwarded upstream. - -- Michael R. Crusoe <[email protected]> Sat, 20 Jun 2020 14:06:21 +0200 + [ Andreas Tille ] + * Fix watchfile to detect new versions on github + * Standards-Version: 4.6.0 (routine-update) + * debhelper-compat 13 (routine-update) + + -- Andreas Tille <[email protected]> Tue, 12 Oct 2021 07:31:05 +0200 examl (3.0.22-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -3,10 +3,11 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), libopenmpi-dev, - libsimde-dev -Standards-Version: 4.5.0 + libsimde-dev (>= 0.7.3~0git20230118123246.d1e75cd), + debhelper +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/examl Vcs-Git: https://salsa.debian.org/med-team/examl.git Homepage: https://github.com/stamatak/ExaML ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ version=4 -https://github.com/stamatak/ExaML/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +https://github.com/stamatak/ExaML/tags .*/v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) View it on GitLab: https://salsa.debian.org/med-team/examl/-/compare/78ddcc7335c56a9d071722283a41fdcaafab9060...183bfb5888a1d29bf5975b926a95209bb3f35c2e -- View it on GitLab: https://salsa.debian.org/med-team/examl/-/compare/78ddcc7335c56a9d071722283a41fdcaafab9060...183bfb5888a1d29bf5975b926a95209bb3f35c2e 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
