Andreas Tille pushed to branch master at Debian Med / idba
Commits: 507faa91 by Andreas Tille at 2022-11-05T20:28:13+01:00 Fix watch file - - - - - d174c8e0 by Andreas Tille at 2022-11-05T20:28:39+01:00 routine-update: Standards-Version: 4.6.1 - - - - - 8887b75d by Andreas Tille at 2022-11-05T20:28:39+01:00 routine-update: debhelper-compat 13 - - - - - 5264fb03 by Andreas Tille at 2022-11-05T21:26:30+01:00 Fix dh_missing - - - - - 98174000 by Andreas Tille at 2022-11-05T21:29:37+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/not-installed - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +idba (1.1.3-8) unstable; urgency=medium + + * Fix watch file + * Standards-Version: 4.6.1 (routine-update) + * debhelper-compat 13 (routine-update) + * Fix dh_missingwq + + -- Andreas Tille <[email protected]> Sat, 05 Nov 2022 21:27:52 +0100 + idba (1.1.3-7) unstable; urgency=medium * Rules-Requires-Root: no (routine-update) ===================================== debian/control ===================================== @@ -3,10 +3,10 @@ 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), libgtest-dev <!nocheck>, python3 <!nocheck> -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/idba Vcs-Git: https://salsa.debian.org/med-team/idba.git Homepage: https://github.com/loneknightpy/idba ===================================== debian/not-installed ===================================== @@ -0,0 +1 @@ +usr/bin/run-unittest.py ===================================== debian/watch ===================================== @@ -1,2 +1,4 @@ -version=3 -https://github.com/loneknightpy/idba/releases .*/releases/.*/idba-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)$ +version=4 + +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ + https://github.com/loneknightpy/idba/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/idba/-/compare/4511e9c0d46173ffa8fad2749341b55d98e2d38c...98174000265251ffc29e1534c6f7f8140ad2cfc6 -- View it on GitLab: https://salsa.debian.org/med-team/idba/-/compare/4511e9c0d46173ffa8fad2749341b55d98e2d38c...98174000265251ffc29e1534c6f7f8140ad2cfc6 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
