From 2d59086b104acd7b4711fd067c9bb4480158e6ab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 17 Apr 2014 13:57:20 +0900 Subject: Removed Ubuntu/precise folder --- .../applications/kpowersave/debian/cdbs/versions.pl | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ubuntu/precise/applications/kpowersave/debian/cdbs/versions.pl (limited to 'ubuntu/precise/applications/kpowersave/debian/cdbs/versions.pl') diff --git a/ubuntu/precise/applications/kpowersave/debian/cdbs/versions.pl b/ubuntu/precise/applications/kpowersave/debian/cdbs/versions.pl deleted file mode 100644 index 75c9add4b..000000000 --- a/ubuntu/precise/applications/kpowersave/debian/cdbs/versions.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env perl - -use strict; -use warnings; - -my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; -my ($version3, $version3_next); -my ($version2, $version2_next); - -($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; -($version2 = $version3) =~ s/\.[^.]+$//; - -($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; -($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; - -print "KDE-Version3=$version3\n"; -print "KDE-Version2=$version2\n"; -print "KDE-Next-Version3=$version3_next\n"; -print "KDE-Next-Version2=$version2_next\n"; -- cgit v1.2.3