Package: tulip / 3.7.0dfsg-4

Metadata

Package Version Patches format
tulip 3.7.0dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Factored out references to doc building jars in cmak.patch | (download)

CMakeLists.txt | 7 7 + 0 - 0 !
docs/developerHandbook/CMakeLists.txt | 6 3 + 3 - 0 !
docs/developerHandbook/gen-devPdf.sh.in | 2 1 + 1 - 0 !
docs/doxygen/CMakeLists.txt | 8 4 + 4 - 0 !
docs/userHandbook/CMakeLists.txt | 6 3 + 3 - 0 !
docs/userHandbook/gen-userPdf.sh.in | 2 1 + 1 - 0 !
6 files changed, 19 insertions(+), 12 deletions(-)

 [patch] factored out references to doc-building jars in cmake files


0002 Comment out INSTALL_RPATH flag on executables.patch | (download)

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

 [patch] comment out install_rpath flag on executables.


0003 Disable python binding.patch | (download)

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

 [patch] disable python binding.


0004 Use Debian packaged jars.patch | (download)

CMakeLists.txt | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 [patch] use debian-packaged jars.


0005 Fix FTBFS with GCC 4.7.patch | (download)

library/tulip/include/tulip/SimpleVector.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] fix ftbfs with gcc 4.7

Add a missing include in the headers.

0006 Use bash for script with bashism.patch | (download)

tulip-config.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] use bash for script with bashism


0007 Separate shlib version with a dash in 3rdparty libs.patch | (download)

thirdparty/OGDF/CMakeLists.txt | 2 1 + 1 - 0 !
thirdparty/gzstream/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch] separate shlib version with a dash in 3rdparty libs


0008 Check for __unix__ instead of __linux.patch | (download)

library/tulip/include/tulip/ConsoleUtils.h | 2 1 + 1 - 0 !
library/tulip/include/tulip/SystemDefinition.h | 4 2 + 2 - 0 !
software/crash_handling/CrashHandling.cpp | 2 1 + 1 - 0 !
software/crash_handling/StackWalker.cpp | 2 1 + 1 - 0 !
software/crash_handling/StackWalker.h | 2 1 + 1 - 0 !
software/tulip/src/TulipApp.cpp | 2 1 + 1 - 0 !
6 files changed, 7 insertions(+), 7 deletions(-)

 [patch] check for __unix__ instead of __linux


0009 Completely disable crash handler on archs other than.patch | (download)

software/crash_handling/CrashHandling.cpp | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 [patch] completely disable crash handler on archs other than i386
 and amd64