add catalog validation to archive
This commit is contained in:
27
catalog_validation/ix-source/debian/control
Normal file
27
catalog_validation/ix-source/debian/control
Normal 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.
|
Reference in New Issue
Block a user