Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits: dd858351 by Bas Couwenberg at 2022-12-01T09:56:42+01:00 Update version-check.patch with further changes. - - - - - 9d89ca9a by Bas Couwenberg at 2022-12-01T09:58:16+01:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/patches/version-check.patch Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,10 @@ -grass (8.2.0-3) UNRELEASED; urgency=medium +grass (8.2.0-3) unstable; urgency=medium * Add patch to use GRASS version for non-git builds. * Move python3-six from Recommends to Depends. * Add Rules-Requires-Root to control file. - -- Bas Couwenberg <[email protected]> Tue, 25 Oct 2022 18:42:55 +0200 + -- Bas Couwenberg <[email protected]> Thu, 01 Dec 2022 09:58:10 +0100 grass (8.2.0-2) unstable; urgency=medium ===================================== debian/patches/version-check.patch ===================================== @@ -16,3 +16,12 @@ Applied-Upstream: https://github.com/OSGeo/grass/commit/fe2a30d73d63e89cd7983740 GRASS_HEADERS_GIT_DATE=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'` AC_PATH_PROG(GIT, git, no) if test "$GIT" != "no" ; then +@@ -149,7 +149,7 @@ if test "$GIT" != "no" ; then + fi + GRASS_HEADERS_GIT_HASH=`$GIT log -1 --pretty=format:"%h" -- "${SRCDIR}/include" 2>/dev/null` + if test -z "$GRASS_HEADERS_GIT_HASH"; then +- GRASS_HEADERS_GIT_HASH=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'` ++ GRASS_HEADERS_GIT_HASH="${GRASS_VERSION_NUMBER}" + fi + GRASS_HEADERS_GIT_DATE=`date -d $($GIT log -1 --pretty=format:"%cI" -- "${SRCDIR}/include") -u +%FT%T%z | sed 's/\(..\)$/:\1/'` 2>/dev/null + if test -z "$GRASS_HEADERS_GIT_DATE"; then View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/compare/64b32032ee998ebb8ea6c0e29ac18ca8e4bef028...9d89ca9a9267e0f682a8909592e68f1e32db2f5c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/compare/64b32032ee998ebb8ea6c0e29ac18ca8e4bef028...9d89ca9a9267e0f682a8909592e68f1e32db2f5c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
