mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
releasing version 8.55
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
@@ -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
12
debian/changelog
vendored
@@ -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
2
debian/control
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user