Package: gnudatalanguage / 1.1.1-2
Metadata
Package | Version | Patches format |
---|---|---|
gnudatalanguage | 1.1.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Create a shared library.patch | (download) |
CMakeLists.txt |
4 1 + 3 - 0 ! |
create a shared library Create a shared library to link to gdl executable and Python extension The library is called libgnudatalanguage.so to avoid confusion with the libgdl from the GNOME project. |
Make shared library and python extension Multiarch aware.patch | (download) |
src/CMakeLists.txt |
8 4 + 4 - 0 ! |
make shared library and python extension multiarch aware. Also, fix the RPATH issues. |
Build with Debian s antlr instead of the embedded copy in.patch | (download) |
CMakeLists.txt |
5 0 + 5 - 0 ! |
build with debian's antlr instead of the embedded copy in src/antlr |
Remove tests that take too long on some archs.patch | (download) |
testsuite/LIST |
5 0 + 5 - 0 ! |
remove tests that take too long on some archs This is taken from debian/tests/test_gdl.ignore. We explicitly need to patch out these tests since they even should not run at build time. |
Dont error if git submodule was not called.patch | (download) |
CMakeLists.txt |
4 0 + 4 - 0 ! |
dont error if git submodule was not called |
Use external whereami library instead of local copy.patch | (download) |
src/CMakeLists.txt |
6 2 + 4 - 0 ! |
use external whereami library instead of local copy |