mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
updates & sync
This commit is contained in:
@@ -312,7 +312,7 @@ sub prep {
|
||||
# release or version. Parse changelog to detect that.
|
||||
open (my $changelog, "<$dir/debian/changelog") || return;
|
||||
my $line=<$changelog>;
|
||||
if ($line=~/^[^ ]+\(([^)])\)\s/) {
|
||||
if ($line=~/^[^ ]+\s+\(([^)]+)\)\s/) {
|
||||
my $version=$1;
|
||||
if ($version=~/(.*)-(.*)/) {
|
||||
$version=$1;
|
||||
|
||||
Reference in New Issue
Block a user