[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1785 - trunk/debian



Author: branden
Date: 2004-09-01 11:07:34 -0500 (Wed, 01 Sep 2004)
New Revision: 1785

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/rules
Log:
Use simpler, and equivalent, format string to date command, per Fabio.


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-09-01 15:57:50 UTC (rev 1784)
+++ trunk/debian/CHANGESETS	2004-09-01 16:07:34 UTC (rev 1785)
@@ -179,7 +179,7 @@
 targets to handle PO and POT file updates using our local script, and
 document the recommended procedure in debian/README.  Hopefully the real
 debconf-updatepo will be fixed soon.
-    1695, 1696
+    1695, 1696, 1785
 
 Update debian/po/*.{po,pot} files to update comment header and get effects
 of a debconf-updatepo bugfix which misidentified template types in some

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2004-09-01 15:57:50 UTC (rev 1784)
+++ trunk/debian/rules	2004-09-01 16:07:34 UTC (rev 1785)
@@ -193,7 +193,7 @@
 # Generate the debconf templates POT file header.
 debian/po/pothead: debian/po/pothead.in
 	sed -e 's/SOURCE_VERSION/$(SOURCE_VERSION)/' \
-	  -e 's/DATE/$(shell date "+%Y-%m-%d %H:%M:%S%z"/)' \
+	  -e 's/DATE/$(shell date "+%F %X%z"/)' \
 	  <debian/po/pothead.in >$@
 
 # Update POT and PO files.



Reply to: