summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/db-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update
index a8659a7..6f4096c 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -203,7 +203,7 @@ for source_stability in \
printf ' AND `old_r`.`stability`=%s' \
"${source_stability}"
printf ' AND `old_r`.`architecture`=`to_r`.`architecture`'
- mysql_join_binary_packages_dependencies 'new_bp'
+ mysql_join_binary_packages_dependencies 'old_bp'
mysql_join_dependencies_dependency_types
printf ' AND `dependency_types`.`relevant_for_binary_packages`'
printf ' WHERE NOT EXISTS ('