--- /srv/rebuilderd/tmp/rebuilderdMDtOuL/inputs/swi-prolog-core-packages_9.2.9+dfsg-1_armhf.deb +++ /srv/rebuilderd/tmp/rebuilderdMDtOuL/out/swi-prolog-core-packages_9.2.9+dfsg-1_armhf.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-01-18 19:07:58.000000 debian-binary │ --rw-r--r-- 0 0 0 9940 2025-01-18 19:07:58.000000 control.tar.xz │ --rw-r--r-- 0 0 0 1375132 2025-01-18 19:07:58.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 9928 2025-01-18 19:07:58.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 1375216 2025-01-18 19:07:58.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -88,15 +88,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 8683 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/chr_compiler_utility.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 2227 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/chr_debug.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 9711 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/chr_hashtable_store.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 3828 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/chr_integertable_store.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 4191 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/chr_messages.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 2134 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/chr_op.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 27463 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/chr_runtime.pl │ │ │ --rw-r--r-- 0 root (0) root (0) 873879 2025-01-18 19:07:58.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/chr_translate.pl │ │ │ +-rw-r--r-- 0 root (0) root (0) 873751 2025-01-18 19:07:58.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/chr_translate.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 6714 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/clean_code.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 2728 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/find.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 754733 2025-01-18 19:07:58.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/guard_entailment.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 2766 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/listmap.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 1370 2023-12-05 09:10:55.000000 ./usr/lib/swi-prolog/library/ext/chr/chr/pairlist.pl │ │ │ -rw-r--r-- 0 root (0) root (0) 18377 2025-01-18 19:07:58.000000 ./usr/lib/swi-prolog/library/ext/chr/chr.pl │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-18 19:07:58.000000 ./usr/lib/swi-prolog/library/ext/clib/ │ │ ├── ./usr/lib/swi-prolog/library/ext/chr/chr/chr_translate.pl │ │ │ @@ -1,10 +1,10 @@ │ │ │ /* Generated by CHR bootstrap compiler │ │ │ From: /build/reproducible-path/swi-prolog-9.2.9+dfsg/packages/chr/chr_translate.chr │ │ │ - Date: Sat Jan 18 21:28:41 2025 │ │ │ + Date: Tue Jul 29 09:51:52 2025 │ │ │ │ │ │ DO NOT EDIT. EDIT THE CHR FILE INSTEAD │ │ │ */ │ │ │ │ │ │ :- module(chr_translate, │ │ │ [ chr_translate/2, │ │ │ chr_translate_line_info/3 │ │ │ @@ -2424,17 +2424,15 @@ │ │ │ trie_step(A, D, D, B, C, E, F). │ │ │ trie_step([], _, _, [], [], A, A) :- │ │ │ !. │ │ │ trie_step(A, B, C, D, E, F, G) :- │ │ │ D=[H|_], │ │ │ length(H, I), │ │ │ aggregate_all(set(J/K), │ │ │ - ( member(L, A), │ │ │ - functor(L, J, K) │ │ │ - ), │ │ │ + (member(L, A), functor(L, J, K)), │ │ │ M), │ │ │ N is I+1, │ │ │ trie_step_cases(M, │ │ │ N, │ │ │ A, │ │ │ D, │ │ │ E, │ │ │ @@ -5778,17 +5776,15 @@ │ │ │ ; chr_pp_flag(mixed_stores, on) │ │ │ ), │ │ │ is_stored(A), │ │ │ get_store_type(A, default) │ │ │ -> get_indexed_arguments(A, C), │ │ │ get_constraint_mode(A, D), │ │ │ aggregate_all(bag(E)-count, │ │ │ - ( member(E, C), │ │ │ - nth1(E, D, +) │ │ │ - ), │ │ │ + (member(E, C), nth1(E, D, +)), │ │ │ F-G), │ │ │ ( G>10 │ │ │ -> findall([E], member(E, F), H) │ │ │ ; findall(E, │ │ │ ( sublist(E, F), │ │ │ E\==[] │ │ │ ), │ │ │ @@ -6703,17 +6699,15 @@ │ │ │ I). │ │ │ dispatch_trie_step([], _, _, _, [], _, _, [], A, A) :- │ │ │ !. │ │ │ dispatch_trie_step(A, B, C, D, E, F, G, H, I, J) :- │ │ │ D=[K|_], │ │ │ length(K, L), │ │ │ aggregate_all(set(M/N), │ │ │ - ( member(O, A), │ │ │ - functor(O, M, N) │ │ │ - ), │ │ │ + (member(O, A), functor(O, M, N)), │ │ │ P), │ │ │ Q is L+1, │ │ │ dispatch_trie_step_cases(P, │ │ │ Q, │ │ │ A, │ │ │ D, │ │ │ E, │ │ ├── ./usr/lib/swi-prolog/library/ext/chr/chr/guard_entailment.pl │ │ │ @@ -1,10 +1,10 @@ │ │ │ /* Generated by CHR bootstrap compiler │ │ │ From: /build/reproducible-path/swi-prolog-9.2.9+dfsg/packages/chr/guard_entailment.chr │ │ │ - Date: Sat Jan 18 21:28:37 2025 │ │ │ + Date: Tue Jul 29 09:51:48 2025 │ │ │ │ │ │ DO NOT EDIT. EDIT THE CHR FILE INSTEAD │ │ │ */ │ │ │ │ │ │ :- module(guard_entailment, │ │ │ [ entails_guard/2, │ │ │ simplify_guards/5 │ │ ├── ./usr/lib/swi-prolog/library/ext/pldoc/pldoc/doc_html.qlf │ │ │ @@ -2,15 +2,15 @@ │ │ │ 00000010: 6669 6c65 0a00 0a81 687f 5f08 884a 812f file....h._..J./ │ │ │ 00000020: 6275 696c 642f 7265 7072 6f64 7563 6962 build/reproducib │ │ │ 00000030: 6c65 2d70 6174 682f 7377 692d 7072 6f6c le-path/swi-prol │ │ │ 00000040: 6f67 2d39 2e32 2e39 2b64 6673 672f 6275 og-9.2.9+dfsg/bu │ │ │ 00000050: 696c 642f 686f 6d65 2f6c 6962 7261 7279 ild/home/library │ │ │ 00000060: 2f65 7874 2f70 6c64 6f63 2f70 6c64 6f63 /ext/pldoc/pldoc │ │ │ 00000070: 2f2e 646f 635f 6874 6d6c 2e71 6c66 2e32 /.doc_html.qlf.2 │ │ │ -00000080: 3037 3332 514d 0394 706c 646f 635f 6874 0732QM..pldoc_ht │ │ │ +00000080: 3037 3330 514d 0394 706c 646f 635f 6874 0730QM..pldoc_ht │ │ │ 00000090: 6d6c 463a 812f 6275 696c 642f 7265 7072 mlF:./build/repr │ │ │ 000000a0: 6f64 7563 6962 6c65 2d70 6174 682f 7377 oducible-path/sw │ │ │ 000000b0: 692d 7072 6f6c 6f67 2d39 2e32 2e39 2b64 i-prolog-9.2.9+d │ │ │ 000000c0: 6673 672f 6275 696c 642f 686f 6d65 2f6c fsg/build/home/l │ │ │ 000000d0: 6962 7261 7279 2f65 7874 2f70 6c64 6f63 ibrary/ext/pldoc │ │ │ 000000e0: 2f70 6c64 6f63 2f64 6f63 5f68 746d 6c2e /pldoc/doc_html. │ │ │ 000000f0: 706c 0000 8039 27b8 d941 75cc 4303 8e6c pl...9'..Au.C..l