* Fix alien's own spec file, s/Copyright/License/.

This commit is contained in:
joey
2006-12-14 22:35:37 +00:00
parent ebf2cb2f06
commit 7382aaf75f
3 changed files with 10 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ sub scan {
=item unpack =item unpack
Implment the unpack method to unpack a deb file. Implement the unpack method to unpack a deb file.
=cut =cut
@@ -522,7 +522,7 @@ sub cleantree {
Set/get package name. Set/get package name.
Always returns the packge name in lowercase with all invalid characters Always returns the packge name in lowercase with all invalid characters
returned. The name is however, stored unchanged. rmoved. The name is however, stored unchanged.
=cut =cut
@@ -578,7 +578,7 @@ sub version {
# Make sure the version contains digets. # Make sure the version contains digets.
unless (/[0-9]/) { unless (/[0-9]/) {
# Drat. Well, add some. dpkg-deb won't work # Drat. Well, add some. dpkg-deb won't work
# # on a version w/o numbers! # on a version w/o numbers!
return $_."0"; return $_."0";
} }
return $_; return $_;

View File

@@ -4,7 +4,7 @@ Packager: Joey Hess <joey@kitenet.net>
Version: @version@ Version: @version@
Release: 1 Release: 1
Source: ftp://kitenet.net/pub/code/debian/alien_@version@.tar.gz Source: ftp://kitenet.net/pub/code/debian/alien_@version@.tar.gz
Copyright: GPL License: GPL
Group: Utilities/File Group: Utilities/File
Buildroot: /tmp/alien-@version@.build Buildroot: /tmp/alien-@version@.build
Requires: perl Requires: perl

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (8.65) UNRELEASED; urgency=low
* Fix alien's own spec file, s/Copyright/License/.
-- Joey Hess <joeyh@debian.org> Thu, 14 Dec 2006 17:35:11 -0500
alien (8.64) unstable; urgency=low alien (8.64) unstable; urgency=low
* Minor improvement to usage message as reported in [some random blog * Minor improvement to usage message as reported in [some random blog