--- /srv/reproducible-results/rbuild-debian/r-b-build.yoyY7ZPx/b1/libcxx-serial_1.2.1-8_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.yoyY7ZPx/b2/libcxx-serial_1.2.1-8_i386.changes ├── Files │ @@ -1,4 +1,4 @@ │ │ - 58c4ecb1bcbfe2597300ff2a947d976a 119256 libdevel optional libcxx-serial-dev_1.2.1-8_i386.deb │ + 30f983ad7f50ec52ff726e2f39e23a9d 119288 libdevel optional libcxx-serial-dev_1.2.1-8_i386.deb │ 1ebb8577e34163ed8ee7ac89ce80878a 251688 debug optional libcxx-serial1-dbgsym_1.2.1-8_i386.deb │ 5238b11f7fd64e2b00090aff7d664def 34844 libs optional libcxx-serial1_1.2.1-8_i386.deb ├── libcxx-serial-dev_1.2.1-8_i386.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 2324 2024-05-31 10:55:49.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 116740 2024-05-31 10:55:49.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 116772 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/i386-linux-gnu/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-31 10:55:49.000000 ./usr/lib/i386-linux-gnu/pkgconfig/ │ │ │ │ --rw-r--r-- 0 root (0) root (0) 188 2024-05-31 10:55:49.000000 ./usr/lib/i386-linux-gnu/pkgconfig/cxx-serial.pc │ │ │ │ +-rw-r--r-- 0 root (0) root (0) 262 2024-05-31 10:55:49.000000 ./usr/lib/i386-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/i386-linux-gnu/pkgconfig/cxx-serial.pc │ │ │ │ @@ -1,8 +1,12 @@ │ │ │ │ prefix=/usr │ │ │ │ +exec_prefix=/usr │ │ │ │ +libdir=${exec_prefix}/lib/i386-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/i386-linux-gnu -lcxx-serial -lrt -lpthread │ │ │ │ -Requires: │ │ │ │ + │ │ │ │ +Requires: │ │ │ │ +Libs: -L${libdir} -lcxx-serial │ │ │ │ +Cflags: -I${includedir}