Bump standards to 4.7.0.

This commit is contained in:
Jaimos Skriletz 2024-07-25 11:20:20 -06:00
parent 0a9da3c34d
commit f3f53e7ced
3 changed files with 7 additions and 5 deletions

2
debian/changelog vendored
View File

@ -1,5 +1,7 @@
fvwm (1:2.7.0-3) unstable; urgency=medium
* Update standards to 4.7.0.
- Update comment for how x-window-manager priority is computed.
* Update debian/copyright to state correct licesens.
-- Jaimos Skriletz <jaimosskriletz@gmail.com> Thu, 25 Jul 2024 11:07:17 -0600

2
debian/control vendored
View File

@ -31,7 +31,7 @@ Build-Depends: debhelper (>= 13.0.0),
pkg-config,
sharutils,
xsltproc
Standards-Version: 4.6.1
Standards-Version: 4.7.0
Homepage: https://www.fvwm.org/
Vcs-Browser: https://github.com/somiaj/fvwm2-debian
Vcs-Git: https://github.com/somiaj/fvwm2-debian.git

8
debian/postinst vendored
View File

@ -45,10 +45,10 @@ case "$1" in
--install /usr/bin/fvwm-perllib fvwm-perllib /usr/bin/fvwm2-perllib 200 \
--slave /usr/share/man/man1/fvwm-perllib.1.gz fvwm-perllib.1.gz \
/usr/share/man/man1/fvwm2-perllib.1.gz
# From debian-policy as of 2012-07-12, sec. 11.8.4.
# Priority: 20 + 20 (support Debian menu system) + 40 (complies with
# The Window Manager Specification Project) + 10 (defaults to
# permitting X session to be restarted with different window manager
# From debian-policy as of 2024-07-25, sec. 11.8.4.
# Priority: 40 + 40 (complies with The Window Manager
# Specification Project) + 10 (defaults to permitting X
# session to be restarted with different window manager
# without killing X server) = 90
update-alternatives \
--install /usr/bin/x-window-manager x-window-manager /usr/bin/fvwm2 90 \