mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Fixed typo, Closes: #60424
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
alien (6.59) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fixed typo, Closes: #60424
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Tue, 14 Mar 2000 20:30:01 -0800
|
||||||
|
|
||||||
alien (6.58) unstable; urgency=low
|
alien (6.58) unstable; urgency=low
|
||||||
|
|
||||||
* Patch from Michael Barabanov <baraban@fsmlabs.com> to make -n work by
|
* Patch from Michael Barabanov <baraban@fsmlabs.com> to make -n work by
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ sub FixFields { my ($self,%fields)=@_;
|
|||||||
foreach $field ('POSTINST', 'POSTRM', 'PREINST', 'PRERM') {
|
foreach $field ('POSTINST', 'POSTRM', 'PREINST', 'PRERM') {
|
||||||
if ($fields{$field}) {
|
if ($fields{$field}) {
|
||||||
# Rpm expands %S, so escape such things.
|
# Rpm expands %S, so escape such things.
|
||||||
` my $f = pack("u",$fields{$field});
|
my $f = pack("u",$fields{$field});
|
||||||
$f =~ s/%/%%/g;
|
$f =~ s/%/%%/g;
|
||||||
$fields{$field}=
|
$fields{$field}=
|
||||||
"set -e\n".
|
"set -e\n".
|
||||||
|
|||||||
Reference in New Issue
Block a user