--- /tmp/sight-21.0.0-3l2j309o4/debian/libsight-dev_21.0.0-3_amd64.deb +++ libsight-dev_21.0.0-3_amd64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-12-15 22:03:15.000000 debian-binary │ --rw-r--r-- 0 0 0 33472 2021-12-15 22:03:15.000000 control.tar.xz │ --rw-r--r-- 0 0 0 418884 2021-12-15 22:03:15.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 33476 2021-12-15 22:03:15.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 418888 2021-12-15 22:03:15.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -1115,15 +1115,15 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-15 22:03:15.000000 ./usr/include/sight/modules/viz/scene3d/ │ │ │ -rw-r--r-- 0 root (0) root (0) 2153 2021-12-15 22:03:15.000000 ./usr/include/sight/modules/viz/scene3d/config.hpp │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-15 22:03:15.000000 ./usr/include/sight/modules/viz/scene3dQt/ │ │ │ -rw-r--r-- 0 root (0) root (0) 2189 2021-12-15 22:03:15.000000 ./usr/include/sight/modules/viz/scene3dQt/config.hpp │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-15 22:03:15.000000 ./usr/include/sight/modules/viz/scene3dTest/ │ │ │ -rw-r--r-- 0 root (0) root (0) 2243 2021-12-15 22:03:15.000000 ./usr/include/sight/modules/viz/scene3dTest/config.hpp │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-15 22:03:15.000000 ./usr/include/sight/pch/ │ │ │ --rw-r--r-- 0 root (0) root (0) 1955 2021-12-15 22:03:15.000000 ./usr/include/sight/pch/config.hpp │ │ │ +-rw-r--r-- 0 root (0) root (0) 2009 2021-12-15 22:03:15.000000 ./usr/include/sight/pch/config.hpp │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-15 22:03:15.000000 ./usr/include/sight/service/ │ │ │ -rw-r--r-- 0 root (0) root (0) 9831 2021-09-07 15:09:10.000000 ./usr/include/sight/service/AppConfigManager.hpp │ │ │ -rw-r--r-- 0 root (0) root (0) 17271 2021-09-07 15:09:10.000000 ./usr/include/sight/service/AppManager.hpp │ │ │ -rw-r--r-- 0 root (0) root (0) 5293 2021-09-07 15:09:10.000000 ./usr/include/sight/service/IAppConfigManager.hpp │ │ │ -rw-r--r-- 0 root (0) root (0) 1532 2021-09-07 15:09:10.000000 ./usr/include/sight/service/IController.hpp │ │ │ -rw-r--r-- 0 root (0) root (0) 1706 2021-09-07 15:09:10.000000 ./usr/include/sight/service/IFilter.hpp │ │ │ -rw-r--r-- 0 root (0) root (0) 1448 2021-09-07 15:09:10.000000 ./usr/include/sight/service/IGenerator.hpp │ │ ├── ./usr/include/sight/pch/config.hpp │ │ │ @@ -20,40 +20,40 @@ │ │ │ * │ │ │ ***********************************************************************/ │ │ │ │ │ │ #pragma once │ │ │ │ │ │ #ifdef _WIN32 │ │ │ │ │ │ - #ifdef PCHDATA_EXPORTS │ │ │ - #define PCHDATA_API __declspec(dllexport) │ │ │ - #define PCHDATA_CLASS_QT_API __declspec(dllexport) │ │ │ + #ifdef PCHSERVICE_EXPORTS │ │ │ + #define PCHSERVICE_API __declspec(dllexport) │ │ │ + #define PCHSERVICE_CLASS_QT_API __declspec(dllexport) │ │ │ #else │ │ │ - #define PCHDATA_API __declspec(dllimport) │ │ │ - #define PCHDATA_CLASS_QT_API __declspec(dllimport) │ │ │ + #define PCHSERVICE_API __declspec(dllimport) │ │ │ + #define PCHSERVICE_CLASS_QT_API __declspec(dllimport) │ │ │ #endif │ │ │ │ │ │ - #define PCHDATA_CLASS_API │ │ │ - #define PCHDATA_DEPRECATED_CLASS_API [[deprecated]] │ │ │ - #define PCHDATA_QT_API │ │ │ + #define PCHSERVICE_CLASS_API │ │ │ + #define PCHSERVICE_DEPRECATED_CLASS_API [[deprecated]] │ │ │ + #define PCHSERVICE_QT_API │ │ │ │ │ │ #pragma warning(disable: 4290) │ │ │ │ │ │ #elif defined(__GNUC__) && (__GNUC__>=4) │ │ │ │ │ │ - #define PCHDATA_API __attribute__ ((visibility("default"))) │ │ │ - #define PCHDATA_CLASS_API __attribute__ ((visibility("default"))) │ │ │ - #define PCHDATA_DEPRECATED_CLASS_API __attribute__ ((visibility("default"))) __attribute__((deprecated)) │ │ │ + #define PCHSERVICE_API __attribute__ ((visibility("default"))) │ │ │ + #define PCHSERVICE_CLASS_API __attribute__ ((visibility("default"))) │ │ │ + #define PCHSERVICE_DEPRECATED_CLASS_API __attribute__ ((visibility("default"))) __attribute__((deprecated)) │ │ │ │ │ │ - #define PCHDATA_QT_API __attribute__ ((visibility("default"))) │ │ │ - #define PCHDATA_CLASS_QT_API __attribute__ ((visibility("default"))) │ │ │ + #define PCHSERVICE_QT_API __attribute__ ((visibility("default"))) │ │ │ + #define PCHSERVICE_CLASS_QT_API __attribute__ ((visibility("default"))) │ │ │ │ │ │ #else │ │ │ │ │ │ - #define PCHDATA_API │ │ │ - #define PCHDATA_CLASS_API │ │ │ - #define PCHDATA__DEPRECATED_CLASS_API │ │ │ - #define PCHDATA_QT_API │ │ │ - #define PCHDATA_CLASS_QT_API │ │ │ + #define PCHSERVICE_API │ │ │ + #define PCHSERVICE_CLASS_API │ │ │ + #define PCHSERVICE__DEPRECATED_CLASS_API │ │ │ + #define PCHSERVICE_QT_API │ │ │ + #define PCHSERVICE_CLASS_QT_API │ │ │ │ │ │ #endif