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

Joey Hess joeyh at costa.debian.org
Thu Sep 8 15:06:51 UTC 2005


Author: joeyh
Date: 2005-09-08 15:06:51 +0000 (Thu, 08 Sep 2005)
New Revision: 1859

Modified:
   data/DTSA/dtsa
Log:
make the header less wide


Modified: data/DTSA/dtsa
===================================================================
--- data/DTSA/dtsa	2005-09-08 14:40:31 UTC (rev 1858)
+++ data/DTSA/dtsa	2005-09-08 15:06:51 UTC (rev 1859)
@@ -183,11 +183,11 @@
 
 	# FIXME: use a nice external template with alignment specifiers
 	# like it used it.
-	ascii.write("------------------------------------------------------------------------------\n")
-	ascii.write("Debian Testing Security Advisory "+ id + ((45-len(id)-len(date))*" ") + date + "\n")
-	ascii.write("secure-testing-team at lists.alioth.debian.org " + ((34-len(author))*" ") + author + "\n") 
+	ascii.write("--------------------------------------------------------------------------\n")
+	ascii.write("Debian Testing Security Advisory "+ id + ((41-len(id)-len(date))*" ") + date + "\n")
+	ascii.write("secure-testing-team at lists.alioth.debian.org " + ((30-len(author))*" ") + author + "\n") 
 	ascii.write("http://secure-testing-master.debian.net/\n")
-	ascii.write("------------------------------------------------------------------------------\n")
+	ascii.write("--------------------------------------------------------------------------\n")
 	ascii.write("\n")
 	ascii.write("Package        : " + src + "\n")
 	ascii.write("Vulnerability  : " + vuln_type + "\n")




More information about the Secure-testing-commits mailing list