I looked for exactly this bug as I fixed the same issue in
binutils-riscv-unknown-elf today, but somehow I missed it.
This should be fixed in version 18 by using dpkg-query instead of
hand-hacked shell bits:
upstream_version := $(shell dpkg-query -W -f="\$${source:Upstream-Version}\n"
binutils-
tags 1021193 + patch pending
user debian-rele...@lists.debian.org
usertags 1021193 + bsp-2022-10-de-karlsruhe
thank you
Matthias Klose wrote...
> setting deb_upstream_version in debian/rules fails:
Well, that was a low-hanging fruit. The updated code copied the
behaviour as found in /usr/share/d
Package: src:binutils-arm-none-eabi
Version: 17
Severity: serious
Tags: sid bookworm
setting deb_upstream_version in debian/rules fails:
$ echo 2.39-1+17 | cut -d. -f1-3
2.39-1+17
That should work as well:
$ echo 2.39-1ubuntu1+17ubuntu1 | cut -d. -f1-3
2.39-1ubuntu1+17ubuntu1
using | sed
3 matches
Mail list logo