[SCM] saga branch, master, updated. upstream/2.1.0+dfsg-146-g789b795
Johan Van de Wauw
johan.vandewauw at gmail.com
Thu Jan 9 18:48:09 UTC 2014
The following commit has been merged in the master branch:
commit ec50b3f60857fc7a094a746bd4d8631b5589777c
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Thu Jan 9 10:51:20 2014 -0500
Update version check in debian/rules
diff --git a/debian/rules b/debian/rules
index e359d00..28d3822 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
override_dh_auto_configure:
dh_auto_configure -- --enable-unicode --prefix=/usr --enable-python $(shell dpkg-buildflags --export=configure)
-VERSION := $(shell grep '^AC_INIT' configure.in | \
+VERSION := $(shell grep '^AC_INIT' configure.ac | \
sed 's/AC_INIT(saga, \([0-9|\.]*\)\,.*)/\1/g')
UPSTREAM_URL ?=$(shell uscan --dehs | sed -n 's/.*<upstream-url>\(.*\)<\/upstream-url>.*/\1/p')
UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
--
Saga GIS
More information about the Pkg-grass-devel
mailing list