releasing version 8.61

This commit is contained in:
joey
2006-01-07 18:44:04 +00:00
parent 4572a96112
commit fa41ec6234
3 changed files with 12 additions and 5 deletions

View File

@@ -536,6 +536,9 @@ sub arch {
elsif ($arch eq 'x86_64') { elsif ($arch eq 'x86_64') {
$arch='amd64'; $arch='amd64';
} }
elsif ($arch eq 'em64t') {
$arch='amd64';
}
elsif ($arch =~ m/i\d86/i || $arch =~ m/pentium/i) { elsif ($arch =~ m/i\d86/i || $arch =~ m/pentium/i) {
# Treat 486, 586, etc, as 386. # Treat 486, 586, etc, as 386.
$arch='i386'; $arch='i386';

View File

@@ -11,7 +11,7 @@ sub MY::libscan {
return $_; return $_;
} }
# Add a more targets. # Add a few more targets.
sub MY::postamble { sub MY::postamble {
return q{ return q{
@@ -34,10 +34,7 @@ extra_install:
gzip -qf9 $(PREFIX)/share/alien/patches/* gzip -qf9 $(PREFIX)/share/alien/patches/*
alien: alien:
perl -pe ' \ perl -pe '$$_="" if /use lib/; $$_="our \$$Version=\"$(VER)\";\n" if /VERSION_AUTOREPLACE/' alien.pl > alien
$$_="" if /use lib/; \
$$_="our \$$Version=\"$(VER)\";\n" \
if /VERSION_AUTOREPLACE/' alien.pl > alien
} }
} }

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
alien (8.61) unstable; urgency=low
* Add em64t as another alias for amd64.
* Makefile.PL fix for new make line wrapping.
-- Joey Hess <joeyh@debian.org> Sat, 7 Jan 2006 13:37:07 -0500
alien (8.60) unstable; urgency=low alien (8.60) unstable; urgency=low
* Make cpio leading directory permission fixup code work with new cpio * Make cpio leading directory permission fixup code work with new cpio