summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian5
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control25
-rw-r--r--debian/copyright4
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
7 files changed, 44 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..311608a
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,5 @@
+Click in Debian
+===============
+
+Debian package of click - a hardware-software solution for MIDI source -
+ALSA PCM click output
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b5aae84
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+click (1.0) unstable; urgency=medium
+
+ * Initial release.
+
+ -- Roland Reichwein <mail@reichwein.it> Sun, 05 Jan 2025 12:18:45 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48082f7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+12
diff --git a/debian/control b/debian/control
index 92bb565..dd6e5f8 100644
--- a/debian/control
+++ b/debian/control
@@ -1 +1,24 @@
-Build-Depends: libreichwein-dev, asound-dev, fmt-dev, boost-dev
+Source: click
+Section: sound
+Priority: optional
+Maintainer: Roland Reichwein <mail@reichwein.it>
+Build-Depends: debhelper, clang, libc++-dev, libreichwein-dev, libasound2-dev, libfmt-dev, libboost-all-dev
+Standards-Version: 4.5.0
+Homepage: http://www.reichwein.it/click/
+
+Package: click
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Homepage: http://www.reichwein.it/click/
+Description: Software system for MIDI Click
+ MIDI Click is a combined hardware-software solution to generate an audio
+ click from MIDI or stand alone.
+ .
+ Features:
+ - Output to ALSA 44.1kHz
+ - Generation from certain MIDI note
+ - Generation from MIDI clock
+ - Internally generated BPM
+ .
+ Supported Hardware platforms:
+ - Raspberry Pi 3 B+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..689d2b3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,4 @@
+Author: Roland Reichwein <mail@reichwein.it>, 2020-2023
+
+Both upstream source code and Debian packaging is available
+under the conditions of CC0 1.0 Universal
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)