From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <s.ivanov@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 0863A903D8
 for <pmg-devel@lists.proxmox.com>; Wed, 31 Aug 2022 19:06:52 +0200 (CEST)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id 068981F49A
 for <pmg-devel@lists.proxmox.com>; Wed, 31 Aug 2022 19:06:52 +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>; Wed, 31 Aug 2022 19:06:50 +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 E4AE0435F3
 for <pmg-devel@lists.proxmox.com>; Wed, 31 Aug 2022 19:06:43 +0200 (CEST)
From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Date: Wed, 31 Aug 2022 19:06:28 +0200
Message-Id: <20220831170630.171069-1-s.ivanov@proxmox.com>
X-Mailer: git-send-email 2.30.2
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL 0.189 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] [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: Wed, 31 Aug 2022 17:06:52 -0000

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

-- 
2.30.2