1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 13:54:12 +01:00

debian: New version 0.95.3

This patch includes the changes to create the package for
debian.

Changes are included in changelog:

  * New upstream release 0.95.3
    * Removed debian/clean file. Upstream removes now the files.
  * Bumped to standard version 3.9.3
  * Important!: Removed symbol "W_DraggingInfo" in libwutil2 and
    libwings2, because the struct W_DraggingInfo is now declared
    as "typedef", therefore the struct is not included.
    This change is included in upstream, see line 126 of the file
    WINGs/WINGs/WINGsP.h
  * Patch 53_Debian_WMState.diff changed, because the WMState file
    in upstream is now different. Now, the dock launch WPrefs.
  * Removed /etc/X11/WindowMaker files.
    * Removed from debian/wmaker-common.dirs
    * Removed (duplicated) files in debian/wmaker-common.install
    * New path for menu.hook: /usr/share/WindowMaker
      * Changed in the menu-method files (wmaker and wmappearance.
    * Removed menu.posthook and menu.prehook.
  * Changed the menu behaviour. Applications/* contents moved to
    the root menu.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-05-24 21:33:28 +02:00
committed by Carlos R. Mafra
parent 968ebdedf2
commit 284d3b56fe
5 changed files with 16 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ case "$1" in
rm -f /usr/share/WindowMaker/menu.hook
# Remove appearance.menu
rm -f /usr/share/WindowMaker/appearance.menu
update-menus
update-menus
fi
;;