From 675caca8d9a1e2f2385b72de780ef66b88eec934 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 2 Sep 2013 10:01:41 +0000 Subject: [PATCH] add of the vcs tag + improve desc --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 28e88c8..058761e 100644 --- a/debian/control +++ b/debian/control @@ -6,12 +6,14 @@ Priority: optional Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://github.com/bufordtaylor/python-texttable +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/texttable/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/texttable/trunk/ Package: python-texttable Architecture: all Depends: ${misc:Depends}, ${python:Depends} -Description: module for creating simple ASCII tables +Description: Module for creating simple ASCII tables texttable is a module to generate a formatted text table, using ASCII characters. - It provides nice human-readable output for arrays when you are designing + It provides nice human-readable output for arrays when designing a CLI or just output data.