mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Made tgz version parsing greedier so it will match sub-versions.
This commit is contained in:
@@ -92,7 +92,7 @@ sub scan {
|
|||||||
# Strip out any tar extentions.
|
# Strip out any tar extentions.
|
||||||
$basename=~s/\.(tgz|tar\.(gz|Z))$//;
|
$basename=~s/\.(tgz|tar\.(gz|Z))$//;
|
||||||
|
|
||||||
if ($basename=~m/(.*)-(.*?[0-9]+.*?)/) {
|
if ($basename=~m/(.*)-(.*?[0-9]+.*)/) {
|
||||||
$this->name($1);
|
$this->name($1);
|
||||||
$this->version($2);
|
$this->version($2);
|
||||||
}
|
}
|
||||||
|
|||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
alien (8.13) unstable; urgency=low
|
||||||
|
|
||||||
|
* Made tgz version parsing greedier so it will match sub-versions.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Sat, 6 Jul 2002 08:05:45 -0400
|
||||||
|
|
||||||
alien (8.12) unstable; urgency=low
|
alien (8.12) unstable; urgency=low
|
||||||
|
|
||||||
* Fixed slp conversion to not use uninitialized value. Closes: #150840
|
* Fixed slp conversion to not use uninitialized value. Closes: #150840
|
||||||
|
|||||||
Reference in New Issue
Block a user