x2gokdriveclient (0.0.0.1-1)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/0.0.0.1-1 tag
- Git: https://salsa.debian.org/debian-remote-team/x2gokdriveclient.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 122880
- Browser: https://salsa.debian.org/debian-remote-team/x2gokdriveclient/
- Last scan: 2024-10-12 03:28:02+00
- Next scan: 2024-10-21 02:27:00+00
- Debian changelog in Git:
x2gokdriveclient (0.0.0.1-1) unstable; urgency=medium
* Initial upload to Debian. (Closes: #1038620).
-- Mike Gabriel <sunweaver@debian.org> Mon, 19 Jun 2023 07:28:32 +0200
- This branch is 1 commit ahead of tag debian/0.0.0.1-1
- Git log:
commit 7b7f9f03368197f41078ee6b64a8544cba6a6843
Author: Niels Thykier <niels@thykier.net>
Date: Fri Jun 14 10:56:47 2024 +0000
Tweak `debian/rules` to enable 'Rules-Requires-Root: no`
The upstream Makefile had some statements that would require
`(fake)root`. Fortunately, upstream has made them trivial to override
the relevant part and this patch has `debian/rules` override these
definitions, such that entire package build and assembly can now be
done without `(fake)root`.
As useful as `fakeroot` has been, it is also quite fragile. As an example,
a slightly out of date `fakeroot` can cause debs to be contaminated with
non-root ownership [#1024544](https://bugs.debian.org/1024544).
Additionally, `fakeroot` has one open unfixed RC bug filed against it that
has made it unable to migrate to testing for a while.