mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-03 20:34:14 +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:
committed by
Carlos R. Mafra
parent
968ebdedf2
commit
284d3b56fe
14
debian/changelog
vendored
14
debian/changelog
vendored
@@ -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) <kix@kix.es> Tue, 21 Feb 2012 21:32:31 +0100
|
||||
-- Rodolfo García Peñas (kix) <kix@kix.es> Thu, 23 May 2012 21:32:22 +0200
|
||||
|
||||
wmaker (0.95.2-1) unstable; urgency=low
|
||||
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -2,7 +2,7 @@ Source: wmaker
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Rodolfo García Peñas (kix) <kix@kix.es>
|
||||
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,
|
||||
|
||||
2
debian/libwings2.symbols
vendored
2
debian/libwings2.symbols
vendored
@@ -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
|
||||
|
||||
2
debian/libwutil2.symbols
vendored
2
debian/libwutil2.symbols
vendored
@@ -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
|
||||
|
||||
2
debian/wmaker-common.postinst
vendored
2
debian/wmaker-common.postinst
vendored
@@ -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
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user