Package: libcorkipset / 1.1.1+git20171111.6842a63-2

Metadata

Package Version Patches format
libcorkipset 1.1.1+git20171111.6842a63-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 remove dependency on git command.patch | (download)

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

 remove dependency on git command

Get version from $ENV{DEB_VERSION_UPSTREAM}, which is from debian/rules,
instead of "git describe" command.

02 support cmake threads.patch | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 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>