diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-07-02 22:34:59 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-07-02 22:34:59 +0200 |
commit | 35a429c4ca1923b3e87531f34ca64133d4a82efc (patch) | |
tree | d9bfbef82fe30057c01e882b885ad746f263a409 /debian/control | |
parent | 630f398bd23fbfe4e927bf042a7afd3a44f47e08 (diff) | |
download | vyos-1x-35a429c4ca1923b3e87531f34ca64133d4a82efc.tar.gz vyos-1x-35a429c4ca1923b3e87531f34ca64133d4a82efc.zip |
Add Debian packaging and LGPL license.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..97f8b27ea --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: vyos-smoketest +Section: contrib/net +Priority: extra +Maintainer: VyOS Package Maintainers <maintainers@vyos.net> +Build-Depends: debhelper (>= 9), + quilt, + python3, + python3-setuptools, + quilt, + python3-lxml, + python3-nose, + python3-coverage +Standards-Version: 3.9.6 + +Package: vyos-smoketest +Architecture: all +Depends: python3, + ${python3:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, + vyos-1x +Description: VyOS build sanity checking toolkit + VyOS build sanity checking toolkit |