From deb72750138ff6ef454bd1eaa15a7a03fc4f0f6c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 22 Jun 2018 22:05:20 +0200 Subject: bin/db-update: the OLD dependencies must be broken - not the NEW! --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/db-update') 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 (' -- cgit v1.2.3