diff --git a/debian/changelog b/debian/changelog index 248ca313..756f0a60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,13 @@ -wmaker (0.95.2-1+git-1) unstable; urgency=low +wmaker (0.95.3-1) unstable; urgency=low + * 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. @@ -8,8 +16,10 @@ wmaker (0.95.2-1+git-1) unstable; urgency=low * 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. - -- Rodolfo García Peñas (kix) Tue, 21 Feb 2012 21:32:31 +0100 + -- Rodolfo García Peñas (kix) Thu, 23 May 2012 21:32:22 +0200 wmaker (0.95.2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 0bc138c4..3af1f8f1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wmaker Section: x11 Priority: optional Maintainer: Rodolfo García Peñas (kix) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7.0.50~), automake (>= 1:1.11), gettext, libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff4-dev, libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev, diff --git a/debian/libwings2.symbols b/debian/libwings2.symbols index 29d8ba8f..6697bf71 100644 --- a/debian/libwings2.symbols +++ b/debian/libwings2.symbols @@ -535,7 +535,7 @@ libWINGs.so.2 libwings2 #MINVER# W_DragSourceStartTimer@Base 0.95.0 W_DragSourceStateHandler@Base 0.95.0 W_DragSourceStopTimer@Base 0.95.0 - W_DraggingInfo@Base 0.95.0 +#MISSING: 0.95.3-1# W_DraggingInfo@Base 0.95.0 W_DrawRelief@Base 0.95.0 W_DrawReliefWithGC@Base 0.95.0 W_FocusIC@Base 0.95.0 diff --git a/debian/libwutil2.symbols b/debian/libwutil2.symbols index 35c41b97..ca6b4aeb 100644 --- a/debian/libwutil2.symbols +++ b/debian/libwutil2.symbols @@ -190,7 +190,7 @@ libWUtil.so.2 libwutil2 #MINVER# W_ApplicationInitialized@Base 0.95.0 W_CheckIdleHandlers@Base 0.95.0 W_CheckTimerHandlers@Base 0.95.0 - W_DraggingInfo@Base 0.95.0 +#MISSING: 0.95.3-1# W_DraggingInfo@Base 0.95.0 W_FlushASAPNotificationQueue@Base 0.95.0 W_FlushIdleNotificationQueue@Base 0.95.0 W_HandleInputEvents@Base 0.95.0 diff --git a/debian/wmaker-common.postinst b/debian/wmaker-common.postinst index b39a9f64..8e023208 100644 --- a/debian/wmaker-common.postinst +++ b/debian/wmaker-common.postinst @@ -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 ;;