[subversion-commit] SVN tex-common commit + diffs: r1617 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Tue Sep 19 08:03:19 UTC 2006


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

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


Modified: tex-common/trunk/debian/common.variables
===================================================================
--- tex-common/trunk/debian/common.variables	2006-09-19 07:18:19 UTC (rev 1616)
+++ tex-common/trunk/debian/common.variables	2006-09-19 08:03:18 UTC (rev 1617)
@@ -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";




More information about the Pkg-tetex-commits mailing list