--- /srv/reproducible-results/rbuild-debian/r-b-build.bK9zpkRU/b1/watchman_4.9.0-7_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.bK9zpkRU/b2/watchman_4.9.0-7_armhf.changes ├── Files │ @@ -1,5 +1,5 @@ │ │ b0a4f61f9304f872ea79f4d0a64ec792 44848 debug optional python3-pywatchman-dbgsym_4.9.0-7_armhf.deb │ - 744c18af8325c088beba8fbb5b40160d 34848 python optional python3-pywatchman_4.9.0-7_armhf.deb │ + b1df5297dadfe1e5590f90496fddbb71 34848 python optional python3-pywatchman_4.9.0-7_armhf.deb │ feadae4a6719fb1f6524c1dac0490295 8706892 debug optional watchman-dbgsym_4.9.0-7_armhf.deb │ 7b31526938e2a2d2bc69cd0892a3a312 299476 utils optional watchman_4.9.0-7_armhf.deb ├── python3-pywatchman_4.9.0-7_armhf.deb │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./control │ │ │ │ @@ -1,14 +1,14 @@ │ │ │ │ Package: python3-pywatchman │ │ │ │ Source: watchman │ │ │ │ Version: 4.9.0-7 │ │ │ │ Architecture: armhf │ │ │ │ Maintainer: Debian QA Group │ │ │ │ Installed-Size: 149 │ │ │ │ -Depends: libc6 (>= 2.4), python3 (<< 3.13), python3 (>= 3.11~), python3.12:any, python3:any, watchman │ │ │ │ +Depends: libc6 (>= 2.4), python3 (<< 3.13), python3 (>= 3.11~), python3.11:any, python3:any, watchman │ │ │ │ Section: python │ │ │ │ Priority: optional │ │ │ │ Homepage: https://facebook.github.io/watchman │ │ │ │ Description: Python library for Watchman and related utilities │ │ │ │ A Python library for watchman (the file watching service), and related │ │ │ │ utilities such as watchman-make and watchman-wait. Watchman can be used │ │ │ │ to watch files and record when they actually change. It can be used │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/bin/watchman-make │ │ │ │ @@ -1,8 +1,8 @@ │ │ │ │ -#!/usr/bin/python3.12 │ │ │ │ +#!/usr/bin/python3.11 │ │ │ │ from __future__ import print_function │ │ │ │ import pywatchman │ │ │ │ import argparse │ │ │ │ import os │ │ │ │ import sys │ │ │ │ import subprocess │ │ │ ├── ./usr/bin/watchman-wait │ │ │ │ @@ -1,8 +1,8 @@ │ │ │ │ -#!/usr/bin/python3.12 │ │ │ │ +#!/usr/bin/python3.11 │ │ │ │ from __future__ import print_function │ │ │ │ import pywatchman │ │ │ │ import argparse │ │ │ │ import os │ │ │ │ import sys │ │ │ │ import time