From patchwork Mon Mar 6 22:32:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bastian Germann X-Patchwork-Id: 13162457 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7841C61DA4 for ; Mon, 6 Mar 2023 22:32:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229715AbjCFWch (ORCPT ); Mon, 6 Mar 2023 17:32:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229760AbjCFWcg (ORCPT ); Mon, 6 Mar 2023 17:32:36 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 781BF7298; Mon, 6 Mar 2023 14:32:35 -0800 (PST) From: Bastian Germann DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1678141953; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dhqVhyH3ougUB0sDz35TkwMsXROEAMHHdMR9o/LQFO8=; b=HafQxU67c5EGh6JFb+jDuyAzL//KzomQ1JkcwhPZR0hDDQ9MuUDXgjwfqRtuzwqZRk/NsP IVxx6ky3gu3LjqM874JN/tds/K0ZoA/OVOiq3Cz4QA/opUhSXK3oaaE7/w3wCk6fs95cJx DFcww1nPJ3Qhq8dD1C4vp6iIaHZxbZzuhkyO1QdZmlcsdA0dIv1iNNu9fTmi/8YByTFWPB oWdEW4eRdR+MHHJwhPT/WTnpa/4WSuBf3Ij4oCWLAR6PyLLV0uf/TVUhjWv+1uvlpFSQsD 4Gd6TW8jxHJ2inz/uslIvAnTFCF2MI1tbDGHQ1BSRZYynECZD49gWcpaci+ovw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1678141953; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dhqVhyH3ougUB0sDz35TkwMsXROEAMHHdMR9o/LQFO8=; b=hdF8LFtPjqk0HqbvSZCygVt1R/69cewnI81JVFlUIDVkzo2Tef0P1cVdzYH9zRj5IIE1qu A9GaXi8S95BH//Bw== To: Masahiro Yamada , Nathan Chancellor , Nick Desaulniers , Nicolas Schier Cc: Bastian Germann , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/1] builddeb: introduce profile excluding the dbg pkg Date: Mon, 6 Mar 2023 23:32:07 +0100 Message-Id: <20230306223208.6277-1-bage@linutronix.de> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Introduce a Debian build profile to exclude the massive debug package during build. This was sent the first time as part of a patch series: <20210411101422.7092-6-bage@linutronix.de> Most of the patch series is included in the current work on mkdebian but this is still missing. Changelog: v2: * Align the profile name with the one that ended up in Debian. Bastian Germann (1): builddeb: introduce profile excluding the dbg pkg scripts/package/mkdebian | 1 + 1 file changed, 1 insertion(+)