On Sun, 15 Mar 2020 12:20:25 +0100 Mathieu Mirmont <m...@parad0x.org> wrote: > On Wed, 11 Mar 2020 18:49:02 +0100 =?UTF-8?Q?Timo_R=c3=b6hling?= > <t...@gaussglocke.de> wrote: > > Hi, > > > > On Mon, 14 Oct 2019 14:09:09 +0200 Mathieu Mirmont <m...@parad0x.org> wrote: > > > Before I go ahead and do the work, does anyone here think it would be > > > better not to have catch2 as a separate package? > > > > I needed Catch2 as dependency for some other packages I'm working on, > > and I did not notice this thread until now, so I'm happy to announce > > that I prepped some packaging already: > > > > https://salsa.debian.org/roehling-guest/catch2 > > > > IMHO, it makes sense to release the new version under the new name, as > > upstream did the same. If someone else is in a particular hurry and > > wants to take over from here, you're welcome to adopt my work (just > > email me so I know). Otherwise, I intend to release this package in the > > not too distant future. > > Sorry I should have announced the ITP earlier, my bad. Before more > people do redundant work, I just want to say that the package has been > kindly sponsored and it is now waiting in the NEW queue: > https://ftp-master.debian.org/new/catch2_2.11.1-1.html > > Cheers, > > -- > Mathieu Mirmont <m...@parad0x.org> >
Hello Mathieu, You should consider adopting Timo's package as it properly installs Catch 2 via the build system (make install). On the other hand your package installs by copying directly from the source tree and fails to install some autogenerated files by Cmake which are required for downstream users to use Catch2 via Cmake's function find_package(). Best, Dimitrij.