1.99.33
This commit is contained in:
6
debian/changelog
vendored
Normal file
6
debian/changelog
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
myx-cmake (0.1.0-1) unstable; urgency=medium
|
||||
|
||||
* New version.
|
||||
|
||||
-- Andrey Astafyev <dpkg@246060.ru> Wed, 08 Dec 2021 14:23:03 +0300
|
||||
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
9
|
15
debian/control
vendored
Normal file
15
debian/control
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
Source: myx-cmake
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Andrey Astafyev <dev@246060.ru>
|
||||
Build-Depends: debhelper (>= 9), cmake
|
||||
Standards-Version: 4.2.0
|
||||
|
||||
Package: myx-cmake
|
||||
Architecture: all
|
||||
Section: utils
|
||||
Depends: cmake
|
||||
Recommends: cmake-format
|
||||
Description: CMake functions library
|
||||
CMake functions library
|
||||
|
9
debian/rules
vendored
Executable file
9
debian/rules
vendored
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=cmake
|
||||
|
||||
override_dh_fixperms:
|
||||
dh_fixperms
|
||||
# find debian -name asan-wrapper -print0 | xargs -0 chmod +x
|
||||
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
4
debian/source/options
vendored
Normal file
4
debian/source/options
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
compression = "xz"
|
||||
compression-level = 9
|
||||
extend-diff-ignore = "(^l10n\/.*ts)$"
|
||||
|
Reference in New Issue
Block a user