Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxxf86vm
Commits: 0b9aade8 by root at 2022-02-23T15:08:59+00:00 Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on libx11-6, libx11-dev, libxext-dev, x11proto-xf86vidmode-dev and xutils-dev. * libxxf86vm-dev: Drop versioned constraint on x11proto-xf86vidmode-dev in Depends. * libxxf86vm-dev: Drop versioned constraint on x11proto-xf86vidmode-dev in Replaces. Changes-By: deb-scrub-obsolete - - - - - 383147d3 by Timo Aaltonen at 2022-11-22T12:19:04+00:00 Merge branch 'scrub-obsolete' into 'debian-unstable' Remove unnecessary constraints See merge request xorg-team/lib/libxxf86vm!3 - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +libxxf86vm (1:1.1.4-2) UNRELEASED; urgency=medium + + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on libx11-6, libx11-dev, + libxext-dev, x11proto-xf86vidmode-dev and xutils-dev. + + libxxf86vm-dev: Drop versioned constraint on x11proto-xf86vidmode-dev in + Depends. + + libxxf86vm-dev: Drop versioned constraint on x11proto-xf86vidmode-dev in + Replaces. + + -- Debian Janitor <[email protected]> Wed, 23 Feb 2022 15:08:59 -0000 + libxxf86vm (1:1.1.4-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -5,13 +5,13 @@ Maintainer: Debian X Strike Force <[email protected]> Build-Depends: debhelper (>= 9), dh-autoreconf, - libx11-dev (>= 1:0.99.2), - x11proto-xf86vidmode-dev (>= 2.2.99.1), - libx11-6 (>= 2:1.6), - libxext-dev (>= 1:0.99.1), + libx11-dev, + x11proto-xf86vidmode-dev, + libx11-6, + libxext-dev, pkg-config, quilt, - xutils-dev (>= 1:7.5+4), + xutils-dev, Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86vm Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86vm.git @@ -64,9 +64,7 @@ Depends: ${misc:Depends}, libxxf86vm1 (= ${binary:Version}), libx11-dev, - x11proto-xf86vidmode-dev (>= 2.2.99.1) -Replaces: - x11proto-xf86vidmode-dev (<< 2.2.99.1) + x11proto-xf86vidmode-dev Description: X11 XFree86 video mode extension library (development headers) libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxxf86vm/-/compare/1997cc31b9c3b03ead956f0feeb527bd3ce6e204...383147d389c70bf27e667ed69d37831233db034f -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxxf86vm/-/compare/1997cc31b9c3b03ead956f0feeb527bd3ce6e204...383147d389c70bf27e667ed69d37831233db034f You're receiving this email because of your account on salsa.debian.org.

