Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxpm
Commits: 9f20f6fb by root at 2022-02-23T05:31:56+00:00 Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev, libxt-dev and xutils-dev. Changes-By: deb-scrub-obsolete - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,13 @@ libxpm (1:3.5.12-2) UNRELEASED; urgency=medium + [ Timo Aaltonen ] * control: Migrate to x11proto-dev. + [ Debian Janitor ] + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev, + libxt-dev and xutils-dev. + -- Timo Aaltonen <[email protected]> Wed, 25 Aug 2021 13:12:06 +0300 libxpm (1:3.5.12-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -5,11 +5,11 @@ Maintainer: Debian X Strike Force <[email protected]> Build-Depends: debhelper (>= 10), quilt, - xutils-dev (>= 1:7.5+4), - libx11-dev (>= 1:0.99.2), - libxt-dev (>= 1:0.99.1-5), + xutils-dev, + libx11-dev, + libxt-dev, x11proto-dev, - libxext-dev (>= 1:0.99.1), + libxext-dev, pkg-config, Standards-Version: 3.9.8 Homepage: https://www.x.org View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxpm/-/commit/9f20f6fbd5b8ffd7cf333d3b690174806dcd89dc -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxpm/-/commit/9f20f6fbd5b8ffd7cf333d3b690174806dcd89dc You're receiving this email because of your account on salsa.debian.org.

