Package: libcorkipset / 1.1.1+20150311-7~bpo8+1
Metadata
Package | Version | Patches format |
---|---|---|
libcorkipset | 1.1.1+20150311-7~bpo8+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 remove dependency on git command.patch | (download) |
version.sh |
2 1 + 1 - 0 ! |
remove dependency on git command Get version from debian/changelog, instead of "git describe" command |
0002 fix build with static libcheck library.patch | (download) |
tests/CMakeLists.txt |
3 2 + 1 - 0 ! |
fix build with static libcheck library. This fixes a link failure with static libcheck /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck_pic.a(check_pack.o): undefined reference to symbol '__pthread_unregister_cancel@@GLIBC_2.3.3' //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line |
0003 rename library name SONAME to libcorkipset.patch | (download) |
examples/CMakeLists.txt |
2 1 + 1 - 0 ! |
rename library name / soname to libcorkipset To avoid conflicting same name library already in Debian: https://tracker.debian.org/pkg/ipset |
0004 update test of python cram according to libcork.patch | (download) |
tests/CMakeLists.txt |
39 17 + 22 - 0 ! |
update test of python-cram according to libcork |
0005 add library multi arch support.patch | (download) |
CMakeLists.txt |
8 6 + 2 - 0 ! |
add library multi-arch support Followed the instruction: https://wiki.debian.org/Multiarch/Implementation#CMake |
0006 Revert Remove old Sphinx documentation template.patch | (download) |
docs/_static/docco-sphinx.css |
300 300 + 0 - 0 ! |
revert "remove old sphinx documentation template" This reverts commit 7461f6ebbcd6961c617d03a277760f6e5488d2e7. |
0007 checkout sphinx style docs CMakeLists.txt.patch | (download) |
docs/CMakeLists.txt |
162 74 + 88 - 0 ! |
checkout sphinx style docs/cmakelists.txt file from commit a0a18efa206914109ff5ca467474935ba40a981a |
0008 setup docs folder and make index works.patch | (download) |
docs/conf.py |
8 4 + 4 - 0 ! |
setup docs folder and make index works |
0009 support cmake threads.patch | (download) |
CMakeLists.txt |
13 13 + 0 - 0 ! |
support cmake threads Cherry-Pick a few changes from John Zachary's own github repo to support CMake Threads Thanks to great support from one of the original author of this library, John Zachary <jzachary@jzachary.net> |
0010 fix typo in src CMakeLists.txt.patch | (download) |
src/CMakeLists.txt |
2 1 + 1 - 0 ! |
fix typo in src/cmakelists.txt |