This commit is contained in:
2022-10-02 04:04:01 +03:00
parent fa931bf692
commit dbb8c0d41c
11 changed files with 85 additions and 2 deletions

6
debian/changelog vendored Normal file
View 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
View File

@ -0,0 +1 @@
9

15
debian/control vendored Normal file
View 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
View 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
View File

@ -0,0 +1 @@
3.0 (quilt)

4
debian/source/options vendored Normal file
View File

@ -0,0 +1,4 @@
compression = "xz"
compression-level = 9
extend-diff-ignore = "(^l10n\/.*ts)$"