[SCM] Render HTML and CSS content with tk branch, debian, updated. 68bec1f323f8753b82e333b5a499d4b106990434

Ole Streicher debian at liska.ath.cx
Wed Feb 22 08:55:41 UTC 2012


The following commit has been merged in the debian branch:
commit 68bec1f323f8753b82e333b5a499d4b106990434
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Feb 22 09:54:35 2012 +0100

    Change version numbering from "3.0+fossil..." to "3.0~fossil..."
    This makes sure that a later real version "3.0" will be an update.

diff --git a/debian/changelog b/debian/changelog
index 909a9e0..7190fa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-tk-html3 (3.0+fossil20110109-1) unstable; urgency=low
+tk-html3 (3.0~fossil20110109-1) unstable; urgency=low
 
   * Initial release. (Closes: #659344)
 
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index 238cc4c..449aede 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -30,6 +30,6 @@ VERSION=$(tar xOf ${INCOMING_TAR} --wildcards \*/configure.in |\
           grep ^AC_INIT | cut -d, -f2 | cut -d\) -f1)
 VERSION=$(echo ${VERSION} | tr -d \[\])
 
-DEBIAN_ORIG_TAR=tk-html3_${VERSION}+fossil${DATE}.orig.tar.gz
+DEBIAN_ORIG_TAR=tk-html3_${VERSION}~fossil${DATE}.orig.tar.gz
 
 ln -sf ${INCOMING_TAR} ${DEBIAN_ORIG_TAR}

-- 
Render HTML and CSS content with tk



More information about the debian-science-commits mailing list