Andreas Tille pushed to branch master at Debian Med / mummer
Commits: d7dedad4 by Andreas Tille at 2022-12-04T12:18:31+01:00 Fix name of upstream tarball - - - - - 0974b0af by Andreas Tille at 2022-12-04T12:26:57+01:00 Apply hint by Étienne Mollier to fit current gnuplot version - - - - - e54ab47a by Andreas Tille at 2022-12-04T12:28:57+01:00 Use secure URI in Homepage field. Changes-By: lintian-brush Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html - - - - - 1d77c882 by Andreas Tille at 2022-12-04T12:29:14+01:00 Update standards version to 4.6.1, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html - - - - - 7d61354f by Andreas Tille at 2022-12-04T12:32:07+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/gnuplot.patch - debian/patches/series - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +mummer (3.23+dfsg-8) unstable; urgency=medium + + * d/watch: Fix name of upstream tarball + * Apply hint by Étienne Mollier to fit current gnuplot version + Closes: #956751 + * Use secure URI in Homepage field. + * Update standards version to 4.6.1, no changes needed. + + -- Andreas Tille <[email protected]> Sun, 04 Dec 2022 12:29:43 +0100 + mummer (3.23+dfsg-7) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -9,10 +9,10 @@ Build-Depends: debhelper-compat (= 13), texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, -Standards-Version: 4.5.1 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/mummer Vcs-Git: https://salsa.debian.org/med-team/mummer.git -Homepage: http://mummer.sourceforge.net/ +Homepage: https://mummer.sourceforge.net/ Rules-Requires-Root: no Package: mummer ===================================== debian/patches/gnuplot.patch ===================================== @@ -0,0 +1,25 @@ +Description: Apply hint by Étienne Mollier to fit current gnuplot version +Bug-Debian: https://bugs.debian.org/956751 +Author: Andreas Tille <[email protected]> +Last-Update: Sun, 04 Dec 2022 12:17:56 +0100 + +--- a/docs/web/examples/data/mummer.gp ++++ b/docs/web/examples/data/mummer.gp +@@ -10,7 +10,6 @@ set ylabel "H_pyloriJ99_Eslice" + set format "%.0f" + set mouse format "%.0f" + set mouse mouseformat "[%.0f, %.0f]" +-set mouse clipboardformat "[%.0f, %.0f]" + set xrange [0:275287] + set yrange [0:265111] + set style line 1 lt 1 lw 2 pt 6 ps 0.5 +--- a/scripts/mummerplot.pl ++++ b/scripts/mummerplot.pl +@@ -1151,7 +1151,6 @@ sub WriteGP ($$) + $P_KEY = "unset key"; + $P_FORMAT .= "\nset mouse format \"$TFORMAT\""; + $P_FORMAT .= "\nset mouse mouseformat \"$MFORMAT\""; +- $P_FORMAT .= "\nset mouse clipboardformat \"$MFORMAT\""; + } + else { + $P_LS = "set linestyle"; ===================================== debian/patches/series ===================================== @@ -12,3 +12,4 @@ mummerplot.patch remove-csh-dependency.patch remove-csh-from-doc.patch reproducible-build.patch +gnuplot.patch ===================================== debian/watch ===================================== @@ -1,4 +1,3 @@ version=4 -opts="repacksuffix=+dfsg,dversionmangle=s/[+~]dfsg//g,repack,compression=xz,uversionmangle=s/alpha/~alpha/; s/beta/~beta/" \ - https://github.com/mummer4/mummer/tags \ - (?:.*?/)?v?(\d[\d.]*(?:alpha|beta)\d*)\.tar\.gz +opts="repacksuffix=+dfsg,dversionmangle=auto,uversionmangle=s/alpha/~alpha/; s/beta/~beta/,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ + https://github.com/mummer4/mummer/tags (?:.*?/)?v?(\d[\d.]*(?:alpha|beta)\d*)\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/mummer/-/compare/475e140599f0f0fff63e97e299435a882ae2d59f...7d61354f7d272d46104d9791dbd2be6804e33563 -- View it on GitLab: https://salsa.debian.org/med-team/mummer/-/compare/475e140599f0f0fff63e97e299435a882ae2d59f...7d61354f7d272d46104d9791dbd2be6804e33563 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
