RE: Packaging a .NET Core application & pbuilder

2020-08-20 Thread Alistair J R Young
Ansgar wrote: > > Still, having to first install some other package from some third-party > repository as proposed here for the systemd-genie package before being > able to use or build software is not very user-friendly and also makes it > harder to find sponsors interested in reviewing and uplo

RE: Packaging a .NET Core application & pbuilder

2020-08-20 Thread Alistair J R Young
Andrey Rahmatullin wrote on Thursday, August 20, 2020 3:08 AM: > On Thu, Aug 20, 2020 at 02:15:07AM +, Paul Wise wrote: > > > I'm currently working on packaging a .NET Core utility for contrib > > > > I note that .NET is Free Software these days, so you should be able to > > package both for m

Re: Packaging a .NET Core application & pbuilder

2020-08-20 Thread Rebecca N. Palmer
There's also Mono, which is already in Debian but has some limitations (e.g. C# features newer than version 6 may not be available). https://lists.debian.org/debian-cli/ has been mostly-inactive for years.

Re: Packaging a .NET Core application & pbuilder

2020-08-20 Thread Andrey Rahmatullin
On Thu, Aug 20, 2020 at 02:15:07AM +, Paul Wise wrote: > > I'm currently working on packaging a .NET Core utility for contrib > > I note that .NET is Free Software these days, so you should be able to > package both for main instead of using contrib. > > https://en.wikipedia.org/wiki/.NET_Cor

Re: Packaging a .NET Core application & pbuilder

2020-08-20 Thread Ansgar
On Thu, 2020-08-20 at 11:40 +0500, Andrey Rahmatullin wrote: > On Thu, Aug 20, 2020 at 12:09:08AM +0200, gregor herrmann wrote: > > libdbd-oracle-perl is such an example; it's in contrib because it's > > free software itself but needs oracle software which is not even in > > Debian. Typically someo

Re: Packaging a .NET Core application & pbuilder

2020-08-19 Thread Andrey Rahmatullin
On Thu, Aug 20, 2020 at 12:09:08AM +0200, gregor herrmann wrote: > > > > > Are these acceptable caveats for a source package in contrib, > > > > No, the package still needs to be built without network, using only its > > > > contents and packages from Debian. > > > > You also need to produce a pack

Re: Packaging a .NET Core application & pbuilder

2020-08-19 Thread Paul Wise
On Wed, Aug 19, 2020 at 11:04 AM Alistair J R Young wrote: > I'm currently working on packaging a .NET Core utility for contrib I note that .NET is Free Software these days, so you should be able to package both for main instead of using contrib. https://en.wikipedia.org/wiki/.NET_Core https://g

Re: Packaging a .NET Core application & pbuilder

2020-08-19 Thread gregor herrmann
On Wed, 19 Aug 2020 22:14:36 +0500, Andrey Rahmatullin wrote: > On Wed, Aug 19, 2020 at 02:31:10PM +, Alistair J R Young wrote: > > > > Are these acceptable caveats for a source package in contrib, > > > No, the package still needs to be built without network, using only its > > > contents and

Re: Packaging a .NET Core application & pbuilder

2020-08-19 Thread Andrey Rahmatullin
On Wed, Aug 19, 2020 at 02:31:10PM +, Alistair J R Young wrote: > > > Are these acceptable caveats for a source package in contrib, > > No, the package still needs to be built without network, using only its > > contents and packages from Debian. > > You also need to produce a package that can

RE: Packaging a .NET Core application & pbuilder

2020-08-19 Thread Alistair J R Young
Andrey Rahmatullin wrote: > > Are these acceptable caveats for a source package in contrib, > No, the package still needs to be built without network, using only its > contents and packages from Debian. > You also need to produce a package that can be installed with apt and usable > after that, a

Re: Packaging a .NET Core application & pbuilder

2020-08-19 Thread Andrey Rahmatullin
Note that you replied to my email in private and I can't reply back as your server blacklisted my IP. -- WBR, wRAR signature.asc Description: PGP signature

Re: Packaging a .NET Core application & pbuilder

2020-08-19 Thread Andrey Rahmatullin
On Wed, Aug 19, 2020 at 10:31:43AM +, Alistair J R Young wrote: > I'm currently working on packaging a .NET Core utility for contrib (ITP here: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968331; current version of > the package here: https://mentors.debian.net/package/systemd-genie/