Your message dated Thu, 22 Mar 2007 20:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#415796: fixed in dpkg-repack 1.26
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: dpkg-repack
Version: 1.25
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 dpkg-repack-1.25.orig/dpkg-repack dpkg-repack-1.25/dpkg-repack
--- dpkg-repack-1.25.orig/dpkg-repack 2006-11-08 23:29:28.000000000 +0200
+++ dpkg-repack-1.25/dpkg-repack 2007-03-22 05:08:09.000000000 +0200
@@ -102,7 +102,7 @@
}
}
if ($indesc) {
- my $date=`822-date`;
+ my $date=`date -R`;
chomp $date;
$control[$x-1]=$control[$x-1]." .\n"." (Repackaged on $date by dpkg-repack.)";
}
--- End Message ---
--- Begin Message ---
Source: dpkg-repack
Source-Version: 1.26
We believe that the bug you reported is fixed in the latest version of
dpkg-repack, which is due to be installed in the Debian FTP archive:
dpkg-repack_1.26.dsc
to pool/main/d/dpkg-repack/dpkg-repack_1.26.dsc
dpkg-repack_1.26.tar.gz
to pool/main/d/dpkg-repack/dpkg-repack_1.26.tar.gz
dpkg-repack_1.26_all.deb
to pool/main/d/dpkg-repack/dpkg-repack_1.26_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated dpkg-repack package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 22 Mar 2007 16:17:08 -0400
Source: dpkg-repack
Binary: dpkg-repack
Architecture: source all
Version: 1.26
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
dpkg-repack - puts an unpacked .deb file back together
Closes: 415796
Changes:
dpkg-repack (1.26) unstable; urgency=low
.
* Update for 822-date deprecation. Closes: #415796
Files:
84ea66d1764b089765b63c4122faae1a 579 admin optional dpkg-repack_1.26.dsc
d416032473fc83216c77b87b3419c6fd 16202 admin optional dpkg-repack_1.26.tar.gz
2dcb866e152681347928b4bbc506d23e 11470 admin optional dpkg-repack_1.26_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGAuRn2tp5zXiKP0wRAhQsAJ0YJOeTN4m/qEJjTuJcx0bEuaRifgCgo3EJ
JNLRvzC8GcwqOcyvDkB7WE8=
=JRT8
-----END PGP SIGNATURE-----
--- End Message ---