From 353d92da23a86c46128db3493e2f4a7f09ee16e0 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 20 Dec 2021 12:28:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=200.3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- build_deb.sh | 2 +- debian/compat | 1 - debian/control | 2 +- debian/rules | 5 +++++ 5 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 debian/compat diff --git a/CMakeLists.txt b/CMakeLists.txt index bea0d93..cd16b8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -project(myx-cmake VERSION 0.3.5 LANGUAGES) +project(myx-cmake VERSION 0.3.6 LANGUAGES) include(GNUInstallDirs) file(WRITE ${CMAKE_SOURCE_DIR}/MyxCMake/MyxCMakeConfigVersion.cmake diff --git a/build_deb.sh b/build_deb.sh index 0c82639..4e94249 100755 --- a/build_deb.sh +++ b/build_deb.sh @@ -12,7 +12,7 @@ popd cp -ap debian "$D/myx-cmake-$V" pushd "$D/myx-cmake-$V" dch -D unstable -v "${V}-1" -m "New version." -debuild +debuild --no-sign popd cp -f ${D}/myx*deb . diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 22b8af3..48bd481 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: myx-cmake Section: utils Priority: optional Maintainer: Andrey Astafyev -Build-Depends: debhelper (>= 9), cmake +Build-Depends: debhelper (>= 9), debhelper-compat (= 9), cmake Standards-Version: 4.2.0 Package: myx-cmake diff --git a/debian/rules b/debian/rules index 050e29a..04fcffd 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,8 @@ %: dh $@ --buildsystem=cmake + +override_dh_fixperms: + dh_fixperms + find debian -name asan-wrapper -print0 | xargs -0 chmod +x +