Initial package check-in

The package should work properly, however the GTK4 dependency isn't
quite correct. The instructions from upstream suggest that the author is
using Fedora, not Debian. After testing real quick, it looks like Fedora
37 compiles properly, but Fedora 38 aborts with a deprecation warning
   (-Werror=deprecated-declarations). Fedora 39 does the same, of
course.
This commit is contained in:
2024-05-29 16:23:26 -05:00
parent 17b4d2f055
commit 05ae063b90
6 changed files with 34 additions and 0 deletions

6
debian/changelog vendored Normal file
View File

@@ -0,0 +1,6 @@
alsa-scarlett-gui (0.1-1) UNRELEASED; urgency=low
* Initial revision, starting up a package manifest.
-- Robert Garrett <robertgarrett404@gmail.com> Wed, 29 May 2024 15:54:00 -0500

12
debian/control vendored Normal file
View File

@@ -0,0 +1,12 @@
Source: alsa-scarlett-gui
Maintainer: Robert Garrett <robertgarrett404@gmail.com>
Section: misc
Priority: optional
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13), libasound2-dev, libgtk-4-dev,
Package: alsa-scarlett-gui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GUI tool for Scarlett audio interfaces.
Uses an ALSA backend.

0
debian/copyright vendored Normal file
View File

10
debian/gbp.conf vendored Normal file
View File

@@ -0,0 +1,10 @@
[DEFAULT]
# upstream-branch = upstream
debian-branch = trunk
#upstream-tag = master/%(version)
pristine-tar = False
[buildpackage]
pbuilder-options = --source-only-changes

5
debian/rules vendored Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/make -f
%:
PREFIX=/usr dh $@ --sourcedirectory=src/

1
debian/source/format vendored Normal file
View File

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