2.04 KB
/srv/reproducible-results/rbuild-debian/r-b-build.LA6Ln47U/b1/watchman_4.9.0-7_i386.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.LA6Ln47U/b2/watchman_4.9.0-7_i386.changes
487 B
Files
    
Offset 1, 5 lines modifiedOffset 1, 5 lines modified
  
1 ·d051189a972df98796f6b75d7032de4b·42732·debug·optional·python3-pywatchman-dbgsym_4.9.0-7_i386.deb1 ·d051189a972df98796f6b75d7032de4b·42732·debug·optional·python3-pywatchman-dbgsym_4.9.0-7_i386.deb
2 ·4e6d94e7539666654c3588586e7ad663·37376·python·optional·python3-pywatchman_4.9.0-7_i386.deb2 ·97cd96dfa10a4ab961390022e6d8c6be·37376·python·optional·python3-pywatchman_4.9.0-7_i386.deb
3 ·ce40ae8cd031d65096630f74442e91d3·8585580·debug·optional·watchman-dbgsym_4.9.0-7_i386.deb3 ·ce40ae8cd031d65096630f74442e91d3·8585580·debug·optional·watchman-dbgsym_4.9.0-7_i386.deb
4 ·128449ce0775be632f39100fe0cc0ad7·351660·utils·optional·watchman_4.9.0-7_i386.deb4 ·128449ce0775be632f39100fe0cc0ad7·351660·utils·optional·watchman_4.9.0-7_i386.deb
1.39 KB
python3-pywatchman_4.9.0-7_i386.deb
865 B
control.tar.xz
837 B
control.tar
767 B
./control
    
Offset 1, 14 lines modifiedOffset 1, 14 lines modified
1 Package:·python3-pywatchman1 Package:·python3-pywatchman
2 Source:·watchman2 Source:·watchman
3 Version:·4.9.0-73 Version:·4.9.0-7
4 Architecture:·i3864 Architecture:·i386
5 Maintainer:·Debian·QA·Group·<packages@qa.debian.org>5 Maintainer:·Debian·QA·Group·<packages@qa.debian.org>
6 Installed-Size:·1656 Installed-Size:·165
7 Depends:·libc6·(>=·2.4),·python3·(<<·3.13),·python3·(>=·3.11~),·python3.12:any,·python3:any,·watchman7 Depends:·libc6·(>=·2.4),·python3·(<<·3.13),·python3·(>=·3.11~),·python3.11:any,·python3:any,·watchman
8 Section:·python8 Section:·python
9 Priority:·optional9 Priority:·optional
10 Homepage:·https://facebook.github.io/watchman10 Homepage:·https://facebook.github.io/watchman
11 Description:·Python·library·for·Watchman·and·related·utilities11 Description:·Python·library·for·Watchman·and·related·utilities
12 ·A·Python·library·for·watchman·(the·file·watching·service),·and·related12 ·A·Python·library·for·watchman·(the·file·watching·service),·and·related
13 ·utilities·such·as·watchman-make·and·watchman-wait.·Watchman·can·be·used13 ·utilities·such·as·watchman-make·and·watchman-wait.·Watchman·can·be·used
14 ·to·watch·files·and·record·when·they·actually·change.·It·can·be·used14 ·to·watch·files·and·record·when·they·actually·change.·It·can·be·used
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
486 B
data.tar.xz
464 B
data.tar
227 B
./usr/bin/watchman-make
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 #!/usr/bin/python3.121 #!/usr/bin/python3.11
2 from·__future__·import·print_function2 from·__future__·import·print_function
3 import·pywatchman3 import·pywatchman
4 import·argparse4 import·argparse
5 import·os5 import·os
6 import·sys6 import·sys
7 import·subprocess7 import·subprocess
  
221 B
./usr/bin/watchman-wait
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 #!/usr/bin/python3.121 #!/usr/bin/python3.11
2 from·__future__·import·print_function2 from·__future__·import·print_function
3 import·pywatchman3 import·pywatchman
4 import·argparse4 import·argparse
5 import·os5 import·os
6 import·sys6 import·sys
7 import·time7 import·time