summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/applications/tde-style-qtcurve/debian/cdbs/versions.pl
diff options
context:
space:
mode:
Diffstat (limited to 'debian/wheezy/applications/tde-style-qtcurve/debian/cdbs/versions.pl')
-rw-r--r--debian/wheezy/applications/tde-style-qtcurve/debian/cdbs/versions.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/wheezy/applications/tde-style-qtcurve/debian/cdbs/versions.pl b/debian/wheezy/applications/tde-style-qtcurve/debian/cdbs/versions.pl
index 9ce11d8a3..75c9add4b 100644
--- a/debian/wheezy/applications/tde-style-qtcurve/debian/cdbs/versions.pl
+++ b/debian/wheezy/applications/tde-style-qtcurve/debian/cdbs/versions.pl
@@ -7,7 +7,7 @@ my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
my ($version3, $version3_next);
my ($version2, $version2_next);
-($version3 = $version) =~ s/-[^-]+$//;
+($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
($version2 = $version3) =~ s/\.[^.]+$//;
($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;