[Secure-testing-commits] r2003 - data/DTSA

Joey Hess joeyh at costa.debian.org
Thu Sep 15 15:15:47 UTC 2005


Author: joeyh
Date: 2005-09-15 15:15:46 +0000 (Thu, 15 Sep 2005)
New Revision: 2003

Modified:
   data/DTSA/dtsa
Log:
preserve indentation in (text form) of DTSA


Modified: data/DTSA/dtsa
===================================================================
--- data/DTSA/dtsa	2005-09-15 15:12:34 UTC (rev 2002)
+++ data/DTSA/dtsa	2005-09-15 15:15:46 UTC (rev 2003)
@@ -69,7 +69,8 @@
 		elif i.startswith("upgrade:"):
 			upgrade = i[8:].strip()
 		elif d:
-			descr.append(i.strip())
+			if i[-1] == '\n': i = i[:-1]
+			descr.append(i)
 		elif i == "\n" and d == False:
 			d = True
 




More information about the Secure-testing-commits mailing list