Re: Q: Ubuntu PPA induced version ordering mess.

2024-07-01 Thread Jens Reyer
Am 2. Juli 2024 01:59:26 MESZ schrieb Alec Leamas : >Soren et. al., > >On 02/07/2024 01:31, Soren Stoutner wrote: >> Alec, >> >> >> If upstream wants to fix this problem, they could just make their next >> release >> version 9000, with the one after that either being 9001 or 9000.1. >> >> Or, p

Re: Status of the t64 transition

2024-04-20 Thread Jens Reyer
On 18.04.24 21:22, Sebastian Ramacher wrote: Hi, as the progress on the t64 transition is slowing down, I want to give an overview of some of the remaining blockers that we need to tackle to get it unstuck. I tried to identify some clusters of issues, but there might be other classes of issues.

Re: Problems verifying signed github releases (Re: Q: uscan with GitHub)

2023-02-19 Thread Jens Reyer
On 19.02.23 21:08, FC Stegerman wrote: * Guillem Jover [2023-02-19 20:50]: My upstream creates a tarball with git-archive, creates a signature and uploads it (as described in the wiki[3]). This used to work to verify the github-created tarball, but fails now - while creating my own tarball lik

Problems verifying signed github releases (Re: Q: uscan with GitHub)

2023-02-19 Thread Jens Reyer
[This is a followup to the thread "Q: uscan with GitHub" at https://lists.debian.org/debian-devel/2022/10/msg00313.html. I manually set in-reply-to, but am not sure if it'll work.] > On Tue, Oct 11, 2022 at 10:23 AM Stephan Lachnit wrote: >> On Sun, Oct 9, 2022 at 7:06 PM Volans wrote: [...

Re: dlopen()ing shared libraries considered harmful (was Re: Depends/Recommends from libraries)

2017-03-29 Thread Jens Reyer
On 03/26/2017 09:37 AM, Florian Weimer wrote: > * Guillem Jover: > >>> dlopen()ing dependencies in the way that is most commonly implemented, >>> with dlopen("libimobiledevice.so.6") and dlsym(handle, "idevice_new") >>> or similar, has some practical problems for Debian: >>> >>> * The libraries us

Re: pro-tip: preinstall debhelper in your sbuild

2017-03-25 Thread Jens Reyer
On 03/25/2017 11:52 AM, Mattia Rizzolo wrote: > On Sat, Mar 25, 2017 at 01:52:29AM +0100, Michael Biebl wrote: >> Am 25.03.2017 um 01:17 schrieb gregor herrmann: >>> On Fri, 24 Mar 2017 23:09:37 +0100, Michael Biebl wrote: >> Installing debhelper (+dependencies) takes about 5s here (on a 6 yea

Re: Build a sort-of-systemd-dependent package on kfreebsd

2016-11-08 Thread Jens Reyer
On 08.11.2016 15:13, Alec Leamas wrote: > > > > On 08/11/16 14:56, Jens Reyer wrote: > >> Hi Alec [answering on debian-mentor > > Hi Jens! thanks for reply! We are in cross-posting hell... redirecting > to debian-devel Yup, but I agree with Henrique that mentor

Favoring systemd timers over cron files Re: Removing sysV init files

2016-01-15 Thread Jens Reyer
On 01/15/2016 09:06 PM, Michael Biebl wrote: > If your package ships both a systemd service unit and a sysv init > script, you need to make sure that under systemd the native service file > is used. > The easiest way to achieve that is to use the same names for the unit > file and the init script,