From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id F1ECF1FF187 for ; Mon, 14 Jul 2025 11:09:10 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1EDE81216E; Mon, 14 Jul 2025 11:10:08 +0200 (CEST) From: Lukas Wagner To: pbs-devel@lists.proxmox.com Date: Mon, 14 Jul 2025 11:10:01 +0200 Message-Id: <20250714091001.132118-1-l.wagner@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.020 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pbs-devel] [PATCH proxmox-backup] fixup Makefile and lintian-overrides for deb822 format sources file X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Backup Server development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" These were forgotten in the original commit and unfortunately broke `make deb`. Fixes: 82a986ee67a ("update apt sources for Trixie based release and move to deb822 format") Signed-off-by: Lukas Wagner --- debian/lintian-overrides | 2 +- etc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/lintian-overrides b/debian/lintian-overrides index 4e8153f8..f2be43b2 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -1,6 +1,6 @@ proxmox-backup-server: elevated-privileges 4755 root/root [usr/lib/x86_64-linux-gnu/proxmox-backup/sg-tape-cmd] proxmox-backup-server: mail-transport-agent-dependency-does-not-specify-default-mta -proxmox-backup-server: package-installs-apt-sources [etc/apt/sources.list.d/pbs-enterprise.list] +proxmox-backup-server: package-installs-apt-sources [etc/apt/sources.list.d/pbs-enterprise.sources] proxmox-backup-server: systemd-service-file-refers-to-unusual-wantedby-target getty.target [usr/lib/systemd/system/proxmox-backup-banner.service] proxmox-backup-server: uses-dpkg-database-directly [usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-api] proxmox-backup-server: uses-dpkg-database-directly [usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-proxy] diff --git a/etc/Makefile b/etc/Makefile index 26e91684..2a0164bd 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -10,7 +10,7 @@ DYNAMIC_UNITS := \ proxmox-backup.service \ proxmox-backup-proxy.service -all: $(UNITS) $(DYNAMIC_UNITS) pbs-enterprise.list +all: $(UNITS) $(DYNAMIC_UNITS) pbs-enterprise.sources clean: rm -f $(DYNAMIC_UNITS) -- 2.39.5 _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel