diff -Nru jack-audio-connection-kit-0.126.0/debian/changelog jack-audio-connection-kit-0.126.0/debian/changelog --- jack-audio-connection-kit-0.126.0/debian/changelog 2022-06-13 21:07:45.000000000 +0000 +++ jack-audio-connection-kit-0.126.0/debian/changelog 2023-01-06 22:02:48.000000000 +0000 @@ -1,3 +1,25 @@ +jack-audio-connection-kit (1:0.126.0-2) unstable; urgency=medium + + * Team upload + + [ Dennis Braun ] + * Some example files are still left. Remove the Makefile. + Thanks to Vagrant Cascadian! (Closes: #968641) + + [ IOhannes m zmölnig (Debian/GNU) ] + * Use dh-sequence-bash-completion via B-Ds + * Let dh auto-detect the buildsystem + * Use execute_after_dh_* rather than override_dh_* whenever possible + + [ Debian Janitor ] + * Apply multi-arch hints. + libjack-dev: Add Multi-Arch: same. + + [ Dennis Braun ] + * Format spelling error patch with gbp pq + * Bump Standards-Version to 4.6.2 + + -- Dennis Braun Fri, 06 Jan 2023 23:02:48 +0100 + jack-audio-connection-kit (1:0.126.0-1) unstable; urgency=medium * Team upload diff -Nru jack-audio-connection-kit-0.126.0/debian/control jack-audio-connection-kit-0.126.0/debian/control --- jack-audio-connection-kit-0.126.0/debian/control 2022-06-13 21:05:14.000000000 +0000 +++ jack-audio-connection-kit-0.126.0/debian/control 2023-01-06 22:02:48.000000000 +0000 @@ -9,9 +9,9 @@ Junichi Uekawa , Reinhard Tartler , Build-Depends: - bash-completion, debhelper-compat (= 13), dh-exec, + dh-sequence-bash-completion, doxygen, libasound2-dev [linux-any], libdb-dev, @@ -24,7 +24,7 @@ libzita-alsa-pcmi-dev [linux-any], libzita-resampler-dev [linux-any], po-debconf, -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Homepage: https://jackaudio.org/ Vcs-Git: https://salsa.debian.org/multimedia-team/jack-audio-connection-kit.git Vcs-Browser: https://salsa.debian.org/multimedia-team/jack-audio-connection-kit @@ -111,6 +111,7 @@ Provides: libjack-dev-session, libjack0.100.0-dev, +Multi-Arch: same Description: JACK Audio Connection Kit (development files) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. diff -Nru jack-audio-connection-kit-0.126.0/debian/patches/1001-Fix_spelling_errors.patch jack-audio-connection-kit-0.126.0/debian/patches/1001-Fix_spelling_errors.patch --- jack-audio-connection-kit-0.126.0/debian/patches/1001-Fix_spelling_errors.patch 2022-06-13 21:03:55.000000000 +0000 +++ jack-audio-connection-kit-0.126.0/debian/patches/1001-Fix_spelling_errors.patch 2023-01-06 21:32:19.000000000 +0000 @@ -1,12 +1,21 @@ -Description: Fix several spelling errors reported by lintian -Author: Dennis Braun +From: Dennis Braun +Date: Fri, 6 Jan 2023 22:29:27 +0100 +Subject: Fix several spelling errors reported by lintian + Forwarded: yes +--- + config/os/gnu-linux/sanitycheck.c | 2 +- + drivers/netjack/netjack_packet.c | 2 +- + jackd/controlapi.c | 2 +- + jackd/engine.c | 2 +- + jackd/jackd.1.in | 4 ++-- + 5 files changed, 6 insertions(+), 6 deletions(-) -Index: jack-audio-connection-kit/config/os/gnu-linux/sanitycheck.c -=================================================================== ---- jack-audio-connection-kit.orig/config/os/gnu-linux/sanitycheck.c -+++ jack-audio-connection-kit/config/os/gnu-linux/sanitycheck.c -@@ -59,7 +59,7 @@ int sanitycheck (int care_about_realtime +diff --git a/config/os/gnu-linux/sanitycheck.c b/config/os/gnu-linux/sanitycheck.c +index f8449f2..5e57b9b 100644 +--- a/config/os/gnu-linux/sanitycheck.c ++++ b/config/os/gnu-linux/sanitycheck.c +@@ -59,7 +59,7 @@ int sanitycheck (int care_about_realtime, fprintf (stderr, "\n--------------------------------------------------------------------------------\n"); fprintf (stderr, "WARNING: Your system seems to use frequency scaling.\n\n"); fprintf (stderr, " This can have a serious impact on audio latency. You have two choices:\n"); @@ -15,11 +24,11 @@ fprintf (stderr, "\t(2)Use the HPET clocksource by passing \"-c h\" to JACK\n"); fprintf (stderr, "\t (this second option only works on relatively recent computers)\n"); fprintf (stderr, "--------------------------------------------------------------------------------\n\n"); -Index: jack-audio-connection-kit/drivers/netjack/netjack_packet.c -=================================================================== ---- jack-audio-connection-kit.orig/drivers/netjack/netjack_packet.c -+++ jack-audio-connection-kit/drivers/netjack/netjack_packet.c -@@ -319,7 +319,7 @@ cache_packet_add_fragment (cache_packet +diff --git a/drivers/netjack/netjack_packet.c b/drivers/netjack/netjack_packet.c +index dd541c3..65336d8 100644 +--- a/drivers/netjack/netjack_packet.c ++++ b/drivers/netjack/netjack_packet.c +@@ -319,7 +319,7 @@ cache_packet_add_fragment (cache_packet *pack, char *packet_buf, int rcv_len) jack_nframes_t framecnt = ntohl (pkthdr->framecnt); if (framecnt != pack->framecnt) { @@ -28,11 +37,11 @@ return; } -Index: jack-audio-connection-kit/jackd/controlapi.c -=================================================================== ---- jack-audio-connection-kit.orig/jackd/controlapi.c -+++ jack-audio-connection-kit/jackd/controlapi.c -@@ -1026,7 +1026,7 @@ jackctl_server_t * jackctl_server_create +diff --git a/jackd/controlapi.c b/jackd/controlapi.c +index a117e20..e9dcb62 100644 +--- a/jackd/controlapi.c ++++ b/jackd/controlapi.c +@@ -1026,7 +1026,7 @@ jackctl_server_t * jackctl_server_create ( &server_ptr->parameters, 'Z', "nozombies", @@ -41,11 +50,11 @@ "", JackParamBool, &server_ptr->nozombies, -Index: jack-audio-connection-kit/jackd/engine.c -=================================================================== ---- jack-audio-connection-kit.orig/jackd/engine.c -+++ jack-audio-connection-kit/jackd/engine.c -@@ -3833,7 +3833,7 @@ jack_port_do_connect (jack_engine_t *eng +diff --git a/jackd/engine.c b/jackd/engine.c +index 1235815..c505062 100644 +--- a/jackd/engine.c ++++ b/jackd/engine.c +@@ -3833,7 +3833,7 @@ jack_port_do_connect (jack_engine_t *engine, } if (srcport->shared->ptype_id != dstport->shared->ptype_id) { @@ -54,11 +63,11 @@ "the same data type"); return -1; } -Index: jack-audio-connection-kit/jackd/jackd.1.in -=================================================================== ---- jack-audio-connection-kit.orig/jackd/jackd.1.in -+++ jack-audio-connection-kit/jackd/jackd.1.in -@@ -182,7 +182,7 @@ This cancels the effect any specified ti +diff --git a/jackd/jackd.1.in b/jackd/jackd.1.in +index 6b86210..965ceb7 100644 +--- a/jackd/jackd.1.in ++++ b/jackd/jackd.1.in +@@ -182,7 +182,7 @@ This cancels the effect any specified timeout value. \fB\-C, \-\-timeout-thres \fItime\fR .br Stop processing clients if JACK cannot complete the process cycle in time (typically caused by CPU overloading or misbehaved clients). The optional \fItime\fR @@ -67,7 +76,7 @@ graph (i.e. a port is added, removed, connected or disconnected) .TP \fB\-u, \-\-unlock\fR -@@ -412,7 +412,7 @@ Whether to use Autoconfig, or just start +@@ -412,7 +412,7 @@ Whether to use Autoconfig, or just start. (default: true) Send packets N times (default: 1) .TP \fB\-e, \-\-native\-endian \fIint\fR diff -Nru jack-audio-connection-kit-0.126.0/debian/rules jack-audio-connection-kit-0.126.0/debian/rules --- jack-audio-connection-kit-0.126.0/debian/rules 2022-06-13 21:03:55.000000000 +0000 +++ jack-audio-connection-kit-0.126.0/debian/rules 2023-01-06 22:01:37.000000000 +0000 @@ -31,15 +31,21 @@ endif %: - dh $@ --with bash-completion -Sautoconf + dh $@ override_dh_auto_configure: dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS) -override_dh_auto_install: - dh_auto_install +execute_after_dh_auto_install: find debian/tmp -name '*.a' -delete -or -name '*.la' -delete +execute_after_dh_installexamples: + # Remove generated Makefile which contains build paths and + # hard-coded paths to binaries, which need to be regenerated + # in order to be used. Removing it also fixes Reproducible + # Builds. + rm -f debian/jackd1/usr/share/doc/jackd1/examples/python/Makefile + # this target fetches the FAQ from the JACK homepage .PHONY: faq faq: