On 06/08/2015 10:42 AM, Doug Torrance wrote:
The debian/ folder has diverged from the official Debian package somewhat. (Just a couple minor things -- it's pretty close. Things like my wmiv patch this morning.)
In case anyone's curious how close, I've attached a diff. Doug
diff -rupN source-wmaker/wmaker-0.95.6/debian/debianfiles/conf/WindowMaker wmaker-crm/debian/debianfiles/conf/WindowMaker --- source-wmaker/wmaker-0.95.6/debian/debianfiles/conf/WindowMaker 2015-05-21 13:23:36.000000000 -0500 +++ wmaker-crm/debian/debianfiles/conf/WindowMaker 2015-06-07 16:59:46.010069336 -0500 @@ -113,7 +113,6 @@ MenuTextFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; IconTitleFont = "-*-helvetica-bold-r-normal-*-9-*-*-*-*-*-*-*"; ClipTitleFont = "Verdana:bold:pixelsize=10"; - DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; HighlightColor = white; HighlightTextColor = black; ClipTitleColor = black; diff -rupN source-wmaker/wmaker-0.95.6/debian/debianfiles/Theme/Debian wmaker-crm/debian/debianfiles/Theme/Debian --- source-wmaker/wmaker-0.95.6/debian/debianfiles/Theme/Debian 2015-05-21 13:23:36.000000000 -0500 +++ wmaker-crm/debian/debianfiles/Theme/Debian 2015-06-06 22:35:00.406061410 -0500 @@ -5,7 +5,6 @@ MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*"; ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*"; - DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; HighlightColor = white; HighlightTextColor = black; ClipTitleColor = black; diff -rupN source-wmaker/wmaker-0.95.6/debian/debianfiles/wmaker-common.desktop wmaker-crm/debian/debianfiles/wmaker-common.desktop --- source-wmaker/wmaker-0.95.6/debian/debianfiles/wmaker-common.desktop 2015-05-21 13:23:36.000000000 -0500 +++ wmaker-crm/debian/debianfiles/wmaker-common.desktop 2015-06-06 22:35:00.406061410 -0500 @@ -1,5 +1,6 @@ [Desktop Entry] -Name=Window maker +Encoding=UTF-8 +Name=Window Maker Comment=This session logs you into Window Maker Exec=/usr/bin/wmaker # no icon yet, only the top three are currently used diff -rupN source-wmaker/wmaker-0.95.6/debian/libwings-dev.install wmaker-crm/debian/libwings-dev.install --- source-wmaker/wmaker-0.95.6/debian/libwings-dev.install 2015-05-21 13:23:36.000000000 -0500 +++ wmaker-crm/debian/libwings-dev.install 2015-06-07 17:17:54.584482519 -0500 @@ -2,6 +2,7 @@ usr/include/WINGs/WUtil.h usr/include/WINGs/WINGs.h usr/include/WINGs/WINGsP.h usr/lib/pkgconfig/WINGs.pc +usr/lib/pkgconfig/WUtil.pc usr/lib/libWINGs.a usr/lib/libWUtil.a usr/lib/libWUtil.so diff -rupN source-wmaker/wmaker-0.95.6/debian/libwraster-dev.install wmaker-crm/debian/libwraster-dev.install --- source-wmaker/wmaker-0.95.6/debian/libwraster-dev.install 2015-05-21 13:23:36.000000000 -0500 +++ wmaker-crm/debian/libwraster-dev.install 2015-06-07 17:17:54.584482519 -0500 @@ -1,4 +1,5 @@ usr/include/wraster.h +usr/lib/pkgconfig/wrlib.pc usr/lib/libwraster.so usr/lib/libwraster.a usr/bin/get-wraster-flags diff -rupN source-wmaker/wmaker-0.95.6/debian/wmaker.manpages wmaker-crm/debian/wmaker.manpages --- source-wmaker/wmaker-0.95.6/debian/wmaker.manpages 2014-04-25 21:42:04.000000000 -0500 +++ wmaker-crm/debian/wmaker.manpages 2015-06-08 11:52:24.206387580 -0500 @@ -11,3 +11,4 @@ doc/wmsetbg.1x doc/WPrefs.1x doc/wxcopy.1x doc/wxpaste.1x +doc/wmiv.1
