From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <t.lamprecht@proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id 894A59167D
 for <pmg-devel@lists.proxmox.com>; Thu,  8 Sep 2022 15:13:25 +0200 (CEST)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id 727B51D25F
 for <pmg-devel@lists.proxmox.com>; Thu,  8 Sep 2022 15:13:25 +0200 (CEST)
Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com
 [94.136.29.106])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
 (No client certificate requested)
 by firstgate.proxmox.com (Proxmox) with ESMTPS
 for <pmg-devel@lists.proxmox.com>; Thu,  8 Sep 2022 15:13:23 +0200 (CEST)
Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])
 by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 83D4F4352D
 for <pmg-devel@lists.proxmox.com>; Thu,  8 Sep 2022 15:13:23 +0200 (CEST)
Message-ID: <0e8531fc-afe5-5cde-df13-1b689e741896@proxmox.com>
Date: Thu, 8 Sep 2022 15:13:22 +0200
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101
 Thunderbird/105.0
Content-Language: en-GB
To: Stoiko Ivanov <s.ivanov@proxmox.com>, pmg-devel@lists.proxmox.com
References: <20220831170630.171069-1-s.ivanov@proxmox.com>
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
In-Reply-To: <20220831170630.171069-1-s.ivanov@proxmox.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL 0.002 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 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
 T_SCC_BODY_TEXT_LINE    -0.01 -
Subject: [pmg-devel] applied-series: [PATCH pmg-api v2 0/2] remove outdated
 apt.conf.d and future-proof lintian
X-BeenThere: pmg-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox Mail Gateway development discussion
 <pmg-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pmg-devel>, 
 <mailto:pmg-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pmg-devel/>
List-Post: <mailto:pmg-devel@lists.proxmox.com>
List-Help: <mailto:pmg-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel>, 
 <mailto:pmg-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Thu, 08 Sep 2022 13:13:25 -0000

Am 31/08/2022 um 19:06 schrieb Stoiko Ivanov:
> changes v1->v2:
> * incorporated Thomas' feedback (and remembered why i did put this off
>   last time) - by not using the new 'remove-on-upgrade' flag for
>   d/conffiles but rather the rm_conffile in d/maintscript
> * this change works with current debhelper in both bullseye and
>   bullseye-backports
> * the second patch was added because I noticed the changes in lintian
>   (from back-ports) - see [0] for some details.
> 
> 
> [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007002
> 
> Stoiko Ivanov (2):
>   fix #3915: remove obsolete /etc/apt/apt.conf.d/75pmgconf
>   d/lintian-overrides: add further future-proofing
> 
>  debian/lintian-overrides | 4 ++--
>  debian/maintscript       | 3 +++
>  src/Makefile             | 3 +--
>  src/pmg-apt.conf         | 7 -------
>  4 files changed, 6 insertions(+), 11 deletions(-)
>  create mode 100644 debian/maintscript
>  delete mode 100644 src/pmg-apt.conf
> 

applied both patches, thanks!