add catalog validation to archive

This commit is contained in:
Kjeld Schouten
2024-05-29 20:13:39 +02:00
parent 6500444f3f
commit a6f6a44477
110 changed files with 10245 additions and 0 deletions

View File

@ -0,0 +1,5 @@
catalog-validation (0.1-0~truenas+1) bullseye-truenas-unstable; urgency=medium
* Initial release
-- Waqar Ahmed <waqar@ixsystems.com> Fri, 27 Nov 2020 00:26:21 +0500

View File

@ -0,0 +1,27 @@
Source: catalog-validation
Section: contrib/python
Priority: optional
Maintainer: Waqar Ahmed <waqar@ixsystems.com>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-dev,
python3-jsonschema,
python3-semantic-version,
python3-kubernetes,
python3-yaml,
python3-setuptools
Standards-Version: 4.4.1
Homepage: https://github.com/truenas/catalog_validation
Testsuite: autopkgtest-pkg-python
Package: python3-catalog-validation
Architecture: any
Depends: python3-semantic-version,
python3-jsonschema,
python3-kubernetes,
python3-yaml,
${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Description: Validate TrueNAS Catalogs
This package helps validate truenas catalogs.

View File

@ -0,0 +1,7 @@
#!/usr/bin/make -f
export DH_VERBOSE = 1
export PYBUILD_NAME=catalog_validation
%:
dh $@ --with python3 --buildsystem=pybuild

View File

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

View File

@ -0,0 +1 @@
extend-diff-ignore = "^[^/]*[.]egg-info/"