[freeorion] 03/03: Use first eight characters of Git commit as REV value.

Markus Koschany apo-guest at moszumanska.debian.org
Sat Mar 28 10:04:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository freeorion.

commit 7dba2c3c2132b8fb914d7ac69f5b3ff3b444ed23
Author: Markus Koschany <apo at gambaru.de>
Date:   Sat Mar 28 11:02:48 2015 +0100

    Use first eight characters of Git commit as REV value.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 683cb0b..057464b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ WEAK_HOSTS := armel armhf mips mipsel sparc
 UURL := https://github.com/freeorion/freeorion.git
 PKG := freeorion
 COMMIT := cab4aa243552328e71de55f45bc11fc189930494
-REV := $(shell echo $(COMMIT) | cut -c1-6)
+REV := $(shell echo $(COMMIT) | cut -c1-8)
 
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(WEAK_HOSTS)))
 	MAX  := 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeorion.git



More information about the Pkg-games-commits mailing list