From 794e9ab0e5d870d0afbfdcb873b084e3cfa9b889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jack=C2=B7Boos=C2=B7Yu?= <47264268+JackBoosY@users.noreply.github.com> Date: Fri, 8 May 2020 14:35:09 +0800 Subject: [PATCH] [libqcow] Update baseline (#11238) --- ports/libqcow/CONTROL | 2 +- ports/libqcow/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/libqcow/CONTROL b/ports/libqcow/CONTROL index 0b42f02ec..2cc7dad91 100644 --- a/ports/libqcow/CONTROL +++ b/ports/libqcow/CONTROL @@ -1,5 +1,5 @@ Source: libqcow -Version: 20191221 +Version: 20191221-1 Homepage: https://github.com/libyal/libqcow Build-Depends: gettext,openssl,zlib Description: Library and tools to access the QEMU Copy-On-Write (QCOW) image format. diff --git a/ports/libqcow/portfile.cmake b/ports/libqcow/portfile.cmake index 26cadc2f9..0b80fec04 100644 --- a/ports/libqcow/portfile.cmake +++ b/ports/libqcow/portfile.cmake @@ -29,9 +29,9 @@ vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/libqcow" TARGET_PATH "share/libqcow") +vcpkg_copy_pdbs() + file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") # License and man file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) - -vcpkg_copy_pdbs()