1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
qrtr (1.1-2) unstable; urgency=medium
* debian: update references to upstream URL.
This project is now part of the `linux-msm` group on GitHub, and its
main maintainer is now Konrad Dybcio.
* d/copyright: add copyright information for new files
* 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.
-- Arnaud Ferraris <aferraris@debian.org> Mon, 03 Feb 2025 17:11:23 +0100
qrtr (1.1-1) unstable; urgency=medium
* New upstream version
* d/patches: drop obsolete patches
* d/control: add missing build-deps.
The build system changed to `meson`, so we need a few additional build
dependencies.
* d/rules: stop overriding build/install commands.
This was needed with the manually crafted makefile, but `meson` is saner
and gets the needed bits from env. Additionally, a few options need to
be manually enabled for the `systemd` service and `qrtr-ns` to be built.
* d/install: add .pc file and use DEB_HOST_MULTIARCH.
This new version now ships a pkgconfig file, so let's ship it as part of
`libqrtr-dev`.
Take this opportunity to replace the ugly `usr/lib/*/` wildcard with the
proper `${DEB_HOST_MULTIARCH}` variable.
* d/patches: restore libqrtr SONAME.
The previous version of `libqrtr` had `libqrtr.so.1` as their SONAME,
while the current version have only `libqrtr.so`. This is problematic as
previously built binaries using this lib will have to be rebuilt for
this new version.
Restore the previous SONAME so things keep working as expected.
-- Arnaud Ferraris <aferraris@debian.org> Tue, 23 Apr 2024 16:09:58 +0200
qrtr (1.0-3) unstable; urgency=medium
* Upload to unstable
-- Arnaud Ferraris <aferraris@debian.org> Tue, 02 Jan 2024 09:20:07 +0100
qrtr (1.0-3~exp1) experimental; urgency=medium
* d/patches: add missing service file to the `clean` target (Closes: #1045729)
* d/gbp.conf: use 'debian/experimental' as debian branch
* debian: keep systemd service under /usr.
In the current state of the Debian "/usr merge", we are allowed to move
systemd services under `/usr/lib/systemd` when relying on
`dh_installsystemd`. This requires adding a versioned dependency on
`debhelper`.
Let's comply by installing `/usr/lib/systemd` to `/usr/lib` instead of
`/lib` previously.
-- Arnaud Ferraris <aferraris@debian.org> Mon, 30 Oct 2023 17:19:45 +0100
qrtr (1.0-2) unstable; urgency=medium
* qrtr-tools: install service file under `/lib/systemd`
`debhelper` looks for service files under `/lib/systemd`, but ignores
those installed under `/usr/lib/systemd`, so we need to install our
service file to the former location to have it auto-enabled on install.
-- Arnaud Ferraris <aferraris@debian.org> Tue, 10 Jan 2023 23:38:33 +0100
qrtr (1.0-1) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + libqrtr1: Add Multi-Arch: same.
Changes-By: apply-multiarch-hints
[ Arnaud Ferraris ]
* New upstream version 1.0
* d/control: bump Standards-Version, no change required
-- Arnaud Ferraris <aferraris@debian.org> Tue, 03 Jan 2023 09:51:05 +0100
qrtr (0.3+git20201207-2) unstable; urgency=medium
* Source-only upload
-- Arnaud Ferraris <aferraris@debian.org> Mon, 11 Jul 2022 13:34:56 +0200
qrtr (0.3+git20201207-1) unstable; urgency=medium
* Initial Debian packaging (Closes: #1011423)
-- Arnaud Ferraris <aferraris@debian.org> Wed, 29 Jun 2022 23:55:48 +0200
|