Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / xauth
Commits: fc2b4b41 by Debian Janitor at 2022-11-21T06:47:20+00:00 Remove constraints unnecessary since buster (oldstable) * Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev, libxmuu-dev and xutils-dev. Changes-By: deb-scrub-obsolete - - - - - f6667b71 by Timo Aaltonen at 2022-11-22T12:38:31+00:00 Merge branch 'scrub-obsolete' into 'debian-unstable' Remove unnecessary constraints See merge request xorg-team/app/xauth!1 - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +xauth (1:1.1.1-2) UNRELEASED; urgency=medium + + * Remove constraints unnecessary since buster (oldstable): + + Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev, + libxmuu-dev and xutils-dev. + + -- Debian Janitor <[email protected]> Mon, 21 Nov 2022 06:47:20 -0000 + xauth (1:1.1.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -6,10 +6,10 @@ Build-Depends: debhelper-compat (= 13), quilt, pkg-config, - libx11-dev (>= 2:1.0.0), - libxext-dev (>= 1:1.0.0), - libxmuu-dev (>= 1:1.0.1), - xutils-dev (>= 1:7.5+4), + libx11-dev, + libxext-dev, + libxmuu-dev, + xutils-dev, cmdtest <!nocheck>, Standards-Version: 4.1.1 Vcs-Git: https://salsa.debian.org/xorg-team/app/xauth.git View it on GitLab: https://salsa.debian.org/xorg-team/app/xauth/-/compare/83ff9b2c5df6e5f13d182e04333545c7631538b1...f6667b717d04a9da90b7a6544d740306a38f3e54 -- View it on GitLab: https://salsa.debian.org/xorg-team/app/xauth/-/compare/83ff9b2c5df6e5f13d182e04333545c7631538b1...f6667b717d04a9da90b7a6544d740306a38f3e54 You're receiving this email because of your account on salsa.debian.org.

