From: Joerg Jaspert Date: Fri, 1 Jan 2010 13:39:39 +0000 (+0100) Subject: Describe what debversion is doing X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=408245228ba96e5bad24738b9432bd78079178f6;p=dak.git Describe what debversion is doing Signed-off-by: Joerg Jaspert --- diff --git a/daklib/dbconn.py b/daklib/dbconn.py index cb76ebc1..46956778 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -61,6 +61,10 @@ from textutils import fix_maintainer # reflection class DebVersion(sqltypes.Text): + """ + Support the debversion type + """ + def get_col_spec(self): return "DEBVERSION"