x2goserver (4.1.0.6-1.1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 4.1.0.6-1 < 4.1.0.6-1.1.
- Git: https://salsa.debian.org/debian-remote-team/x2goserver.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 520192
- Browser: https://salsa.debian.org/debian-remote-team/x2goserver/
- Last scan: 2025-02-12 14:28:03+00
- Next scan: 2025-02-18 02:36:00+00
- Merge requests: 3
- Debian changelog in Git:
x2goserver (4.1.0.6-1) unstable; urgency=medium
* New upstream release.
* debian/:
+ Add bin:pkg x2goserver-x2gokdrive.
* debian/x2goserver.install:
+ Update for x2goserver 4.1.0.6.
* debian/patches:
+ Update 1001_fix-desktopsharing-version.patch. Upstream version still
wrong.
+ Drop patches 0001 - 0010. All applied upstream.
+ Drop 1002_cross.patch. Applied upstream.
+ Trivially rebase 1003_support-startkde-from-old-x2goclients.patch.
+ Add 1004_fix-manpage-generation-in-Makefile.patch. Fix re-generation
of x2gocleansessions.8 and x2gooptionsstring.1 man pages during build.
* debian/copyright:
+ Update auto-generated copyright.in file.
+ Update copyright attributions.
* debian/rules:
+ Properly clean-up Makefile.perl.old during d/rules's clean target.
(Closes: #1048545).
* debian/{man/x2gocleansessions.8,x2goserver.manpages}:
+ Stop shipping maintainer man page for x2gocleansessions.8.
-- Mike Gabriel <sunweaver@debian.org> Sun, 27 Aug 2023 14:33:25 +0200
- This branch is 3 commits ahead of tag debian/4.1.0.6-1
- Git log:
commit 7558a1b5d4045cbc2b165674f6ee34f3a92bdad2
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Sat Jun 29 22:09:03 2024 +0200
debian/control: Add to D (x2goserver): x2goserver-x2gokdrive. Pull in x2gokdrive with x2goserver by default.
commit d97768e197507f487ef33a9db80564d38eb8d6ec
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Sat Jun 29 21:29:45 2024 +0200
debian/control: Add to D: (x2goserver-x2goagent): nxdialog.
commit 105c18b40b894419d93866e4a941634e0640b82c
Author: Niels Thykier <niels@thykier.net>
Date: Fri Jun 14 10:47:16 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 possible 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`.
Note: Unlike in `x2goclient`, here we have to pass the override has
parameters to `make` (indirectly via 'dh_auto_install`), since the
variables are defined with `=` rather than `?=`.
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.