1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
  
     | 
    
      Source: capirca
Section: python
Priority: optional
Maintainer: Arturo Borrero Gonzalez <arturo@debian.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, python3-absl
Standards-Version: 4.7.2
Homepage: https://github.com/google/capirca
Vcs-Browser: https://salsa.debian.org/debian/capirca
Vcs-Git: https://salsa.debian.org/debian/capirca.git
#Testsuite: autopkgtest-pkg-python
Package: python3-capirca
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-capirca-doc
Description: Multi-platform ACL generation system
 The capirca framework is a designed to utilize common definitions of networks,
 services and  high-level policy  files to facilitate the development and
 manipulation of network access control lists (ACLs) for  various platforms.
 .
 The capirca framework consists of capirca Python package and the accompanying
 aclgen tool.
 .
 This package installs the library for Python 3 and the aclgen CLI tool.
Package: capirca-docs
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: python3-capirca
Description: Multi-platform ACL generation system (documentation)
 The capirca framework is a designed to utilize common definitions of networks,
 services and  high-level policy  files to facilitate the development and
 manipulation of network access control lists (ACLs) for  various platforms.
 .
 The capirca framework consists of capirca Python package and the accompanying
 aclgen tool, which are present in the 'python3-capirca' package.
 .
 This is the documentation package.
 
     |