mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Major typo fix in Tgz.pm.
* Fixed newlines in tgz filelist.
* Fixed some undefined value warnings.
* Put the rpm spec file back in. Converting the debs to rpms fails
because rpm doesn't use the same perl include path. Bummer.
* Fixed duplicate alien man page problem.
This commit is contained in:
@@ -36,10 +36,6 @@ use constant scripttrans => {
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 FIELDS
|
|
||||||
|
|
||||||
=over 4
|
|
||||||
|
|
||||||
=head1 METHODS
|
=head1 METHODS
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ use strict;
|
|||||||
sub MY::libscan {
|
sub MY::libscan {
|
||||||
$_ = $_[1];
|
$_ = $_[1];
|
||||||
|
|
||||||
|
return '' if $_ eq 'alien.pl';
|
||||||
return '' if m/\/(RCS|CVS|SCCS)\// || m/[~%]$/ || m/\.(orig|rej)$/;
|
return '' if m/\/(RCS|CVS|SCCS)\// || m/[~%]$/ || m/\.(orig|rej)$/;
|
||||||
return $_;
|
return $_;
|
||||||
}
|
}
|
||||||
|
|||||||
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -1,10 +1,11 @@
|
|||||||
alien (6.999) unstable; urgency=low
|
alien (6.9999) unstable; urgency=low
|
||||||
|
|
||||||
* Major typo fix in Tgz.pm.
|
* Major typo fix in Tgz.pm.
|
||||||
* Fixed newlines in tgz filelist.
|
* Fixed newlines in tgz filelist.
|
||||||
* Fixed some undefined value warnings.
|
* Fixed some undefined value warnings.
|
||||||
* Put the rpm spec file back in. Converting the debs to rpms fails
|
* Put the rpm spec file back in. Converting the debs to rpms fails
|
||||||
because rpm doesn't use the same perl include path. Bummer.
|
because rpm doesn't use the same perl include path. Bummer.
|
||||||
|
* Fixed duplicate alien man page problem.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Sat, 22 Apr 2000 16:12:44 -0700
|
-- Joey Hess <joeyh@debian.org> Sat, 22 Apr 2000 16:12:44 -0700
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user