From e6c024216a6f62c9888d55fc2d4f66383becfce9 Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 7 Feb 2020 00:25:38 -0500 Subject: [PATCH] Debian: drop versioned dep on g++ --- CMakeLists.txt | 2 +- debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e00bc436..48a8edc37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ target_link_libraries(notcurses "${SWSCALE_LIBRARIES}" ) target_link_directories(notcurses - PRIVATE + PUBLIC "${AVCODEC_LIBRARY_DIRS}" "${AVFORMAT_LIBRARY_DIRS}" "${AVUTIL_INCLUDE_DIRS}" diff --git a/debian/control b/debian/control index adc66edfc..541dd4b6f 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,11 @@ Build-Depends: debhelper-compat (= 12), dh-python (>= 4.20191017), dh-sequence-python3, - g++ (>= 4:7.0.0-0), - libavformat-dev (>= 7:4.2.2), - libavutil-dev (>= 7:4.2.2), + g++, + libavformat-dev (>= 7:4.2.1), + libavutil-dev (>= 7:4.2.1), libncurses-dev, - libswscale-dev (>= 7:4.2.2), + libswscale-dev (>= 7:4.2.1), pandoc (>= 1.19.2.4), pkg-config, python3-all-dev,