Author: frank
Date: 2006-09-19 08:03:53 +0000 (Tue, 19 Sep 2006)
New Revision: 1618

Modified:
   tetex-base/trunk/debian/common.variables
Log:
Change common.variables to use ~ in backports versions


Modified: tetex-base/trunk/debian/common.variables
===================================================================
--- tetex-base/trunk/debian/common.variables    2006-09-19 08:03:18 UTC (rev 
1617)
+++ tetex-base/trunk/debian/common.variables    2006-09-19 08:03:53 UTC (rev 
1618)
@@ -44,8 +44,7 @@
   # if the debian revision is 0 or 0.x, don't make a backport
     $SARGEVERSION = '';
 } else {
-    $sarge_rev = $rev-1;
-    ($SARGEVERSION=$VERSION) =~ s/^(.*-)$rev([^\-]*)$/$1${sarge_rev}${2}bpo1/;
+    ($SARGEVERSION=$VERSION) =~ s/^(.*)$/$1~bpo.1/;
 #   ($SARGEVERSION=$VERSION)=~s/(.*-)$rev(.*)/$1$rev.0.sarge1/;
 }
 $FIRST_BASE_VERSION_WITH_COMMON="3.0-4";


_______________________________________________
Pkg-tetex-commits mailing list
Pkg-tetex-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to