[Pkg-jed-commit] r218 - trunk/packages/jed-extra/utils

Rafael Laboissiere rafael at costa.debian.org
Wed Nov 23 08:18:39 UTC 2005


Author: rafael
Date: 2005-11-23 08:18:38 +0000 (Wed, 23 Nov 2005)
New Revision: 218

Modified:
   trunk/packages/jed-extra/utils/build-from-scratch.sh
Log:
Give option -R to the date command, instead of formatting the RFC 822 string
by hand


Modified: trunk/packages/jed-extra/utils/build-from-scratch.sh
===================================================================
--- trunk/packages/jed-extra/utils/build-from-scratch.sh	2005-11-23 08:17:18 UTC (rev 217)
+++ trunk/packages/jed-extra/utils/build-from-scratch.sh	2005-11-23 08:18:38 UTC (rev 218)
@@ -40,7 +40,7 @@
 perl -ni -e 'if (not $done and /^ --/) {'\
 '              print (" -- Debian JED Group "'\
 '                     . "<pkg-jed-devel\@lists.alioth.debian.org>  ",'\
-'                     qx/date +"%a, %2e %b %Y %T %z"/, "\n");'\
+'                     qx/date -R/, "\n");'\
 '              $done = 1;'\
 '            } else {print}' debian/changelog
 




More information about the Pkg-jed-commit mailing list