releasing version 8.55

This commit is contained in:
joey
2005-07-19 20:17:34 +00:00
parent 679992ea62
commit 1c337c3e20
4 changed files with 18 additions and 2 deletions

View File

@@ -717,6 +717,10 @@ and groups from the owninfo field, and update modes from the modeinfo field.
sub postinst { sub postinst {
my $this=shift; my $this=shift;
if (@_) {
$this->{postinst}=shift;
}
my $owninfo = $this->owninfo; my $owninfo = $this->owninfo;
my $modeinfo = $this->modeinfo; my $modeinfo = $this->modeinfo;
my $postinst = $this->{postinst}; my $postinst = $this->{postinst};

View File

@@ -316,7 +316,7 @@ sub prep {
print OUT $this->prerm."\n"; print OUT $this->prerm."\n";
print OUT "\n"; print OUT "\n";
} }
if ($this->postun) { if ($this->postrm) {
print OUT "\%postun\n"; print OUT "\%postun\n";
print OUT $this->postrm."\n"; print OUT $this->postrm."\n";
print OUT "\n"; print OUT "\n";

12
debian/changelog vendored
View File

@@ -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 <joeyh@debian.org> Tue, 19 Jul 2005 16:03:27 -0400
alien (8.54) unstable; urgency=low alien (8.54) unstable; urgency=low
* Patch from Alexander Jolk adding a --bump option. Closes: #311681 * Patch from Alexander Jolk adding a --bump option. Closes: #311681

2
debian/control vendored
View File

@@ -3,7 +3,7 @@ Section: admin
Priority: optional Priority: optional
Build-Depends: debhelper (>= 4), dpkg-dev (>= 1.9.0) Build-Depends: debhelper (>= 4), dpkg-dev (>= 1.9.0)
Maintainer: Joey Hess <joeyh@debian.org> Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.6.1.0 Standards-Version: 3.6.2
Package: alien Package: alien
Architecture: all Architecture: all