The following commit has been merged in the master branch:
commit ec50b3f60857fc7a094a746bd4d8631b5589777c
Author: Johan Van de Wauw <[email protected]>
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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel