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 file
Patch File delta Description
0001 remove dependency on git command.patch | (download)

version.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 2 insertions(+), 1 deletion(-)

 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 !
src/CMakeLists.txt | 20 10 + 10 - 0 !
src/ipset.pc.in | 8 4 + 4 - 0 !
tests/CMakeLists.txt | 2 1 + 1 - 0 !
4 files changed, 16 insertions(+), 16 deletions(-)

 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 !
tests/ccram | 19 15 + 4 - 0 !
2 files changed, 32 insertions(+), 26 deletions(-)

 update test of python-cram according to libcork


0005 add library multi arch support.patch | (download)

CMakeLists.txt | 8 6 + 2 - 0 !
include/CMakeLists.txt | 2 1 + 1 - 0 !
src/ipset.pc.in | 4 2 + 2 - 0 !
3 files changed, 9 insertions(+), 5 deletions(-)

 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 !
docs/_static/pygments.css | 61 61 + 0 - 0 !
docs/_templates/.keep | 1 1 + 0 - 0 !
docs/conf.py | 80 80 + 0 - 0 !
docs/index.rst | 22 22 + 0 - 0 !
5 files changed, 464 insertions(+)

 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 !
1 file changed, 74 insertions(+), 88 deletions(-)

 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 !
docs/index.rst | 14 14 + 0 - 0 !
2 files changed, 18 insertions(+), 4 deletions(-)

 setup docs folder and make index works


0009 support cmake threads.patch | (download)

CMakeLists.txt | 13 13 + 0 - 0 !
src/CMakeLists.txt | 1 1 + 0 - 0 !
2 files changed, 14 insertions(+)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo in src/cmakelists.txt