The following commit has been merged in the master branch:
commit a692b09094ed394a781ccce663b3cfca9233f67a
Author: Bas Couwenberg <[email protected]>
Date: Mon Sep 30 20:48:53 2013 +0200
Strip prereleases from version.
diff --git a/debian/rules b/debian/rules
index 9e5e330..11d0d28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DH_OPTIONS
FULL_VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 |
cut -d- -f1)
VERSION := $(shell echo $(FULL_VERSION) | sed -e "s/~beta[[:digit:]]\+/-BETA/")
LC_VERSION := $(shell echo $(VERSION) | tr A-Z a-z)
-SPATIALITE_VERSION := $(shell echo $(FULL_VERSION) | sed -e 's/^~.*//')
+SPATIALITE_VERSION := $(shell echo $(FULL_VERSION) | sed -e 's/~.*//')
BASE_URL := http://www.gaia-gis.it/gaia-sins
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
--
geospatial extension for SQLite
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel