xorg (1:7.7+23)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1:7.7+24 > 1:7.7+23
- Git: https://salsa.debian.org/xorg-team/debian/xorg
-
- Branch: debian-unstable
- Path: debian/changelog
- Repo size: 8011776
- Browser: https://salsa.debian.org/xorg-team/debian/xorg
- Last scan: 2023-11-22 12:17:31+00
- Error: https://salsa.debian.org/api/v4/projects/xorg-team%2Fdebian%2Fxorg API request failed: 404 Not Found at /srv/qa.debian.org/data/vcswatch/vcswatch line 405.
- Next scan: 2023-11-30 05:23:00+00
- Debian changelog in Git:
xorg (1:7.7+24) UNRELEASED; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on dpkg.
+ x11-common: Drop versioned constraint on lsb-base in Depends.
+ xserver-xorg: Drop versioned constraint on xkb-data and xserver-xorg-core
in Depends.
+ xorg: Drop versioned constraint on xfonts-100dpi, xfonts-75dpi,
xfonts-base and xfonts-scalable in Depends.
* Trim trailing whitespace.
* Upgrade to newer source format 3.0 (native).
* Bump debhelper from old 12 to 13.
* Update renamed lintian tag names in lintian overrides.
* Use canonical URL in Vcs-Git.
* Update standards version to 4.6.1, no changes needed.
* Remove field Section on binary packages xbase-clients, xutils that
duplicates source.
[ Timo Aaltonen ]
* control: Drop libdmx-dev from xorg-dev depends.
-- Debian Janitor <janitor@jelmer.uk> Thu, 13 Oct 2022 08:40:16 -0000
- This branch is 10 commits ahead of tag xorg-1_7.7+23
- Git log:
commit cefe4b96c98fa04bab2ceab24b45e4b8c792e8d7
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Wed May 31 13:57:00 2023 +0300
control: Drop libdmx-dev from xorg-dev depends.
commit eab8611fa7b669aaa41d2087585ee45164e8f3e4
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 01:50:19 2022 +0000
Remove field Section on binary packages xbase-clients, xutils that duplicates source.
Changes-By: lintian-brush
Fixes: lintian: installable-field-mirrors-source
See-also: https://lintian.debian.org/tags/installable-field-mirrors-source.html
commit a1846ef8a164d9640cd3ab72dbeb4d9122399027
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 01:50:19 2022 +0000
Update standards version to 4.6.1, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit 7bbfbbf1352c946e8c39f83e0e662b59f4033185
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 01:50:19 2022 +0000
Use canonical URL in Vcs-Git.
Changes-By: lintian-brush
Fixes: lintian: vcs-field-not-canonical
See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html
commit 97f71aa638619bd4e1d14ca9cbfbe262604af5d7
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 01:50:19 2022 +0000
Update renamed lintian tag names in lintian overrides.
Changes-By: lintian-brush
Fixes: lintian: renamed-tag
See-also: https://lintian.debian.org/tags/renamed-tag.html
commit 4e1a1b0c886bc032fda61d1019c36ec04ae59ce3
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 01:50:19 2022 +0000
Bump debhelper from old 12 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
commit d2f4636717caee56479c9550555251514c880e3e
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 01:50:18 2022 +0000
Upgrade to newer source format 3.0 (native).
Changes-By: lintian-brush
Fixes: lintian: missing-debian-source-format
See-also: https://lintian.debian.org/tags/missing-debian-source-format.html
Fixes: lintian: older-source-format
See-also: https://lintian.debian.org/tags/older-source-format.html
commit 8471210ba0663990345500084700152cdf6b2fa1
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 27 01:50:15 2022 +0000
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
commit 2e1755166a88c8631d1ed88fac4f7f63b05f29dd
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Tue Dec 6 21:13:01 2022 +0100
Rely on command -v to check for an executable
command -v could prefer shell builtins that don't have a full path (true
instead of bin/true). Resulting in a failing Xsession for example with:
/etc/X11/Xsession true
As command -v already checks if the command is executable, we can remove
the extra check.
Closes: #1012474
Regression of 3d6bd60
commit 835d4c95e2555d2cb0488caee5ed027d732af967
Author: Debian Janitor <janitor@jelmer.uk>
Date: Thu Oct 13 08:40:16 2022 +0000
Remove constraints unnecessary since buster (oldstable)
* Build-Depends: Drop versioned constraint on dpkg.
* x11-common: Drop versioned constraint on lsb-base in Depends.
* xserver-xorg: Drop versioned constraint on xkb-data and xserver-xorg-core in Depends.
* xorg: Drop versioned constraint on xfonts-100dpi, xfonts-75dpi, xfonts-base and xfonts-scalable in Depends.
Changes-By: deb-scrub-obsolete