This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository proj-rdnap.
commit e4b5ffdbd6c711eccf0383d3ce22ca0c7993b08c Author: Bas Couwenberg <[email protected]> Date: Sun Feb 11 17:16:47 2018 +0100 Update test overrides for cs2cd 5.0.0 output. --- debian/changelog | 1 + debian/patches/add-test.patch | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index a2ec255..35f655b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ proj-rdnap (2008-7) UNRELEASED; urgency=medium * Update copyright-format URL to use HTTPS. * Bump Standards-Version to 4.1.3, no changes. + * Update test overrides for cs2cd 5.0.0 output. -- Bas Couwenberg <[email protected]> Sun, 21 Jan 2018 10:28:55 +0100 diff --git a/debian/patches/add-test.patch b/debian/patches/add-test.patch index f5e8833..0bad0af 100644 --- a/debian/patches/add-test.patch +++ b/debian/patches/add-test.patch @@ -165,10 +165,10 @@ Author: Bas Couwenberg <[email protected]> + "override": { + "latitude" : "*", + "longitude" : "*", -+ "height" : "^-?\\d+\\.\\d+$", ++ "height" : "^-?(\\d+\\.\\d+|inf)$", + "x" : "*", + "y" : "*", -+ "nap" : "^-?\\d+\\.\\d+$" ++ "nap" : "^-?(\\d+\\.\\d+|inf)$" + } + }, + { @@ -188,10 +188,10 @@ Author: Bas Couwenberg <[email protected]> + "override": { + "latitude" : "*", + "longitude" : "*", -+ "height" : "^-?\\d+\\.\\d+$", ++ "height" : "^-?(\\d+\\.\\d+|inf)$", + "x" : "*", + "y" : "*", -+ "nap" : "^-?\\d+\\.\\d+$" ++ "nap" : "^-?(\\d+\\.\\d+|inf)$" + } + }, + { @@ -211,10 +211,10 @@ Author: Bas Couwenberg <[email protected]> + "override": { + "latitude" : "*", + "longitude" : "*", -+ "height" : "^-?\\d+\\.\\d+$", ++ "height" : "^-?(\\d+\\.\\d+|inf)$", + "x" : "*", + "y" : "*", -+ "nap" : "^-?\\d+\\.\\d+$" ++ "nap" : "^-?(\\d+\\.\\d+|inf)$" + } + }, + { @@ -234,10 +234,10 @@ Author: Bas Couwenberg <[email protected]> + "override": { + "latitude" : "*", + "longitude" : "*", -+ "height" : "^-?\\d+\\.\\d+$", ++ "height" : "^-?(\\d+\\.\\d+|inf)$", + "x" : "*", + "y" : "*", -+ "nap" : "^-?\\d+\\.\\d+$" ++ "nap" : "^-?(\\d+\\.\\d+|inf)$" + } + } +] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj-rdnap.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

