mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
releasing version 8.66
This commit is contained in:
@@ -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
6
debian/changelog
vendored
@@ -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/.
|
||||||
|
|||||||
Reference in New Issue
Block a user