Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / twm
Commits: dcb5bdbd by Debian Janitor at 2022-11-15T17:28:27+00:00 Remove constraints unnecessary since buster (oldstable) * Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev, libxmu-dev, libxt-dev and xutils-dev. * twm: Drop versioned constraint on menu in Depends. Changes-By: deb-scrub-obsolete - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +twm (1:1.0.10-2) UNRELEASED; urgency=medium + + * Remove constraints unnecessary since buster (oldstable): + + Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev, + libxmu-dev, libxt-dev and xutils-dev. + + twm: Drop versioned constraint on menu in Depends. + + -- Debian Janitor <[email protected]> Tue, 15 Nov 2022 17:28:27 -0000 + twm (1:1.0.10-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -6,14 +6,14 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, - libx11-dev (>= 2:1.0.0-2), - libxext-dev (>= 1:1.0.0), - libxt-dev (>= 1:1.0.0), - libxmu-dev (>= 1:1.0.1), + libx11-dev, + libxext-dev, + libxt-dev, + libxmu-dev, bison, flex, quilt, - xutils-dev (>= 1:7.5+4), + xutils-dev, automake, Standards-Version: 3.9.1 Vcs-Git: https://salsa.debian.org/xorg-team/app/twm.git @@ -21,7 +21,7 @@ Vcs-Browser: https://salsa.debian.org/xorg-team/app/twm Package: twm Architecture: any -Depends: menu (>= 2.1.26), ${shlibs:Depends}, ${misc:Depends} +Depends: menu, ${shlibs:Depends}, ${misc:Depends} Provides: x-window-manager Description: Tab window manager twm is a window manager for the X Window System. It provides title bars, View it on GitLab: https://salsa.debian.org/xorg-team/app/twm/-/commit/dcb5bdbd076984e567045dd427a7ce1b18f3b74d -- View it on GitLab: https://salsa.debian.org/xorg-team/app/twm/-/commit/dcb5bdbd076984e567045dd427a7ce1b18f3b74d You're receiving this email because of your account on salsa.debian.org.

