* Whoops, alien was still trying to use /usr/lib/alien/pactches,

corrected.
This commit is contained in:
joey
2000-11-16 20:03:36 +00:00
parent aef9b880c7
commit 2e4daa4fd0
2 changed files with 9 additions and 2 deletions

View File

@@ -214,12 +214,12 @@ use Alien::Package::Slp;
# Returns a list of directories to search for patches.
sub patchdirs {
return '/var/lib/alien',"/usr/lib/alien/patches";
return '/var/lib/alien',"/usr/share/alien/patches";
}
# Display alien's version number.
sub version {
my $version_string='unknown'; # VERSION_AUTOREPLACE done by Makefile, do not edit.
my $version_string='unknown'; # VERSION_AUTOREPLACE done by Makefile, DNE
print "Alien version $version_string\n";
exit;
}

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
alien (7.9) unstable; urgency=low
* Whoops, alien was still trying to use /usr/lib/alien/pactches,
corrected.
-- Joey Hess <joeyh@debian.org> Thu, 16 Nov 2000 11:59:04 -0800
alien (7.8) unstable; urgency=low
* Use debhelper v2 for debian/rules, but not when converting