diff --git a/sources/apps/j2sc/debian/changelog b/sources/apps/j2sc/debian/changelog new file mode 100644 index 0000000..6646a26 --- /dev/null +++ b/sources/apps/j2sc/debian/changelog @@ -0,0 +1,5 @@ +j2sc (6:0.0.0-1kxstudio3) plucky; urgency=medium + + * Initial package + + -- falkTX Sun, 17 Apr 2022 15:05:47 +0100 diff --git a/sources/apps/j2sc/debian/control b/sources/apps/j2sc/debian/control new file mode 100644 index 0000000..c9ac571 --- /dev/null +++ b/sources/apps/j2sc/debian/control @@ -0,0 +1,18 @@ +Source: j2sc +Section: sound +Priority: optional +Maintainer: falkTX +Build-Depends: debhelper-compat (= 13), + python3-pyqt6, + pyqt6-dev-tools +Standards-Version: 4.5.0 +Homepage: https://kx.studio/Applications:J2SC +Rules-Requires-Root: no + +Package: j2sc +Architecture: all +Depends: ${misc:Depends}, jackd2, python3-dbus, python3-pyqt6 +Recommends: a2jmidid +Description: JACK 2 Simple Configurator + J2SC stands for JACK 2 Simple Configurator and is, as the name says, a + configuration tool for JACK2. diff --git a/sources/apps/j2sc/debian/rules b/sources/apps/j2sc/debian/rules new file mode 100755 index 0000000..2f671b9 --- /dev/null +++ b/sources/apps/j2sc/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install -- PREFIX=/usr diff --git a/sources/apps/j2sc/debian/source/format b/sources/apps/j2sc/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/sources/apps/j2sc/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)