[SCM] osgearth branch, master, updated. debian/2.4-5-2-gf9d42ca

Bas Couwenberg sebastic at xs4all.nl
Thu Sep 26 15:35:09 UTC 2013


The following commit has been merged in the master branch:
commit f9d42ca05d2038dc4587a9d69217fbac0e7007bb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Sep 26 16:24:32 2013 +0200

    Fix watch file, don't strip .0 from debian version.

diff --git a/debian/changelog b/debian/changelog
index a7a6d93..56fa84c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 osgearth (2.4.0+dfsg-6) unstable; urgency=low
 
   * Set architecture to linux-any, FreeBSD is not supported upstream.
+  * Fix watch file, don't strip .0 from debian version.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Tue, 24 Sep 2013 16:59:37 +0200
 
diff --git a/debian/watch b/debian/watch
index 7319362..aa36c11 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-opts=dversionmangle=s/(\.0)?\+(debian|dfsg|ds|deb)\d*$//,uversionmangle=s/^\d+\.\d+$/$&.0/ \
+opts=dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,uversionmangle=s/^\d+\.\d+$/$&.0/ \
   https://github.com/gwaldron/osgearth/releases .*/osgearth-(\d[\d\.]+)\.tar\.gz \
   debian debian/get-orig-source

-- 
osgEarth terrain rendering toolkit



More information about the Pkg-grass-devel mailing list