Pierre Gruet pushed to branch master at Debian Med / varna
Commits: 1d8b4ced by Pierre Gruet at 2024-11-03T21:41:10+01:00 Pointing d/watch to new upstream webpage - - - - - b8b39efc by Pierre Gruet at 2024-11-03T22:16:13+01:00 Fixing spelling errors showing up in the manpage - - - - - 21e5a7b5 by Pierre Gruet at 2024-11-03T22:16:32+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - + debian/patches/series - + debian/patches/spelling.patch - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +varna (3-93+ds-7) unstable; urgency=medium + + * Team upload + * Pointing d/watch to new upstream webpage + * Fixing spelling errors showing up in the manpage + + -- Pierre Gruet <[email protected]> Sun, 03 Nov 2024 22:16:17 +0100 + varna (3-93+ds-6) unstable; urgency=medium * Team upload ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +spelling.patch ===================================== debian/patches/spelling.patch ===================================== @@ -0,0 +1,44 @@ +Description: fixing spelling errors showing up in the manpage +Author: Pierre Gruet <[email protected]> +Forwarded: no +Last-Update: 2024-11-03 + +--- a/fr/orsay/lri/varna/applications/VARNAcmd.java ++++ b/fr/orsay/lri/varna/applications/VARNAcmd.java +@@ -229,14 +229,14 @@ + private void printHelpOptions() { + System.out.println("\nMain options:"); + addLine("h", "Displays a short description of main options and exits"); +- addLine("x", "Displays a detailled description of all options"); ++ addLine("x", "Displays a detailed description of all options"); + printMatrix(2); + } + + private void printMainOptions(String[][] info) { + System.out.println("\nMain options:"); + addLine("h", "Displays a short description of main options and exits"); +- addLine("x", "Displays a detailled description of all options"); ++ addLine("x", "Displays a detailed description of all options"); + for (int i = 0; i < info.length; i++) { + String key = info[i][0]; + if (_basicOptsInv.containsKey(key)) { +--- a/fr/orsay/lri/varna/models/VARNAConfigLoader.java ++++ b/fr/orsay/lri/varna/models/VARNAConfigLoader.java +@@ -390,7 +390,7 @@ + { + algoOpt, + "String", +- "Drawing algorithm, choosen from [" ++ "Drawing algorithm, chosen from [" + + VARNAConfigLoader.ALGORITHM_NAVIEW + "," + + VARNAConfigLoader.ALGORITHM_LINE + "," + + VARNAConfigLoader.ALGORITHM_RADIATE + "," +@@ -423,7 +423,7 @@ + { + bpStyleOpt, + "String", +- "Look and feel for base pairs drawings, choosen from [" ++ "Look and feel for base pairs drawings, chosen from [" + + VARNAConfigLoader.LEONTIS_WESTHOF_BP_STYLE+ "," + + VARNAConfigLoader.LEONTIS_WESTHOF_BP_STYLE_ALT+ "," + + VARNAConfigLoader.NONE_BP_STYLE + "," ===================================== debian/watch ===================================== @@ -1,5 +1,4 @@ version=4 - opts="repacksuffix=+ds,dversionmangle=s/\+ds//g,compression=xz" \ -https://varna.lri.fr/index.php?page=downloads .*/VARNAv(.*)-src.jar - +opts="repacksuffix=+ds,dversionmangle=s/\+ds//g,compression=xz" \ + https://varna.lisn.upsaclay.fr/index.php?page=downloads .*/VARNAv(.*)-src.jar View it on GitLab: https://salsa.debian.org/med-team/varna/-/compare/64ba2fac4cd5ba2e74b6d2a6d9fe8d25d7b424d9...21e5a7b5cf5309a5d0a37927e2bcd84b82d1b062 -- View it on GitLab: https://salsa.debian.org/med-team/varna/-/compare/64ba2fac4cd5ba2e74b6d2a6d9fe8d25d7b424d9...21e5a7b5cf5309a5d0a37927e2bcd84b82d1b062 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
