Package: tulip / 6.0.1+dfsg-2

Metadata

Package Version Patches format
tulip 6.0.1+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove dirs not shipped from cmake.patch | (download)

CMakeLists.txt | 11 2 + 9 - 0 !
library/tulip-ogl/bitmaps/CMakeLists.txt | 4 0 + 4 - 0 !
plugins/perspective/GraphPerspective/CMakeLists.txt | 2 1 + 1 - 0 !
software/tulip/CMakeLists.txt | 3 2 + 1 - 0 !
thirdparty/CMakeLists.txt | 9 0 + 9 - 0 !
5 files changed, 5 insertions(+), 24 deletions(-)

 update cmake's build files to exclude the dirs and files that we exclude from upstream's source code.
0002 Comment out INSTALL_RPATH flag on executables.patch | (download)

CMakeLists.txt | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 remove rpath from executables per debian policy.
0003 Link against libantlr pic.patch | (download)

thirdparty/xdkbibtex/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link against the pic version of libantlr as required to build xdkbtex to a .so
0004 Fix installation path logic.patch | (download)

library/tulip-core/src/TlpTools.cpp | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 patch logic applied by upstream to determine installation dir so that it works with debian multiarch.
0005 Do not mistake package version for API version.patch | (download)

cmake/TulipPython.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not mistake package version for api version

The regex in this matches on a path that typically contains the package
version. This is going to match instead of the tarball file name.
0007 Put icons under pixmaps dir only.patch | (download)

software/tulip/CMakeLists.txt | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 prevent the duplication of application icons which are already installed under
usr/share/pixmaps/.
0008 Use Debian system fonts.patch | (download)

library/tulip-ogl/bitmaps/CMakeLists.txt | 6 1 + 5 - 0 !
library/tulip-ogl/src/TulipMaterialDesignIcons.cpp | 6 4 + 2 - 0 !
2 files changed, 5 insertions(+), 7 deletions(-)

 make tulip load fonts from debian's font packages rather bundled copies.
0009 Remove mkdir commands from install target.patch | (download)

software/tulip/CMakeLists.txt | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 remove superfluous mkdir commands creating paths such as /usr/share/applications from cmake build file.