diff -Nru concat-fuse-0.3.2/debian/changelog concat-fuse-0.3.2/debian/changelog --- concat-fuse-0.3.2/debian/changelog 2015-10-24 11:14:08.000000000 +0000 +++ concat-fuse-0.3.2/debian/changelog 2015-10-24 12:31:05.000000000 +0000 @@ -1,3 +1,9 @@ +concat-fuse (0.3.2-0ubuntu2) wily; urgency=medium + + * Updates + + -- Ingo Ruhnke Sat, 24 Oct 2015 14:31:05 +0200 + concat-fuse (0.3.2-0ubuntu1) wily; urgency=medium * Update to 0.3.2 diff -Nru concat-fuse-0.3.2/debian/patches/debian-changes-0.3.2-0ubuntu2 concat-fuse-0.3.2/debian/patches/debian-changes-0.3.2-0ubuntu2 --- concat-fuse-0.3.2/debian/patches/debian-changes-0.3.2-0ubuntu2 1970-01-01 00:00:00.000000000 +0000 +++ concat-fuse-0.3.2/debian/patches/debian-changes-0.3.2-0ubuntu2 2015-10-24 12:31:20.000000000 +0000 @@ -0,0 +1,44 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + concat-fuse (0.3.2-0ubuntu2) wily; urgency=medium + . + * Updates +Author: Ingo Ruhnke + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- concat-fuse-0.3.2.orig/CMakeLists.txt ++++ concat-fuse-0.3.2/CMakeLists.txt +@@ -68,7 +68,7 @@ add_library(libconcat-fuse STATIC ${CONC + set_target_properties(libconcat-fuse PROPERTIES OUTPUT_NAME concat-fuse) + target_compile_definitions(libconcat-fuse PUBLIC -D__STDC_CONSTANT_MACROS) + target_compile_options(libconcat-fuse PUBLIC ${FUSE_CFLAGS_OTHER} ${WARNING_CXX_FLAGS}) +-target_link_libraries(libconcat-fuse PUBLIC ${MINIZIP_LIBRARIES}) ++target_link_libraries(libconcat-fuse PUBLIC ${MINIZIP_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) + target_include_directories(libconcat-fuse PUBLIC ${MINIZIP_INCLUDE_DIRS}) + + add_executable(concat-fuse src/main.cpp) +@@ -97,7 +97,6 @@ if(BUILD_TESTS) + target_compile_options(test_concat_fuse PUBLIC ${FUSE_CFLAGS_OTHER} ${WARNING_CXX_FLAGS}) + target_include_directories(test_concat_fuse SYSTEM PUBLIC ${FUSE_INCLUDE_DIRS} ${MHASH_INCLUDE_DIRS}) + target_link_libraries(test_concat_fuse libconcat-fuse ${FUSE_LIBRARIES} ${MHASH_LIBRARIES}) +- target_link_libraries(test_concat_fuse ${CMAKE_THREAD_LIBS_INIT}) + endif(BUILD_TESTS) + + install(TARGETS concat-fuse diff -Nru concat-fuse-0.3.2/debian/patches/series concat-fuse-0.3.2/debian/patches/series --- concat-fuse-0.3.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ concat-fuse-0.3.2/debian/patches/series 2015-10-24 12:31:20.000000000 +0000 @@ -0,0 +1 @@ +debian-changes-0.3.2-0ubuntu2