mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Fix alien's own spec file, s/Copyright/License/.
This commit is contained in:
@@ -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 $_;
|
||||||
|
|||||||
@@ -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
6
debian/changelog
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user