└── debian ├── changelog ├── compat ├── control ├── copyright ├── gitlab-ci.yml ├── rules └── source └── format /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotSec/parrot-tools/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 11 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotSec/parrot-tools/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotSec/parrot-tools/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotSec/parrot-tools/HEAD/debian/gitlab-ci.yml -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotSec/parrot-tools/HEAD/debian/rules -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | --------------------------------------------------------------------------------