[Git][debian-gis-team/grass][master] 2 commits: Update version-check.patch with further changes.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 1 09:29:29 GMT 2022



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 <sebastic at debian.org>  Tue, 25 Oct 2022 18:42:55 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221201/a9834d2d/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list