[From nobody Mon Aug 24 21:57:06 2026
Received: (at submit) by bugs.debian.org; 3 Aug 2026 21:27:23 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-123.0 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,
 SPF_PASS,USER_IN_DKIM_WELCOMELIST,XMAILER_REPORTBUG autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 13; hammy, 120; neutral, 13; spammy,
 2. spammytokens:0.874-+--H*MI:localdomain, 0.868-+--H*M:localdomain
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;bage@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:34786)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bage@debian.org&gt;) id 1wr0Bv-00CXh2-0B
 for submit@bugs.debian.org; Mon, 03 Aug 2026 21:27:23 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Date:Message-ID:Subject:To:From:
 Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=VmqvfpFia54i5dI7nso5Phx2k+FXm1YGNrxG7P21Rds=; b=M3xwVXBVpDNixcl1uYlZ1z71uu
 HKQuGIo6HZFU/QkVe4b+UGitGPZ1eKQRskB37NyqOdBf0I5BQ/jtoZ8XoimvzP+qyxCElp1i0McfD
 o+4VB4IC1bgMYFeQ4L51KHdwL5tR8DETXsdehd7WpggOQWwlYLjhjZJTvJsMA4b3tBpl54644oWcC
 X7fQle/TAfhE4oszX0vPGYdDYM8hrg6PaA/WKbLwH4FcCetRcr+EfIo7Wl1ZFoDyZrpoI/2n2VhWP
 A/wjvGPwfqqAtaxHvSxDhDnypuUHjXLiKOnscx+Vp0qg+nIQGtKzC1XT5xE2IHivFzqhL5x6g8IIK
 H3FM9XyQ==;
Received: from authenticated-user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bage@debian.org&gt;) id 1wr0Bt-00CeTN-1w;
 Mon, 03 Aug 2026 21:27:21 +0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Bastian Germann &lt;bage@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: pulseaudio: Build with libjack-jackd2-dev
Message-ID: &lt;178579244112.41572.13883220494629544653.reportbug@duagon-BXN3S64.localdomain&gt;
X-Mailer: reportbug 13.2.0+nmu1
Date: Mon, 03 Aug 2026 23:27:21 +0200
X-Debian-User: bage
Delivered-To: submit@bugs.debian.org

Package: pulseaudio
Severity: minor
Tags: patch

Please build the package with Build-Depends: libjack-jackd2-dev which
should be compatible with libjack-dev.

diff -Nru pulseaudio-17.0+dfsg1/debian/control pulseaudio-17.0+dfsg1/debian/control
--- pulseaudio-17.0+dfsg1/debian/control        2025-01-31 13:21:53.000000000 +0100
+++ pulseaudio-17.0+dfsg1/debian/control        2026-08-03 23:11:26.000000000 +0200
@@ -24,7 +24,7 @@
     libgstreamer-plugins-base1.0-dev,
     libgtk-3-dev,
     libice-dev,
-    libjack-dev,
+    libjack-jackd2-dev,
     liblirc-dev,
     libltdl-dev,
     liborc-0.4-dev,
]