mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
releasing version 8.58
This commit is contained in:
@@ -292,7 +292,6 @@ sub prep {
|
|||||||
print OUT "Requires: ".$this->depends."\n"
|
print OUT "Requires: ".$this->depends."\n"
|
||||||
if defined $this->depends && length $this->depends;
|
if defined $this->depends && length $this->depends;
|
||||||
print OUT "Summary: ".$this->summary."\n";
|
print OUT "Summary: ".$this->summary."\n";
|
||||||
print OUT "Copyright: ".$this->copyright."\n";
|
|
||||||
print OUT "Distribution: ".$this->distribution."\n";
|
print OUT "Distribution: ".$this->distribution."\n";
|
||||||
print OUT "Group: Converted/".$this->group."\n";
|
print OUT "Group: Converted/".$this->group."\n";
|
||||||
print OUT "\n";
|
print OUT "\n";
|
||||||
|
|||||||
9
debian/changelog
vendored
9
debian/changelog
vendored
@@ -1,3 +1,12 @@
|
|||||||
|
alien (8.58) unstable; urgency=low
|
||||||
|
|
||||||
|
* Remove Copyright: from generated alien spec file since for some reason
|
||||||
|
rpm has obsoleted and begun falling over on that line. (Inert profanity
|
||||||
|
here.) Closes: #337028
|
||||||
|
* debian/copyright verbosification patch from tbm. Closes: #337363
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Tue, 8 Nov 2005 16:06:39 -0500
|
||||||
|
|
||||||
alien (8.57) unstable; urgency=low
|
alien (8.57) unstable; urgency=low
|
||||||
|
|
||||||
* hppa <=> parisc conversion for rpm. Closes: #338187
|
* hppa <=> parisc conversion for rpm. Closes: #338187
|
||||||
|
|||||||
31
debian/copyright
vendored
31
debian/copyright
vendored
@@ -1,14 +1,35 @@
|
|||||||
This is a program originally written by Christoph Lameter
|
This is a program originally written by Christoph Lameter
|
||||||
<clameter@debian.org>.
|
<clameter@debian.org>.
|
||||||
|
|
||||||
Deb to rpm conversion code was taken from the Martian program by
|
Deb to rpm conversion code was taken from the Martian program by
|
||||||
Randolph Chung <rc42@cornell.edu>.
|
Randolph Chung <randolph@tausq.org>.
|
||||||
|
|
||||||
The Solaris pkg code was written by Mark A. Hershberger
|
The Solaris pkg code was written by Mark A. Hershberger
|
||||||
<mah@everybody.org>.
|
<mah@everybody.org>.
|
||||||
|
|
||||||
This program is now maintained by Joey Hess <joeyh@debian.org>.
|
This program is now maintained by Joey Hess <joeyh@debian.org>.
|
||||||
|
|
||||||
Copyright: Most recent version of the GPL.
|
Copyright 1996, 1997 Christoph Lameter
|
||||||
|
Portions copyright 1997 Randolph Chung
|
||||||
|
Portions copyright 2001 Mark A. Hershberger
|
||||||
|
Copyright 1997-2005 Joey Hess
|
||||||
|
|
||||||
|
License:
|
||||||
|
|
||||||
|
alien is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
On Debian systems, the complete text of the GPL can be found in
|
On Debian systems, the complete text of the GPL can be found in
|
||||||
/usr/share/common-licenses/GPL
|
/usr/share/common-licenses/GPL.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user