From git-ubuntu the ubuntu delta is: diff --git a/make_version_h.pl b/make_version_h.pl index 51a8f76..ae4a69b 100755 --- a/make_version_h.pl +++ b/make_version_h.pl @@ -13,7 +13,7 @@ close($fh); my ($ver) = $line =~ /^whois \s+ \( ( [^\)]+ ) \) \s+ \S+/x; die "Version number not found in $changelog!\n" if not $ver;
-$ver =~ s/ ( ~bpo\d+\+\d+ | \+b\d+ | ~deb\d+.* | ubuntu\d+ | \+dyson\d+ ) $//x; +$ver =~ s/ ( ~bpo\d+\+\d+ | \+b\d+ | ~deb\d+.* | ubuntu\d+ | build\d+ | \+dyson\d+ ) $//x; # The version number must not deviate from this format or the -V option # to RIPE-like servers will break. If needed, update the previous regexp. Which does match Debian's change: https://github.com/rfc1036/whois/commit/96b3c3f58c7702a56e262fb7d0794c9289fab20b - $ver =~ s/ ( ~bpo\d+\+\d+ | \+b\d+ | ~deb\d+.* | ubuntu\d+ | \+dyson\d+ ) $//x; + $ver =~ s/ ( ~bpo\d+\+\d+ | \+b\d+ | ~deb\d+.* | ubuntu\d+ | build\d+ | \+dyson\d+ ) $//x; ** Changed in: whois (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959120 Title: Merge whois 5.5.11 from Debian unstable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/whois/+bug/1959120/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
