mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-29 01:42:32 +01:00
debian: wmaker manpage moved from 1x to 1.
wmaker manpage was also moved from section 1x to 1. Fix pointer in README.Debian and update-alternatives slave link.
This commit is contained in:
committed by
Carlos R. Mafra
parent
c11b08d42b
commit
fc6ed78654
2
debian/README.Debian
vendored
2
debian/README.Debian
vendored
@@ -17,7 +17,7 @@ and remove other exec lines if present. I have done my best to
|
|||||||
overcome certain glitches and gotchas regarding Window Maker
|
overcome certain glitches and gotchas regarding Window Maker
|
||||||
installation. /usr/bin/wmaker is a shell script that tries to
|
installation. /usr/bin/wmaker is a shell script that tries to
|
||||||
make sure things are properly set up. Take a look at it to see what's
|
make sure things are properly set up. Take a look at it to see what's
|
||||||
going on. Please read wmaker(1x).
|
going on. Please read wmaker(1).
|
||||||
|
|
||||||
|
|
||||||
Other sources for documentation
|
Other sources for documentation
|
||||||
|
|||||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -27,6 +27,8 @@ wmaker (0.95.7-1) unstable; urgency=medium
|
|||||||
* Use dh_autoreconf instead of invoking autogen.sh in the configure target.
|
* Use dh_autoreconf instead of invoking autogen.sh in the configure target.
|
||||||
* Simplify debian/rules and use dh_auto_configure, especially for handling
|
* Simplify debian/rules and use dh_auto_configure, especially for handling
|
||||||
dpkg-buildflags.
|
dpkg-buildflags.
|
||||||
|
* wmaker manpage was also moved from section 1x to 1. Fix pointer in
|
||||||
|
README.Debian and update-alternatives slave link.
|
||||||
|
|
||||||
-- Rodolfo García Peñas (kix) <kix@debian.org> Thu, 13 Aug 2015 20:19:33 +0200
|
-- Rodolfo García Peñas (kix) <kix@debian.org> Thu, 13 Aug 2015 20:19:33 +0200
|
||||||
|
|
||||||
|
|||||||
2
debian/wmaker.postinst
vendored
2
debian/wmaker.postinst
vendored
@@ -22,7 +22,7 @@ case "$1" in
|
|||||||
update-alternatives --install /usr/bin/x-window-manager \
|
update-alternatives --install /usr/bin/x-window-manager \
|
||||||
x-window-manager /usr/bin/wmaker 50 \
|
x-window-manager /usr/bin/wmaker 50 \
|
||||||
--slave /usr/share/man/man1/x-window-manager.1.gz \
|
--slave /usr/share/man/man1/x-window-manager.1.gz \
|
||||||
x-window-manager.1.gz /usr/share/man/man1/wmaker.1x.gz
|
x-window-manager.1.gz /usr/share/man/man1/wmaker.1.gz
|
||||||
|
|
||||||
if [ -x /usr/bin/update-menus -a -x /usr/bin/install-menu ] ; then
|
if [ -x /usr/bin/update-menus -a -x /usr/bin/install-menu ] ; then
|
||||||
update-menus
|
update-menus
|
||||||
|
|||||||
Reference in New Issue
Block a user