qrtr (1.0-3~exp1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 1.0-2 < 1.0-3~exp1.
- Git: https://salsa.debian.org/DebianOnMobile-team/qrtr.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 446464
- Browser: https://salsa.debian.org/DebianOnMobile-team/qrtr
- Last scan: 2023-12-01 21:08:33+00
- Next scan: 2023-12-08 11:14:00+00
- CI pipeline status: success
- Debian changelog in Git:
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
- This branch is 1 commit ahead of tag debian/1.0-2
- Git log:
commit d6a7d3df49e1b90a48af08fb22b84553fadf89c1
Author: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Date: Wed Aug 16 18:52:45 2023 +0200
d/patches: add missing service file to the `clean` target
Closes: #1045729