diff options
author | cbdev <cb@cbcdn.com> | 2019-12-04 23:02:20 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-04 23:02:20 +0100 |
commit | 7360766777a7969b76fa306f7381d2d51efa1ebe (patch) | |
tree | da4159af3c353b839089e688b48c272076f03049 /debian/control | |
parent | 8979c52e767791f97f462835a9e4c5e66d1112cc (diff) | |
download | midimonster-7360766777a7969b76fa306f7381d2d51efa1ebe.tar.gz midimonster-7360766777a7969b76fa306f7381d2d51efa1ebe.tar.bz2 midimonster-7360766777a7969b76fa306f7381d2d51efa1ebe.zip |
Initial debianization for v0.2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2e71d5c --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: midimonster +Section: utils +Priority: optional +Maintainer: cbdev <cb@cbcdn.com> +Build-Depends: debhelper (>= 11) +Standards-Version: 4.1.3 +Homepage: https://midimonster.tech/ +Vcs-Browser: https://github.com/cbdevnet/midimonster +Vcs-Git: https://github.com/cbdevnet/midimonster + +Package: midimonster +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Multi-protocol translation tool + The MIDIMonster allows the user to translate any channel on one protocol + into channel(s) on any other (or the same) supported protocol. + Supported protocols include ArtNet, OSC, MIDI, sACN, and many more. |