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 _______________________________________________ Secure-testing-commits mailing list Secure-testing-commits@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits