Версия 0.3.6
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user