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.
|
# release or version. Parse changelog to detect that.
|
||||||
open (my $changelog, "<$dir/debian/changelog") || return;
|
open (my $changelog, "<$dir/debian/changelog") || return;
|
||||||
my $line=<$changelog>;
|
my $line=<$changelog>;
|
||||||
if ($line=~/^[^ ]+\(([^)])\)\s/) {
|
if ($line=~/^[^ ]+\s+\(([^)]+)\)\s/) {
|
||||||
my $version=$1;
|
my $version=$1;
|
||||||
if ($version=~/(.*)-(.*)/) {
|
if ($version=~/(.*)-(.*)/) {
|
||||||
$version=$1;
|
$version=$1;
|
||||||
|
|||||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
|||||||
|
alien (8.34) unstable; urgency=low
|
||||||
|
|
||||||
|
UNRE
|
||||||
|
* Fixed changelog parsing regexp. Noticed by Gerald Turner who is sure
|
||||||
|
turning up in this changelog a lot.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Mon, 7 Jul 2003 19:23:33 -0400
|
||||||
|
|
||||||
alien (8.33) unstable; urgency=low
|
alien (8.33) unstable; urgency=low
|
||||||
|
|
||||||
* Added a new j2sdk patch that does not rename the package.
|
* Added a new j2sdk patch that does not rename the package.
|
||||||
|
|||||||
Reference in New Issue
Block a user