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 +