Andreas Tille pushed to branch master at Debian Med / gjh-asl-json
Commits: ccdf8cbc by Andreas Tille at 2020-10-08T15:15:40+02:00 Fix Python interpreter in d/tests/run-unit-test - - - - - 222970f3 by Andreas Tille at 2020-10-15T14:30:23+02:00 Upload to new - - - - - 17bb03e8 by Andreas Tille at 2020-10-15T16:03:14+02:00 Fix name of manpage - - - - - df640bf4 by Andreas Tille at 2020-10-15T16:03:36+02:00 Recent Standards-Version - - - - - 4 changed files: - debian/changelog - debian/control - debian/gjh-asl-json.1 → debian/gjh_asl_json.1 - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ -gjh-asl-json (0.0+git20180428.eb8720e-1) UNRELEASED; urgency=medium +gjh-asl-json (0.0+git20180428.eb8720e-1) unstable; urgency=medium - * Initial release (Closes: #<bug>) + * Initial release (Closes: #972264) -- Andrei Rozanski <[email protected]> Fri, 04 Sep 2020 14:07:30 +0200 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andrei Rozanski <[email protected]> Build-Depends: debhelper-compat (= 12), libamplsolver-dev -Standards-Version: 4.3.0 +Standards-Version: 4.5.0 Homepage: https://github.com/ghackebeil/gjh_asl_json Vcs-Browser: https://salsa.debian.org/med-team/gjh-asl-json Vcs-Git: https://salsa.debian.org/med-team/gjh-asl-json.git ===================================== debian/gjh-asl-json.1 → debian/gjh_asl_json.1 ===================================== ===================================== debian/tests/run-unit-test ===================================== @@ -19,7 +19,7 @@ cmd="/usr/bin/gjh_asl_json stub1.nl" echo "Testing command: ${cmd}" ${cmd} test -f stub1.json -python -c "import json; f = open('stub1.json'); json.load(f); f.close()" +python3 -c "import json; f = open('stub1.json'); json.load(f); f.close()" rm -f stub1.json # stub1.nl with -s @@ -30,7 +30,7 @@ echo "Testing command: ${cmd}" ${cmd} test -f stub1.json test -f stub1.sol -python -c "import json; f = open('stub1.json'); json.load(f); f.close()" +python3 -c "import json; f = open('stub1.json'); json.load(f); f.close()" rm -f stub1.json rm -f stub1.sol @@ -40,7 +40,7 @@ cmd="/usr/bin/gjh_asl_json stub1.nl rows=stub1.row cols=stub1.col" echo "Testing command: ${cmd}" ${cmd} test -f stub1.json -python -c "import json; f = open('stub1.json'); json.load(f); f.close()" +python3 -c "import json; f = open('stub1.json'); json.load(f); f.close()" rm -f stub1.json # stub2.nl @@ -50,6 +50,6 @@ cmd="/usr/bin/gjh_asl_json stub2.nl" echo "Testing command: ${cmd}" ${cmd} test -f stub2.json -python -c "import json; f = open('stub2.json'); json.load(f); f.close()" +python3 -c "import json; f = open('stub2.json'); json.load(f); f.close()" rm -f stub2.json View it on GitLab: https://salsa.debian.org/med-team/gjh-asl-json/-/compare/1242891786ed26cccbcd96a77b76d15c6156f573...df640bf46ee52909d2b8a2e93a19a0a22c089d83 -- View it on GitLab: https://salsa.debian.org/med-team/gjh-asl-json/-/compare/1242891786ed26cccbcd96a77b76d15c6156f573...df640bf46ee52909d2b8a2e93a19a0a22c089d83 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
