diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-07 22:24:07 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-07 22:24:07 -0400 |
commit | 453c56a5dcfcfb0484b6802a493a96f49be9d1d3 (patch) | |
tree | 29d6361a257ab37e1917e48ff54fc70ec0a68118 /meta/debian/control | |
parent | 7ba8b1d20a158b5c4cbfabdeb5cba6601cab69f6 (diff) |
Add meta-package.
Diffstat (limited to 'meta/debian/control')
-rw-r--r-- | meta/debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/debian/control b/meta/debian/control new file mode 100644 index 0000000..a43887f --- /dev/null +++ b/meta/debian/control @@ -0,0 +1,15 @@ +Source: cryptech-novena +Maintainer: Rob Austein <sra@hactrn.net> +Section: misc +Priority: optional +Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9) +Homepage: https://trac.cryptech.is/wiki + +Package: cryptech-novena +Architecture: all +Depends: cryptech-novena-sw, cryptech-novena-rtl, ${misc:Depends} +Description: Meta package for Cryptech Project Novena packages. + This is a meta-package whose sole purpose is to provide a convenient + single target one can use with apt-get to install all of the + Cryptech Project packages for the Novena PVT-1 development board. |