From 1c337c3e209e62ec29b0594feb31a8f7d66bdced Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 19 Jul 2005 20:17:34 +0000 Subject: [PATCH] releasing version 8.55 --- Alien/Package/Deb.pm | 4 ++++ Alien/Package/Rpm.pm | 2 +- debian/changelog | 12 ++++++++++++ debian/control | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Alien/Package/Deb.pm b/Alien/Package/Deb.pm index 9b5a7df..1786dbd 100644 --- a/Alien/Package/Deb.pm +++ b/Alien/Package/Deb.pm @@ -717,6 +717,10 @@ and groups from the owninfo field, and update modes from the modeinfo field. sub postinst { my $this=shift; + if (@_) { + $this->{postinst}=shift; + } + my $owninfo = $this->owninfo; my $modeinfo = $this->modeinfo; my $postinst = $this->{postinst}; diff --git a/Alien/Package/Rpm.pm b/Alien/Package/Rpm.pm index 162ec24..6884576 100644 --- a/Alien/Package/Rpm.pm +++ b/Alien/Package/Rpm.pm @@ -316,7 +316,7 @@ sub prep { print OUT $this->prerm."\n"; print OUT "\n"; } - if ($this->postun) { + if ($this->postrm) { print OUT "\%postun\n"; print OUT $this->postrm."\n"; print OUT "\n"; diff --git a/debian/changelog b/debian/changelog index 05fc065..c8d1227 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +alien (8.55) unstable; urgency=low + + * Add lgtoclnt patch from Clint. Closes: #276365 + * Remove old openmotif patches. It's in non-free now. + * Update other patches to use debhelper v4. + * Fix deb package postinst retreival, was broken by the permissions fixup + code. Closes: #304828 + * Use postrm when generating a rpm spec file with scripts enabled. + Before this never worked. + + -- Joey Hess Tue, 19 Jul 2005 16:03:27 -0400 + alien (8.54) unstable; urgency=low * Patch from Alexander Jolk adding a --bump option. Closes: #311681 diff --git a/debian/control b/debian/control index bbb3af1..d966bb9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Build-Depends: debhelper (>= 4), dpkg-dev (>= 1.9.0) Maintainer: Joey Hess -Standards-Version: 3.6.1.0 +Standards-Version: 3.6.2 Package: alien Architecture: all