[pve-devel] [PATCH zfsonlinux 2/2] d/control: add transitional zfs-dbg package
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Jul 21 10:12:46 CEST 2021
suggesting the new -dbgsym packages without having a strict dependency
on a specific version of the library packages, like the old no longer
built zfs-dbg package had.
this commit can be reverted after the package has been uploaded once, or
kept for one release cycle if we might do the -dbgsym migration in
oldstable as well to avoid the oldstable zfs-dbg package version
overtaking the transitional one here.
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Notes:
it only suggests to avoid pulling in new, unneeded libraries via their -dbgsym
packages (e.g., libpam-zfs is not installed by default)
tested with a downgrade to zfs 2.0.4-pve1 including zfs-dbg and then
upgrading.
debian/control | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/debian/control b/debian/control
index 118d896..89f5139 100644
--- a/debian/control
+++ b/debian/control
@@ -265,3 +265,17 @@ Description: Solaris Porting Layer user-space utilities for Linux (dummy)
to Linux primitives.
.
This is a transitional dummy package. It can safely be removed.
+
+Package: zfs-dbg
+Section: contrib/metapackages
+Architecture: all
+Suggests: libnvpair3linux-dbgsym,
+ libpam-zfs-dbgsym,
+ libuutil3linux-dbgsym,
+ libzfs4linux-dbgsym,
+ libzfsbootenv1linux-dbgsym,
+ libzpool4linux-dbgsym,
+ zfs-test-dbgsym,
+ zfsutils-linux-dbgsym,
+ zfs-zed-dbgsym,
+Description: Transitional package. It can be safely removed.
--
2.30.2
More information about the pve-devel
mailing list