Timo Aaltonen pushed to branch debian-unstable at X Strike Force / xorg
Commits: 835d4c95 by Debian Janitor at 2022-10-13T08:40:16+00:00 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 - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +xorg (1:7.7+24) UNRELEASED; urgency=medium + + * 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. + + -- Debian Janitor <[email protected]> Thu, 13 Oct 2022 08:40:16 -0000 + xorg (1:7.7+23) unstable; urgency=medium [ Timo Aaltonen ] ===================================== debian/control ===================================== @@ -4,7 +4,6 @@ Priority: optional Maintainer: Debian X Strike Force <[email protected]> Standards-Version: 4.5.0 Build-Depends: - dpkg (>= 1.16.1), debhelper-compat (= 12), po-debconf, # xsf-docs: @@ -16,7 +15,7 @@ Homepage: https://www.x.org/ Package: x11-common Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, lsb-base (>= 1.3-9ubuntu2) +Depends: ${misc:Depends}, lsb-base Description: X Window System (X.Org) infrastructure x11-common contains the filesystem infrastructure required for further installation of the X Window System in any configuration; it does not @@ -32,13 +31,13 @@ Description: X Window System (X.Org) infrastructure Package: xserver-xorg Architecture: any Depends: - xserver-xorg-core (>= 2:1.17.2-2), + xserver-xorg-core, xserver-xorg-legacy [!linux-any], xserver-xorg-video-all | xorg-driver-video, xserver-xorg-input-all | xorg-driver-input, ${shlibs:Depends}, ${misc:Depends}, - xkb-data (>= 1.4), + xkb-data, x11-xkb-utils Recommends: libgl1-mesa-dri, @@ -91,10 +90,10 @@ Depends: libgl1, libgl1-mesa-dri, libglu1-mesa, - xfonts-base (>= 1:1.0.0-1), - xfonts-100dpi (>= 1:1.0.0-1), - xfonts-75dpi (>= 1:1.0.0-1), - xfonts-scalable (>= 1:1.0.0-1), + xfonts-base, + xfonts-100dpi, + xfonts-75dpi, + xfonts-scalable, x11-apps, x11-session-utils, x11-utils, View it on GitLab: https://salsa.debian.org/xorg-team/xorg/-/commit/835d4c95e2555d2cb0488caee5ed027d732af967 -- View it on GitLab: https://salsa.debian.org/xorg-team/xorg/-/commit/835d4c95e2555d2cb0488caee5ed027d732af967 You're receiving this email because of your account on salsa.debian.org.

