Bump standards to 4.7.0.
This commit is contained in:
parent
0a9da3c34d
commit
f3f53e7ced
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
8
debian/postinst
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user