mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Include the version of alien that generated a deb or rpm in the
description. Closes: #220763 * Also put it in the changelog of debian packages.
This commit is contained in:
@@ -310,7 +310,7 @@ sub prep {
|
||||
print OUT "\%description\n";
|
||||
print OUT $this->description."\n";
|
||||
print OUT "\n";
|
||||
print OUT "(Converted from a ".$this->origformat." package by alien.)\n";
|
||||
print OUT "(Converted from a ".$this->origformat." package by alien version $Alien::Version.)\n";
|
||||
print OUT "\n";
|
||||
print OUT "%files\n";
|
||||
print OUT $filelist if defined $filelist;
|
||||
|
||||
Reference in New Issue
Block a user