Your message dated Sat, 31 May 2008 10:28:10 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#415797: equivs: please use 'date -R' instead of the
deprecated 822-date
has caused the Debian Bug report #415797,
regarding equivs: please use 'date -R' instead of the deprecated 822-date
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
415797: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415797
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: equivs
Version: 2.0.7
Severity: wishlist
Tags: patch
Hi,
dpkg version 1.14.0 (currently in svn, but will be upload to
experimental soon) is going to deprecate 822-date, which is going
to become for now just a wrapper for 'date -R', and print a warning.
The attached patch fixes this.
regards,
guillem
diff -Naur equivs-2.0.7.orig/usr/bin/equivs-build equivs-2.0.7/usr/bin/equivs-build
--- equivs-2.0.7.orig/usr/bin/equivs-build 2006-02-28 10:33:25.000000000 +0200
+++ equivs-2.0.7/usr/bin/equivs-build 2007-03-22 05:09:01.000000000 +0200
@@ -246,7 +246,7 @@
my ($version, $date);
$version = $control->{'Version'} || "1.0";
- chomp ($date = qx(822-date));
+ chomp ($date = qx(date -R));
open OUT, '>', "$builddir/debian/changelog" or
die "Couldn't write changelog: $!\n";
--- End Message ---
--- Begin Message ---
Version: 2.0.7-0.1
[Guillem Jover]
> It would be really nice if you could upload a package before lenny's
> freeze. I'd like to comfortably remove 822-date from dpkg post lenny,
> and it would be easier if equivs was not using it.
Oh, sorry about that, yes, I had forgotten this little bug. Anyway, as
it happens, Zack's NMU (2.0.7-0.1) fixed this bug too, but apparently
he forgot to say so in the changelog. Closing it now.
--
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
signature.asc
Description: Digital signature
--- End Message ---