releasing version 8.66

This commit is contained in:
joey
2007-03-22 21:46:04 +00:00
parent cc5c0ade81
commit a712ba401f
2 changed files with 8 additions and 2 deletions

View File

@@ -646,10 +646,10 @@ Returns the date, in rfc822 format.
sub date { sub date {
my $this=shift; my $this=shift;
my $date=$this->runpipe(1, "822-date"); my $date=$this->runpipe(1, "date -R");
chomp $date; chomp $date;
if (!$date) { if (!$date) {
die "822-date did not return a valid result. You probably need to install the dpkg-dev debian package"; die "date -R did not return a valid result.";
} }
return $date; return $date;

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (8.66) unstable; urgency=low
* Use date -R as 822-date will soon be deprecated.
-- Joey Hess <joeyh@debian.org> Thu, 22 Mar 2007 17:45:24 -0400
alien (8.65) unstable; urgency=low alien (8.65) unstable; urgency=low
* Fix alien's own spec file, s/Copyright/License/. * Fix alien's own spec file, s/Copyright/License/.