tqftpserv (1.1-3)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/1.1-3 tag
- Git: https://salsa.debian.org/DebianOnMobile-team/tqftpserv.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 270336
- Browser: https://salsa.debian.org/DebianOnMobile-team/tqftpserv
- Last scan: 2025-04-14 01:52:07+00
- Next scan: 2025-04-20 13:26:00+00
- CI pipeline status: success
- Debian changelog in Git:
tqftpserv (1.1-3) unstable; urgency=medium
* d/copyright: update upstream contact
* debian: add udeb package.
This makes it possible to include this package in debian-installer
images, allowing users to use remote processors (e.g. WiFi) when running
on Qualcomm-based hardware. (Closes: #1076725)
-- Arnaud Ferraris <aferraris@debian.org> Mon, 03 Feb 2025 17:04:56 +0100
- This branch is 1 commit ahead of tag debian/1.1-3
- Git log:
commit 708cf2932e84c380bc1693659f0b84804e6c79b8
Author: Arnaud Ferraris <aferraris@debian.org>
Date: Mon Feb 10 13:29:47 2025 +0100
d/control: only build for ARMv7+
This package is specifically aimed at supporting hardware features of
modern Qualcomm SoC's, which are all ARM-based (mostly `arm64`, but that
includes `armhf` parts such as e.g. MSM8916). There's no point shipping
this package on other architectures, so limit the list to `armhf` and
`arm64`, while keeping `amd64` as it greatly simplifies running CI and
debugging builds.