[subversion-commit] SVN tetex-base commit + diffs: r1618 -
tetex-base/trunk/debian
Frank Küster
frank at costa.debian.org
Tue Sep 19 08:03:54 UTC 2006
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";
More information about the Pkg-tetex-commits
mailing list