Browse Source

Initial package for j2sc

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 months ago
parent
commit
8a16f771b0
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 31 additions and 0 deletions
  1. +5
    -0
      sources/apps/j2sc/debian/changelog
  2. +18
    -0
      sources/apps/j2sc/debian/control
  3. +7
    -0
      sources/apps/j2sc/debian/rules
  4. +1
    -0
      sources/apps/j2sc/debian/source/format

+ 5
- 0
sources/apps/j2sc/debian/changelog View File

@@ -0,0 +1,5 @@
j2sc (6:0.0.0-1kxstudio3) plucky; urgency=medium

* Initial package

-- falkTX <falktx@falktx.com> Sun, 17 Apr 2022 15:05:47 +0100

+ 18
- 0
sources/apps/j2sc/debian/control View File

@@ -0,0 +1,18 @@
Source: j2sc
Section: sound
Priority: optional
Maintainer: falkTX <falktx@falktx.com>
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.

+ 7
- 0
sources/apps/j2sc/debian/rules View File

@@ -0,0 +1,7 @@
#!/usr/bin/make -f

%:
dh $@

override_dh_auto_install:
dh_auto_install -- PREFIX=/usr

+ 1
- 0
sources/apps/j2sc/debian/source/format View File

@@ -0,0 +1 @@
3.0 (quilt)

Loading…
Cancel
Save