]> git.decadent.org.uk Git - dak.git/blobdiff - dak/process_unchecked.py
get contents branch working with etch era pacakges
[dak.git] / dak / process_unchecked.py
index 491c5560ec7b7c968b17bbeeb37c4514f778c049..4b731a1784292e9e9519720a60015115870eed5d 100755 (executable)
@@ -400,7 +400,7 @@ def check_files():
     cursor = DBConn().cursor()
     # Check for packages that have moved from one component to another
     # STU: this should probably be changed to not join on architecture, suite tables but instead to used their cached name->id mappings from DBConn
-    cursor.execute("""PREPARE moved_pkg_q AS
+    cursor.execute("""PREPARE moved_pkg_q(text,text,text) AS
         SELECT c.name FROM binaries b, bin_associations ba, suite s, location l,
                     component c, architecture a, files f
         WHERE b.package = $1 AND s.suite_name = $2