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

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



Author: branden
Date: 2004-04-02 14:04:25 -0500 (Fri, 02 Apr 2004)
New Revision: 1220

Modified:
   trunk/debian/TODO
Log:
Add item.


Modified: trunk/debian/TODO
===================================================================
--- trunk/debian/TODO	2004-04-02 07:45:31 UTC (rev 1219)
+++ trunk/debian/TODO	2004-04-02 19:04:25 UTC (rev 1220)
@@ -68,6 +68,17 @@
 * #226973: glint second-head on second-card blues; apply Clint's patch
 * Evaluate Sven Luther's driver DDK package patch:
   http://lists.debian.org/debian-x/2003/debian-x-200311/msg00002.html
+* Stylistic cleanup of maintainer scripts:
+  + add Id keyword, set svn:keywords property to "Id"
+  + quote *all* usages of shell variables
+  + don't pass $THIS_PACKAGE to update-rc.d/invoke-rc.d -- it obfuscates more
+    than it helps
+  + stop using test -a, test -o ([ ] forms as well), b/c they're not POSIX
+  + replace "touch" with ": >"
+  + change redirect style from "> filespec" to ">filespec" (redirections only!
+    NOT pipes!)
+  + update Vim modelines; set tw=80
+  + wrap lines longer than 80 chars
 
 Probably for 4.4.0
 ==================



Reply to: