public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-api] fix #3915: remove obsolete /etc/apt/apt.conf.d/75pmgconf
@ 2022-08-30  8:30 Stoiko Ivanov
  2022-08-30 13:35 ` Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Stoiko Ivanov @ 2022-08-30  8:30 UTC (permalink / raw)
  To: pmg-devel

this was forgotten when introducing the more flexible kernel-keeping
logic with proxmox-boot-tool (in 6.4).

while this file is present no pve-kernel gets autoremoved.

using debian/conffiles (deb-conffiles(5)) logic for this following the
recommendation from (dpkg-maintscript-helper(1) - for dpkg > 1.20.6).

Tested the following with a VM:
* regular unchanged /etc/apt/apt.conf.d/75pmgconf
* manually modified /etc/apt/apt.conf.d/75pmgconf
* manually removed /etc/apt/apt.conf.d/75pmgconf

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
 debian/conffiles | 1 +
 src/Makefile     | 3 +--
 src/pmg-apt.conf | 7 -------
 3 files changed, 2 insertions(+), 9 deletions(-)
 create mode 100644 debian/conffiles
 delete mode 100644 src/pmg-apt.conf

diff --git a/debian/conffiles b/debian/conffiles
new file mode 100644
index 0000000..6e99ab6
--- /dev/null
+++ b/debian/conffiles
@@ -0,0 +1 @@
+remove-on-upgrade /etc/apt/apt.conf.d/75pmgconf
diff --git a/src/Makefile b/src/Makefile
index f08be0f..49c7974 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -164,7 +164,7 @@ LIBSOURCES =				\
 	PMG/API2/NodeConfig.pm		\
 	PMG/API2.pm			\
 
-SOURCES = ${LIBSOURCES} ${CLI_BINARIES} ${TEMPLATES_FILES} ${CONF_MANS} ${CLI_MANS} ${SERVICE_MANS} ${SERVICE_UNITS} ${TIMER_UNITS} pmg-sources.list pmg-apt.conf pmg-initramfs.conf
+SOURCES = ${LIBSOURCES} ${CLI_BINARIES} ${TEMPLATES_FILES} ${CONF_MANS} ${CLI_MANS} ${SERVICE_MANS} ${SERVICE_UNITS} ${TIMER_UNITS} pmg-sources.list pmg-initramfs.conf
 
 all: ${SOURCES}
 
@@ -189,7 +189,6 @@ install: ${SOURCES} $(addsuffix .service-bash-completion, ${SERVICES}) $(addsuff
 	install -d -m 0755 ${DOCDIR}
 	# TODO: is there a better location ?
 	install -m 0644 favicon.ico ${DOCDIR}
-	install -D -m 0644 pmg-apt.conf ${DESTDIR}/etc/apt/apt.conf.d/75pmgconf
 	install -D -m 0644 pmg-sources.list ${DESTDIR}/etc/apt/sources.list.d/pmg-enterprise.list
 	for i in ${LIBSOURCES}; do install -D -m 0644 $$i ${PERL5DIR}/$$i; done
 	for i in ${SERVICES}; do install -D -m 0644 PMG/Service/$$i.pm ${PERL5DIR}/PMG/Service/$$i.pm; done
diff --git a/src/pmg-apt.conf b/src/pmg-apt.conf
deleted file mode 100644
index 0391b74..0000000
--- a/src/pmg-apt.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-APT
-{
-  NeverAutoRemove
-  {
-	"^pve-kernel-.*";
-  };
-}
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [pmg-devel] [PATCH pmg-api] fix #3915: remove obsolete /etc/apt/apt.conf.d/75pmgconf
  2022-08-30  8:30 [pmg-devel] [PATCH pmg-api] fix #3915: remove obsolete /etc/apt/apt.conf.d/75pmgconf Stoiko Ivanov
@ 2022-08-30 13:35 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-08-30 13:35 UTC (permalink / raw)
  To: Stoiko Ivanov, pmg-devel

Am 30/08/2022 um 10:30 schrieb Stoiko Ivanov:
> this was forgotten when introducing the more flexible kernel-keeping
> logic with proxmox-boot-tool (in 6.4).
> 
> while this file is present no pve-kernel gets autoremoved.
> 
> using debian/conffiles (deb-conffiles(5)) logic for this following the
> recommendation from (dpkg-maintscript-helper(1) - for dpkg > 1.20.6).

needs also debhelper >= 13.5~ to ensure that conffiles is actually shipped by
the package[0], for us that isn't a real problem as we already backported that
version and uploaded it to our devel repo a while ago, but the current stable
(i.e., non-backports) lintian 2.104.0 is still confused about this and throws
in three errors w.r.t conffiles, so we'd need to depend on the 2.115.1 version
from backports, which doesn't results in false positive errors.

Would be fine for me, it's both easily encodable in d/control after all, albeit
[0] also mentions:

> For bullseye, my recommendation would be to stick with "rm_conffile" in
> debian/<pkg>.maintscripts.

Which, I think, stems mostly from the fact that debian hasn't the flexibility we
have w.r.t. to enforcing the use of bpo packages for building (which we already
to for some other things, so nothing really new).

Note that I actually didn't check for building with the default debhelper,
so if it works there, and that without causing lintian to choke (which would
explain you not noticing this issue), I'd still see that as issue (as our default
and target debhelper *is* 13.5)

[0]: https://lists.debian.org/debian-devel/2021/08/msg00569.html






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-30 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30  8:30 [pmg-devel] [PATCH pmg-api] fix #3915: remove obsolete /etc/apt/apt.conf.d/75pmgconf Stoiko Ivanov
2022-08-30 13:35 ` Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal