[Collab-qa-commits] r1356 - udd/udd

lucas at alioth.debian.org lucas at alioth.debian.org
Sun Dec 21 22:31:40 UTC 2008


Author: lucas
Date: 2008-12-21 22:31:40 +0000 (Sun, 21 Dec 2008)
New Revision: 1356

Modified:
   udd/udd/packages_gatherer.py
Log:
complete the addition of Breaks

Modified: udd/udd/packages_gatherer.py
===================================================================
--- udd/udd/packages_gatherer.py	2008-12-21 22:08:34 UTC (rev 1355)
+++ udd/udd/packages_gatherer.py	2008-12-21 22:31:40 UTC (rev 1356)
@@ -170,7 +170,7 @@
 	  VALUES
 	    ( $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15,
 	      $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28,
-	      $29, $30, $31, '%s', '%s', '%s')
+	      $29, $30, $31, $32, '%s', '%s', '%s')
 	    """ %  (table, self._distr, src_cfg['release'], comp))
 #	  aux.print_debug("Reading file " + path)
 	  # Copy content from gzipped file to temporary file, so that apt_pkg is




More information about the Collab-qa-commits mailing list