Package: dpkg-repack
Version: 1.25
Author: Guillem Jover <guillem@debian.org>
Status: applied
Debbug: 415796
Description:
 Transition from 822-date to 'date -R'.

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.)";
 	}
