Версия 0.3.6
This commit is contained in:
parent
733692f06b
commit
353d92da23
@ -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
|
||||
|
@ -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 .
|
||||
|
||||
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
||||
9
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: myx-cmake
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Andrey Astafyev <dev@246060.ru>
|
||||
Build-Depends: debhelper (>= 9), cmake
|
||||
Build-Depends: debhelper (>= 9), debhelper-compat (= 9), cmake
|
||||
Standards-Version: 4.2.0
|
||||
|
||||
Package: myx-cmake
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -2,3 +2,8 @@
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=cmake
|
||||
|
||||
override_dh_fixperms:
|
||||
dh_fixperms
|
||||
find debian -name asan-wrapper -print0 | xargs -0 chmod +x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user