[freeorion] 29/33: Use generic method to determine $REV.

Markus Koschany apo-guest at moszumanska.debian.org
Fri Mar 27 22:27:31 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 f188df37ec2d76b3d9de9fba095515da5860b7a9
Author: Markus Koschany <apo at gambaru.de>
Date:   Fri Mar 27 16:50:27 2015 +0100

    Use generic method to determine $REV.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a46bd21..1ca8949 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ WEAK_HOSTS := armel armhf mips mipsel
 UURL := https://github.com/freeorion/freeorion.git
 PKG := freeorion
 COMMIT := cab4aa243552328e71de55f45bc11fc189930494
-REV := cab4aa
+REV := $(shell echo $(FCOMMIT) | cut -c1-6)
 
 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