[SCM] spatialite branch, master, updated. debian/4.0.0-1-18-ga692b09

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 18:49:03 UTC 2013


The following commit has been merged in the master branch:
commit a692b09094ed394a781ccce663b3cfca9233f67a
Author: Bas Couwenberg <sebastic at xs4all.nl>
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



More information about the Pkg-grass-devel mailing list