From da40f906b0e283f38445e78e3646bfd40545367a Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 8 Nov 2005 21:11:32 +0000 Subject: [PATCH] releasing version 8.58 --- Alien/Package/Rpm.pm | 1 - debian/changelog | 9 +++++++++ debian/copyright | 31 ++++++++++++++++++++++++++----- 3 files changed, 35 insertions(+), 6 deletions(-) diff --git a/Alien/Package/Rpm.pm b/Alien/Package/Rpm.pm index 4c5c0e4..b8ea34c 100644 --- a/Alien/Package/Rpm.pm +++ b/Alien/Package/Rpm.pm @@ -292,7 +292,6 @@ sub prep { print OUT "Requires: ".$this->depends."\n" if defined $this->depends && length $this->depends; print OUT "Summary: ".$this->summary."\n"; - print OUT "Copyright: ".$this->copyright."\n"; print OUT "Distribution: ".$this->distribution."\n"; print OUT "Group: Converted/".$this->group."\n"; print OUT "\n"; diff --git a/debian/changelog b/debian/changelog index 33558a3..8d376b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 8 Nov 2005 16:06:39 -0500 + alien (8.57) unstable; urgency=low * hppa <=> parisc conversion for rpm. Closes: #338187 diff --git a/debian/copyright b/debian/copyright index 5f57620..9a1734d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,35 @@ -This is a program originally written by Christoph Lameter +This is a program originally written by Christoph Lameter . -Deb to rpm conversion code was taken from the Martian program by -Randolph Chung . +Deb to rpm conversion code was taken from the Martian program by +Randolph Chung . The Solaris pkg code was written by Mark A. Hershberger . This program is now maintained by Joey Hess . -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 -/usr/share/common-licenses/GPL +/usr/share/common-licenses/GPL. +