--- /tmp/teem-1.12.0~20160122-4na7xslbq/debian/libteem-dev_1.12.0~20160122-4_amd64.deb +++ libteem-dev_1.12.0~20160122-4_amd64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2020-11-23 16:28:27.000000 debian-binary │ -rw-r--r-- 0 0 0 1928 2020-11-23 16:28:27.000000 control.tar.xz │ --rw-r--r-- 0 0 0 124580 2020-11-23 16:28:27.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 124576 2020-11-23 16:28:27.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/lib/Teem-1.12.0/TeemBuildSettings.cmake │ │ │ @@ -6,9 +6,9 @@ │ │ │ # CMake Error at cmake/Modules/CMakeExportBuildSettings.cmake:17 (message): │ │ │ # The functionality of the CMakeExportBuildSettings module has been dropped as of CMake 2.8. It was │ │ │ # deemed harmful (confusing users by changing their compiler). Please remove │ │ │ # calls to the CMAKE_EXPORT_BUILD_SETTINGS macro and stop including this │ │ │ # module. If this project generates any files for use by external projects, │ │ │ # remove any use of the CMakeImportBuildSettings module from them. │ │ │ # include(CMakeExportBuildSettings) │ │ │ -# CMAKE_EXPORT_BUILD_SETTINGS(/build/teem-OXzLfC/teem-1.12.0~20160122/obj-x86_64-linux-gnu/TeemBuildSettings.cmake) │ │ │ +# CMAKE_EXPORT_BUILD_SETTINGS(/build/teem-OXzLfC/teem-1.12.0-20160122/obj-x86_64-linux-gnu/TeemBuildSettings.cmake) │ │ │ # │ │ ├── ./usr/lib/Teem-1.12.0/TeemLibraryDepends.cmake │ │ │ @@ -44,15 +44,15 @@ │ │ │ # Create imported target teem │ │ │ add_library(teem SHARED IMPORTED) │ │ │ │ │ │ # Import target "teem" for configuration "RelWithDebInfo" │ │ │ set_property(TARGET teem APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) │ │ │ set_target_properties(teem PROPERTIES │ │ │ IMPORTED_LINK_INTERFACE_LIBRARIES_RELWITHDEBINFO "/usr/lib/x86_64-linux-gnu/libbz2.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libpng.so;/usr/lib/x86_64-linux-gnu/libz.so;-lpthread;-lm" │ │ │ - IMPORTED_LOCATION_RELWITHDEBINFO "/build/teem-OXzLfC/teem-1.12.0~20160122/obj-x86_64-linux-gnu/bin/libteem.so.1.12.0" │ │ │ + IMPORTED_LOCATION_RELWITHDEBINFO "/build/teem-OXzLfC/teem-1.12.0-20160122/obj-x86_64-linux-gnu/bin/libteem.so.1.12.0" │ │ │ IMPORTED_SONAME_RELWITHDEBINFO "libteem.so.2" │ │ │ ) │ │ │ │ │ │ # This file does not depend on other imported targets which have │ │ │ # been exported from the same project but in a separate export set. │ │ │ │ │ │ # Commands beyond this point should not need to know the version.