diff --git a/make_version_h.pl b/make_version_h.pl index 66a0cb1..5146a26 100755 --- a/make_version_h.pl +++ b/make_version_h.pl @@ -17,11 +17,8 @@ die "Version number not found in $changelog!\n" if not $ver; $ver =~ s/ ( build\d+ | ubuntu\d+ - | ~bpo\d+\+\d+ - | ~deb\d+.* - | \+b\d+ - | \+dyson\d+ - | \+salsaci\+.+ + | ~\S+ + | \+\S+ ) $//x; # The version number must not deviate from this format or the -V option