Hi,

On Sat, Nov 28, 2020 at 04:06:17PM -0500, Reinhard Tartler wrote:
> Awesome, thanks!
> 
> On Sat, Nov 28, 2020, 15:50 Antonio Terceiro <terce...@debian.org> wrote:
> 
> > Hello Reinhard,
> >
> > On Sat, Nov 28, 2020 at 10:57:52AM -0500, Reinhard Tartler wrote:
> > > please go ahead with packaging catatonit. Regarding the symlink, I don't
> > > have a strong preference, your patch seems reasonable to me!
> >
> > I have uploaded it to NEW, including the /usr/libexec/podman/catatonit
> > symlink.
> >
> > After it goes through, it would be just a matter of making it the
> > default in the alternative dependency, i.e.
> >
> > catatonit | tini | dumb-init

catatonit was just ACCEPTED in the archive.

The following patch will make catatonit the default alternative in
Recommends: and make --init work out of the box.
From a58ede1e1f1dc510f90ce15823104020050b443a Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terce...@debian.org>
Date: Mon, 7 Dec 2020 08:20:51 -0300
Subject: [PATCH] Recommend catatonit before the other inits

Closes: #971815
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 51353d2b4..62dd72995 100644
--- a/debian/control
+++ b/debian/control
@@ -116,7 +116,7 @@ Recommends: ${misc:Recommends}
     ,buildah (>= 1.10.1-6~)
     ,fuse-overlayfs (>= 1.0.0~)
     ,slirp4netns (>= 0.4.1~)
-    ,tini | dumb-init
+    ,catatonit | tini | dumb-init
     ,uidmap
 Suggests: ${misc:Suggests}
     ,containers-storage
-- 
2.29.2

Attachment: signature.asc
Description: PGP signature

Reply via email to