--- /srv/reproducible-results/rbuild-debian/r-b-build.zbBUVqJa/b1/libcxx-serial_1.2.1-8_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.zbBUVqJa/b2/libcxx-serial_1.2.1-8_amd64.changes ├── Files │ @@ -1,4 +1,4 @@ │ │ - a5d3483080cc2a5642c26cdee2ab5d59 119304 libdevel optional libcxx-serial-dev_1.2.1-8_amd64.deb │ + 75cf12636bd09023533a68c261077aa1 119300 libdevel optional libcxx-serial-dev_1.2.1-8_amd64.deb │ b8099f9791e2eecdca1baa32d3e3e22a 264344 debug optional libcxx-serial1-dbgsym_1.2.1-8_amd64.deb │ 849a5420237b2a36f343c5f2609eb35b 33880 libs optional libcxx-serial1_1.2.1-8_amd64.deb ├── libcxx-serial-dev_1.2.1-8_amd64.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-05-31 10:55:49.000000 debian-binary │ │ -rw-r--r-- 0 0 0 2328 2024-05-31 10:55:49.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 116784 2024-05-31 10:55:49.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 116780 2024-05-31 10:55:49.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── file list │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./usr/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./usr/include/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 23700 2024-05-31 10:55:49.000000 ./usr/include/serial.h │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./usr/lib/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./usr/lib/x86_64-linux-gnu/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./usr/lib/x86_64-linux-gnu/pkgconfig/ │ │ │ │ --rw-r--r-- 0 root (0) root (0) 206 2024-05-31 10:55:49.000000 ./usr/lib/x86_64-linux-gnu/pkgconfig/cxx-serial.pc │ │ │ │ +-rw-r--r-- 0 root (0) root (0) 264 2024-05-31 10:55:49.000000 ./usr/lib/x86_64-linux-gnu/pkgconfig/cxx-serial.pc │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./usr/share/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./usr/share/doc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./usr/share/doc/libcxx-serial-dev/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 3045 2015-04-22 04:50:41.000000 ./usr/share/doc/libcxx-serial-dev/README.md │ │ │ │ -rw-r--r-- 0 root (0) root (0) 1092 2024-05-31 10:55:49.000000 ./usr/share/doc/libcxx-serial-dev/changelog.Debian.gz │ │ │ │ -rw-r--r-- 0 root (0) root (0) 1857 2015-04-22 04:50:41.000000 ./usr/share/doc/libcxx-serial-dev/changelog.gz │ │ │ │ -rw-r--r-- 0 root (0) root (0) 3301 2020-10-27 19:10:26.000000 ./usr/share/doc/libcxx-serial-dev/copyright │ │ │ ├── ./usr/lib/x86_64-linux-gnu/pkgconfig/cxx-serial.pc │ │ │ │ @@ -1,8 +1,12 @@ │ │ │ │ -prefix=${cxx-serial_PREFIX} │ │ │ │ +prefix=/usr │ │ │ │ +exec_prefix=/usr │ │ │ │ +libdir=${exec_prefix}/lib/x86_64-linux-gnu │ │ │ │ +includedir=${prefix}/include │ │ │ │ │ │ │ │ Name: cxx-serial │ │ │ │ -Description: Description of cxx-serial │ │ │ │ +Description: Cross-platform, Serial Port library written in C++ │ │ │ │ Version: 1.2.1 │ │ │ │ -Cflags: -I${prefix}/include │ │ │ │ -Libs: -L${prefix}/lib/x86_64-linux-gnu -lcxx-serial -lrt -lpthread │ │ │ │ -Requires: │ │ │ │ + │ │ │ │ +Requires: │ │ │ │ +Libs: -L${libdir} -lcxx-serial │ │ │ │ +Cflags: -I${includedir}