diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 46a6c28b..00000000 --- a/debian/README.Debian +++ /dev/null @@ -1,212 +0,0 @@ -Window Maker for DEBIAN -======================= - -This is Debian GNU/Linux's prepackaged version of Window Maker, yet -another window manager, written mostly from scratch by Alfredo Kojima -in an attempt to provide as much of the useful OpenStep functionality -as possible under X11. It is the natural step after AfterStep. - -There are some changes in the paths and improved user configuration -(from the sysadmin point of view). - -To run Window Maker put this at the end of ~/.xsession: - -exec /usr/bin/wmaker - -and remove other exec lines if present. I have done my best to -overcome certain glitches and gotchas regarding Window Maker -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 -going on. Please read wmaker(1). - - -Other sources for documentation -------------------------------- - -* The Window Maker web site - http://www.windowmaker.org/ - - You can find all sorts of information here. It's kept very up to - date. - -* The Window Maker manual written by Alfredo Kojima - ftp://ftp.windowmaker.org/pub/wmaker/docs/ - - Please note the manual documents version 0.10.x of Window Maker, and - many features/changes have occurred since then. To find out what has - changed, please read file:/usr/share/doc/wmaker/NEWS.gz and - file:/usr/share/doc/wmaker/changelog.gz. A new version of this manual is - being developed. If you want to contribute to the manual please - contact wm-user@windowmaker.info - -* The Window Maker mailing list - http://www.windowmaker.org/lists.php - - There's a Window Maker mailing list. There you can ask questions about - Window Maker and *related* applications (s/n is _way_ low nowadays - due to unrelated discussions). - - Please read the archives before asking! - -* The Window Maker FAQ - http://www.dpo.uab.edu/~grapeape/wmfaq.html - - This is NOT file:/usr/share/doc/wmaker/FAQ.gz, but another document. - It contains information about several aspects of Window Maker that are - not covered on the FAQ included alongside with this Readme. - -* The Window Maker Configuration documents - ftp://ftp.windowmaker.info/pub/wmaker/docs/WindowMaker-*-Config.txt.gz - - This documents the files found on ~/GNUstep/Defaults/. It's kept as - up to date as possible. - -As a sidenote, I can't package these files with wmaker because they -don't have a copyright statement that permits redistribution. - -Debian specific notes ---------------------- - -Debian prepackaged version of Window Maker will search -~/GNUstep/Library/WindowMaker and /usr/share/WindowMaker (in that order) -for its configuration files. It will read defaults from files in -~/GNUstep/Defaults and /etc/GNUstep/Defaults. The files in the -WindowMaker directories have cpp-like format and are preprocessed by -WindowMaker. It will read both WindowMaker directories searching for -#included files. - -WindowMaker makes a (little) difference between Pixmaps and Icons, and -there are two configurable options for setting the paths Window Maker -would search Pixmaps and Icons in, namely, PixmapPath and -IconPath. The compiled in defaults are: - - PixmapPath = ( - "~/GNUstep/Library/WindowMaker/Pixmaps", - "~/GNUstep/Library/WindowMaker/Backgrounds", - "/usr/local/share/WindowMaker/Pixmaps", - "/usr/local/share/WindowMaker/Backgrounds", - "/usr/share/WindowMaker/Backgrounds", - "/usr/share/WindowMaker/Pixmaps", - "/usr/local/share/pixmaps", - "/usr/share/pixmaps", - ); - - IconPath = ( - "~/GNUstep/Library/Icons", - "/usr/local/share/WindowMaker/Icons", - "/usr/share/WindowMaker/Icons", - "/usr/local/share/icons", - "/usr/share/icons", - ); - -Please note that the internal default doesn't include the "Pixmaps" -paths anymore, but you are free to modify your Window Maker file in any -way you see fit. - -Other Window Maker packages should put pixmaps in -/usr/share/WindowMaker/Pixmaps and icons in -/usr/share/WindowMaker/Icons, ONLY. - -The structure Window Maker tries to use is like this: - -GNUstep - +.AppInfo - +Defaults - +Library - +WindowMaker - + Backgrounds [*] - + IconSets [*] - + Pixmaps - + Sounds - + Styles [*] - + Themes [*] - +Icons - -Please note Icons are not considered Window Maker-only resources. - -[*] these directories are OPEN_MENU'ed WITH the right -application. That means you can put the *file* "Great Debian Theme" on -Themes, it will show up in the menu, and will be opened using -setstyle, which installs it, i.e., sets that theme as the current -theme. - -If you don't like the arrangement of the Appearance menu, you can put -a file "appearance.menu" in ~/GNUstep/Library/WindowMaker, and it will -override the default one. Look at /usr/share/WindowMaker/appearance.menu -for an example. - -Sound Support -------------- - -This version of Window Maker is compiled with sound support. The sound -server is available as a separate package, but may not be in sync with -the current release. - -Changing the menus (or "WPrefs segfaults when I click the cute menu icon") --------------------------------------------------------------------------- - -First of all, I have this urge to say that it doesn't segfault for -me. It gives me a nice warning about being unable to use my current -menu. - -The problem is that wmaker now is capable of using a new type of menu, -namely a PropList menu. It looks something like this: - -( - Applications, - (Debian, OPEN_MENU, menu.hook), - ( - WorkSpace, - (Appearance, OPEN_MENU, appearance.menu), - (Workspaces, WORKSPACE_MENU), - ("Arrange Icons", ARRANGE_ICONS), - ("Hide Others", HIDE_OTHERS), - ("Show All Windows", SHOW_ALL), - ("Clear Session", CLEAR_SESSION), - ("Save Session", EXEC, "") - ), - (About..., INFO_PANEL), - (Exit, SHUTDOWN) -) - -That cute looking menu button (let's call it by its name: the Menu -Guru) in WPrefs expects to find a menu in this format. I considered -changing the menu-method to something that spits out a menu in this -format (it's quite easy) but there's a little tiny problem: see that -line that reads "OPEN_MENU" in the example above... well, it happens -that appearance.menu has to be in the old format. That means that if -I make the menu method produce a new style menu, that menu has to be -the root menu. And that is not a good idea (the reason is left as an -exercise to the reader, take into account the people that aren't using -menu.hook as the root menu in the first place). - -Still want to use WPrefs to edit you menu? Cut and paste the example -above into ~/GNUstep/Defaults/WMRootMenu, start WPrefs, click the Menu -Guru (the 9th icon, left to right). Now go read the docs. That's the -reason they are there. - -FreeDesktop menu ----------------- - -As of policy version 3.9.8, the Debian menu has been deprecated in favor -of the FreeDesktop menu standard. - -There is currently not a menu for Window Maker which is 100% compatible -with the standards. But several options exist which offer a decent -approximation. - -* The wmmenugen utility included with Window Maker, e.g. - - wmmenugen -parser:xdg /usr/share/applications/ - - This is the option used by the default menu, which may be found in - /etc/GNUstep/Defaults/plmenu.Debian. This is symlinked by - /usr/share/WindowMaker/menu.hook. - -* xdgmenumaker (https://github.com/gapan/xdgmenumaker) - -* xdg-menu (https://wiki.archlinux.org/index.php/xdg-menu) - -Marcelo E. Magallon , Thr, 1 Apr 1999 18:47:30 -0600 - - -- Doug Torrance , Sun, 5 Apr 2020 20:09:38 -0400 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index a3528020..00000000 --- a/debian/changelog +++ /dev/null @@ -1,2702 +0,0 @@ -wmaker (0.95.9-2) unstable; urgency=low - - * Ship manpages from as-installed location (debian/tmp) instead of - sourcetree to make dh_missing output more useful. - - -- Andreas Metzler Sat, 18 Apr 2020 11:30:41 +0200 - -wmaker (0.95.9-1) experimental; urgency=low - - [ Doug Torrance ] - * New upstream release. - - No longer sets GNUSTEP_USER_ROOT environment variable - (Closes: #922284). - - Prefers TryExec to Exec when generating menu entries from XDG desktop - files (closes: #930674). - - Drop patches previously pulled from upstream GIT: - 10_util-fix-parsing-of-XDG-menus-with-multiple-groups.patch - 11_XDG-menu-categories.patch 12_reference-proplist-menus.patch - 60_fix_pkg-config_variable_typo.patch - - Unfuzz 75_WPrefs_to_bindir_when_gnustedir_is_set.diff - - 54_Debian_wmmacros.diff dropped, main functionality included upstream. - * debian/compat - - Remove file; compatibility level now handled by debhelper-compat - package. - * debian/control - - Bump Standards-Version to 4.5.0. - - Switch Build-Depends on debhelper to debhelper-compat for - compatibility level 12. - * debian/lib*.symbols - - Add Build-Depends-Package fields. - * debian/libwings3.symbols - - Add new WINGs symbols. - * debian/patches/10_support_imagemagick6.diff - - New patch; restore support for ImageMagick v6, as v7 is not in - Debian yet. - * debian/patches/.keepme - - Remove unnecessary file; was causing - patch-file-present-but-not-mentioned-in-series Lintian warning. - * debian/README.Debian - - Fix typo. - * debian/rules - - Remove replacement of #wmdatadir# to $(WMSHAREDIR) in some menu - files; this is now done by upstream during build. - - Install README's from WindowMaker directory correctly. Avoids - package-contains-documentation-outside-usr-share-doc Lintian - warning. - * debian/wmaker-common.docs - - Use wildcard to catch all the README's that have been renamed - in d/rules. - - -- Andreas Metzler Tue, 14 Apr 2020 18:06:26 +0200 - -wmaker (0.95.8-3) unstable; urgency=low - - [ Doug Torrance ] - * debian/compat - - Bump debhelper compatibility level to 11. - * debian/control - - Bump versioned dependency on debhelper to >= 11. - - Drop automake (>= 1:1.12) from Build-Depends; automake 1.14 is - now in oldstable. - - Add libmagickwand-6.q16-dev to Build-Depends. - - Add libpango1.0-dev to Build-Depends. We have been passing - --enable-pango to configure during build since version 0.95.7-1, - but it has been failing. - - Bump Standards-Version to 4.2.1. - - Use https in Homepage. - - Update Vcs-* after migration to Salsa. - * debian/copyright - - Update Format to https. - * debian/patches/60_fix_pkg-config_variable_typo.patch - - New patch; correctly call pkg-config when building with - ImageMagick support. - * debian/README.Debian - - Add documentation for new FreeDesktop-style menu which replaced - the deprecated Debian menu (Closes: #872879). - * debian/rules - - Add --enable-magick configure option to enable ImageMagick - support (Closes: #905608). - - Remove --parallel option to dh; default after debhelper 10. - * debian/watch - - Use https for download link. - - [ Andreas Metzler ] - * Delete trailing whitespace in Debian changelog. (Thanks, lintian) - * 75_WPrefs_to_bindir_when_gnustedir_is_set.diff: Install main WPrefs - executable to /usr/bin even if --with-gnustepdir is used. - Build with --with-gnustepdir=/usr/share/GNUstep (instead of - /usr/share/lib/...) and fix references in debian/* accordingly. - (LP: #1742842) - * Set Rules-Requires-Root: no. - - -- Andreas Metzler Thu, 13 Sep 2018 19:16:14 +0200 - -wmaker (0.95.8-2) unstable; urgency=low - - [ Doug Torrance ] - * Remove and replace the deprecated Debian menu. The list of - applications is now generated by the wmmenugen utility (with some - patches from upstream's development branch) from .desktop files in - /usr/share/applications. This gives a decent approximation of - compliance with freedesktop.org's menu standards (Closes: #868431). - * Bump Standards-Version to 4.0.1. - * Use dh_installwm to register Window Maker with update-alternatives. - In particular, we add a new file, debian/wmaker.wm, and a new target, - override_dh_installwm, to debian/rules which sets the priority. - To accommodate this, we move the manpage from wmaker-common to - wmaker. - * Bump debhelper compatibility level to 10. - * Remove explicit call to dh_autoreconf; enabled by default in - debhelper 10. - - [ Andreas Metzler ] - * Handle removal of menu-methods on upgrades (orphaned conffiles) with - debian/wmaker{,-common}.maintscript. Remove generated menufiles - (etc/GNUstep/Defaults/appearance.menu and /etc/GNUstep/Defaults/menu.hook - on upgrades and purge. - * Because of the moved manpage (which in turn is needed for using - dh_installwm) wmaker breaks/replaces wmaker-common (<< 0.95.8-2~). - * Ship our menu as /etc/GNUstep/Defaults/plmenu.Debian and add a symlink - to it as /usr/share/WindowMaker/menu.hook to make the menu accessible for - upgraded installations. - - -- Andreas Metzler Mon, 14 Aug 2017 14:11:24 +0200 - -wmaker (0.95.8-1) unstable; urgency=low - - * Upload to unstable. - - -- Andreas Metzler Sun, 09 Jul 2017 13:35:24 +0200 - -wmaker (0.95.8-1~exp2) experimental; urgency=medium - - [ Doug Torrance ] - * debian/debianfiles/Themes/Debian.style - - Rename from just "Debian" for consistency with other Window - Maker themes. - * debian/debianfiles/upgrade-windowmaker-defaults - - Delete archaic script. It was intended to help users upgrade - Window Maker 15+ years ago when the configuration file syntax - was not stable. No longer necessary. - * debian/libwings3.symbols - - Remove MISSING comment lines. - * debian/libwings-dev.examples - - New file; install WINGs examples. - * debian/libwmaker-dev.install - - Install libwmaker pkg-config file. - * debian/patches/50_def_config_paths.diff - - Remove unnecessary patch. It added /etc/GNUstep/Defaults to - the DEF_CONFIG_PATHS macro, but the files needed in the paths - referenced in this macro (in particular, menu, autostart, and - exitscript) will not be located there. - * debian/patches/53_Debian_WMState.diff - - Update patch. The path to WPrefs is already set correctly - during build; we do not need to set it explicitly. - * debian/README.Debian - - Remove notes about upgrading from very old (15+ years ago) - versions of Window Maker. - * debian/watch - - Bump to uscan v4 and simplify using new strings. - * debian/wmaker.dirs - - Remove unnecessary file - * debian/wmaker-common.dirs - - Remove redundant lines. - * debian/wmaker-common.docs - - Do not specify installation of debian/copyright; - dh_installdocs already installs it by default. - * debian/wmaker-common.{docs,install} - - Move installation of various README files from dh_install - to dh_installdocs. - * debian/wmaker-common.install - - Simplify by giving directories instead of individual files - where possible. - * debian/wmaker-common.links - - Remove unnecessary file. It created a link which was a - workaround for a bug fixed in the latest upstream release. - * debian/wmaker-common.maintscript - - Sort with wrap-and-sort. - * debian/rules - - New override_dh_installdocs target; contains code renaming - README files from override_dh_install target. - - [ Andreas Metzler ] - * Drop Rodolfo García Peñas from uploaders. - Thanks for your work! - Closes: #866854 - * 10_util-fix-parsing-of-XDG-menus-with-multiple-groups.patch from upstream - GIT next: Fix wmmenugen parsing of XDG menu files with more than one - group. - - [ Doug Torrance / Andreas Metzler ] - * Add dependency on wmaker-common (>= ${source:Version}) to libwutil5 and - libwings3 to make it possible to use these libraries without wmaker. - - -- Andreas Metzler Sat, 08 Jul 2017 11:43:39 +0200 - -wmaker (0.95.8-1~exp1) experimental; urgency=medium - - * New upstream release. - - Menus may be shaded (Closes: #72038). - - Follow window placement rules when placing windows on non-active - workspaces (Closes: #181735). - - Windows list sorted by workspace (Closes: #280851). - - New keyboard shortcuts (Closes: #306808). - - Default menu uses correct path to WPrefs (Closes: #851737). - - Use PKG_PROG_PKG_CONFIG macro to allow cross building - (Closes: #853236). - * debian/control - - Add xterm to Suggests as it is referenced in the default Window - Maker menus (LP: #1429495). - * debian/libwraster* - - Rename libwraster5 -> libwraster6 for soname version bump. - * debian/patches - - Remove patches which were either applied or otherwise made - unnecessary with the new upstream release. In particular, - + 51_wmaker_man.diff - + 55_ungif_problem.diff - + 56_ignore_runstatedir.diff - + 57_ignore_with-aix-soname.diff - + 60_fix_wraster_symbol_versioning.diff - + 61_fix_wmmenugen_segfault.diff - * debian/rules - - Use new --with-defsdatadir configure option to specify global - defaults directory instead of old GLOBAL_DEFAULTS_SUBDIR macro. - - Use renamed --with-xlocale configure option instead of old - --with-locale. - - Drop --with-localedir configure option, as it does not exist. - It should have been --localedir, but the default is what we - want anyway. - - Add -Wl,--as-needed to LDFLAGS to avoid useless dependencies. - * debian/wmaker-common.install - - Update path for system WMGLOBAL and WMState config files. - - -- Doug Torrance Mon, 13 Mar 2017 14:26:52 -0400 - -wmaker (0.95.7-8) unstable; urgency=medium - - * debian/control - - Add libwmaker1 to libwmaker-dev Depends (Closes: #857164). - - -- Doug Torrance Wed, 08 Mar 2017 10:59:29 -0500 - -wmaker (0.95.7-7) unstable; urgency=medium - - * Add missing license information to debian/copyright. - * Fix segfault in wmmenugen (Closes: #844783). - - -- Doug Torrance Sat, 19 Nov 2016 10:35:50 -0500 - -wmaker (0.95.7-6) unstable; urgency=medium - - * Split wxcopy and wxpaste into new wmaker-utils package (Closes: #78119). - * Restore libwmaker packages. - - -- Doug Torrance Wed, 09 Mar 2016 00:08:43 -0500 - -wmaker (0.95.7-5) unstable; urgency=medium - - * Clean up debian/copyright. Add some files which were missed in the LGPL - paragraph and bump its version to 2+. Restore debian/* paragraph. - * Remove useless debian/*.changelog-upstream files. - * Remove out of date file README.build. - * Drop wmaker-dbg package in favor of automatically generated wmaker-dbgsym. - * New file debian/wmaker-common.maintscript; removes obsolete config files - (Closes: #726075). - * Do not use buggy --enable-randr configure option (Closes: #816993). - - -- Doug Torrance Mon, 07 Mar 2016 11:04:33 -0500 - -wmaker (0.95.7-4) unstable; urgency=medium - - * Update Vcs-Browser to use https; fixes vcs-field-uses-insecure-uri Lintian - warning. - * Fix typo in README.Debian; fixes spelling-error-in-readme-debian Lintian - warning. - * Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian - warnings. - * Bump Standards-Version to 3.9.7, no changes required. - * 57_ignore_with-aix-soname.diff: Ignore missing documentation for - --with-aix-soname in INSTALL-WMAKER (Closes: #814213). - - -- Doug Torrance Fri, 12 Feb 2016 22:27:08 -0500 - -wmaker (0.95.7-3) unstable; urgency=low - - * Patch back libwraster symbol version to LIBWRASTER3. Temporarily mark - RDrawLine@LIBWRASTER3 with a dep >= 0.95.7-3~ to force lockstep upgrades - from broken 0.95.7-2. Closes: #811304 - - -- Andreas Metzler Wed, 20 Jan 2016 20:19:27 +0100 - -wmaker (0.95.7-2) unstable; urgency=medium - - [ Andreas Metzler ] - * Drop unused (since at least 0.95.0+20111028-1) b-d on grep-dctrl. - * Upload to unstable. - - [ Doug Torrance ] - * Switch Build-Depends from libtiff5-dev to libtiff-dev for possible future - libtiff transitions; also allows backports to earlier releases, e.g., - wheezy/precise. - * The theme that was removed in version 0.92.0-6 has been reintroduced as an - option, now named "DebianLegacy". Because it now contains two themes, the - directory debian/debianfiles/Theme has been renamed to Themes. The file - Debian.theme.txt in this directory, which actually describes the - DebianLegacy theme but was never removed, has been renamed to - DebianLegacy.txt. A corresponding paragraph has been added to - debian/copyright. (Closes: #393143) - - -- Andreas Metzler Sat, 16 Jan 2016 17:53:44 +0100 - -wmaker (0.95.7-1) experimental; urgency=medium - - [ Rodolfo García Peñas (kix) ] - * New upstream version 0.95.7. - * debian/changelog, removed debian files (lintian warning). - * Updated debian/libwings3.symbols. - * Updated libwraster5.symbols - * Changed the test for the update-menu command in these files to avoid - a lintian warning (command-with-path-in-maintainer-script): - * debian/wmaker.postrm - * debian/wmaker-common.postrm - * Removed the Encoding field in debian/debianfiles/wmaker-common.desktop - to avoid a lintian warning (desktop-entry-contains-encoding-key). - * Updated debian/rules to include pango support (--enable-pango). - * Updated all debian/patches only with quilt refresh. - * Updated some debian files because the manpages are moved from - section 1x to 1: - * debian/patches/51_wmaker_man.diff - * debian/wmaker-common.manpages - * debian/wmaker.install - * debian/wmaker.manpages - * Removed upstream file FAQ.I18N in debian/wmaker-common.docs. - - [ Andreas Metzler ] - * 56_ignore_runstatedir.diff: Ignore missing documentation for --runstatedir - in INSTALL. - * Use dh_autoreconf instead of invoking autogen.sh in the configure target. - * Simplify debian/rules and use dh_auto_configure, especially for handling - dpkg-buildflags. - * wmaker manpage was also moved from section 1x to 1. Fix pointer in - README.Debian and update-alternatives slave link. - - [ Doug Torrance ] - * Switch maintenance to Debian Window Maker Team with kix, Andreas, and - myself as uploaders. - * Tidy up packaging using wrap-and-sort. - * Remove Breaks/Replaces wmaker (<< 0.95.0+20111028-3); this version is no - longer in Debian. - * Switch Depends to wmaker-common (= ${source:Version}) so common files - are also updated on upgrade. - * Add Vcs-* fields to debian/control. - * Update Format field in debian/copyright. - * Update debian/watch from sepwatch project. - * Remove files from debian/source/options which are handled now by - dh-autoreconf. Add distros directory (present in upstream git but not - tarball) and doc files modified during build. - * Add multiarch support. In particular, add Multi-Arch fields to - debian/control, add wildcards for multiarch triplets to debian/*.install, - and remove --libdir from dh_auto_configure in debian/rules. - * Use wildcards for locales in debian/wmaker-common.install for - maintainability. - - -- Andreas Metzler Sun, 10 Jan 2016 11:38:11 +0100 - -wmaker (0.95.6-1.2) unstable; urgency=medium - - * Non-maintainer upload, with maintainer approval. - * Pull 56_wrlib-add-support-for-release-5.1.0-of-the-libgif.patch from - upstream to allow building against giflib 5. Closes: #803292 - - -- Andreas Metzler Wed, 16 Dec 2015 19:16:51 +0100 - -wmaker (0.95.6-1.1) unstable; urgency=medium - - * Non-maintainer upload. - * debian/control: - - Add Breaks/Replaces for libwraster3-dev; remove Provides for - libwraster-dev (Closes: #784711). - - -- Doug Torrance Thu, 21 May 2015 13:34:40 -0500 - -wmaker (0.95.6-1) unstable; urgency=medium - - * New upstream version 0.95.6. [Closes: #148856] - * Bumped to standard version 3.9.6. No changes. - * Removed patch 55_typo.diff because is now in upstream. - * Patch 56_ungif_problem.diff updated: - * New name: 55_ungif_problem.diff - * Now udpates the file m4/wm_imgfmt_check.m4, because upstream moved the - ungif code from configure.ac to this m4 file. - * Removed Encoding in debianfiles/wmaker-common.desktop. - * The Encoding key is now deprecated by the FreeDesktop. - * Moved library libwings2 to libwings3. - * Changed in debian/control. - * Moved libwings2.changelog-upstream to libwings3.changelog-upstream. - * Moved libwings2.install to libwings3.install. - * Moved libwings2.symbols to libwings3.symbols. - * Moved libwraster3-dev to libwraster-dev. - * Changed in debian/control. - * Moved libwraster3-dev.changelog-upstream to - libwraster-dev.changelog-upstream. - * Moved libwraster3-dev.install to libwraster-dev.install. - * Moved libwraster3-dev.docs to libwraster-dev.docs. - * Moved libwraster3-dev.manpages to libwraster-dev.manpages. - * Updated symbols. - * Moved libwraster3 to libwraster5. - * Changed in debian/control. - * Moved libwraster3.changelog-upstream to libwraster5.changelog-upstream. - * Moved libwraster3.docs to libwraster5.docs. - * Moved libwraster3.install to libwraster5.install. - * Moved libwraster3.symbols to libwraster5.symbols. - * Updated symbols. - * Moved libwutil3 to libwutil5. - * Changed in debian/control. - * Moved libwutil3.changelog-upstream to libwutil5.changelog-upstream. - * Moved libwutil3.install to libwutil5.install. - * Moved libwutil3.symbols to libwutil5.symbols. - * Updated symbols. - * Removed WindowMaker/Icons/sound.tiff in debian/copyright. - * Avoid lintian warning. - * Added Keywords in debianfiles/wmaker-common.desktop. - * Avoid lintian warning. - - -- Rodolfo García Peñas (kix) Thu, 09 Oct 2014 05:59:36 +0200 - -wmaker (0.95.5-2) unstable; urgency=low - - * New patch debian/patches/56_ungif_problem.diff. [Closes: #733353] - This patch removes the link against -lungif. - * Bumped to standard version 3.9.5. No changes. - - -- Rodolfo García Peñas (kix) Tue, 31 Dec 2013 00:20:43 +0100 - -wmaker (0.95.5-1) unstable; urgency=low - - * New upstream version 0.95.5. [Closes: #723840] - - New WUtil library version 3. - - Updated debian/control file, replacing libwutil2 with libwutil3. - - Files moved in debian folder: - - libwutil2.changelog-upstream -> libwutil3.changelog-upstream - - libwutil2.install -> libwutil3.install - - Removed file libwutil2.symbols - - New file libwutil3.symbols - * "Build-Depends: libtiff5-dev" in packages wmaker and libwraster3-dev, - since libtiff-dev introduces dependency to libtiff4 which is in oldlibs. - * Included the word "WindowMaker" in the wmaker package description, - to found it easily. [Closes: #685424] - - -- Rodolfo García Peñas (kix) Sun, 22 Sep 2013 10:08:02 +0200 - -wmaker (0.95.4-2) unstable; urgency=low - - * Package moved from experimental to unstable and updated. - * Changed permissions to menu-methods/wmaker to a+x. Updated the - debian/wmaker-common.postinst and debian/wmaker.postinst [Closes: #705160] - * debian/control - - Removed DM Upload flag (obsolete). - - Updated maintainer email address, from kix@kix.es to kix@debian.org. - - Now using libtiff-dev to build packages (libtiff4-dev is in oldlibs). - - Removed xosview as suggested package (not in all archs). - * Bumped to standard version 3.9.4. - - -- Rodolfo García Peñas (kix) Tue, 06 Aug 2013 06:34:14 +0200 - -wmaker (0.95.4-1) experimental; urgency=low - - * New upstream version 0.95.4. - - Better icon management. [Closes: #35587, #404729] - - Now cpp is not needed. Updated the debian/README.Debian file - - New symbols in debian/libwutil2.symbols - * Updated some icon paths in debianfiles/conf/WindowMaker - - Removed ~/pixmap folder - * debian/control: - - Debconf version 9 (see debian/compat too). - - New debug scheme for multi-platform. - Removed debian/wmaker-dbg.dirs, because the path for debug - files is now using hashes (/usr/lib/debug/build-id). - * debian/rules: - - Removed the get-*-flags scripts fix. Not needed (and was wrong). - - Removed the HOSTSPEC stuff. Not needed with debconf 9. - * debian/README.Debian: - - Changed /etc path for appearance.menu. - - -- Rodolfo García Peñas (kix) Wed, 3 Jan 2013 00:17:31 +0100 - -wmaker (0.95.3-2) unstable; urgency=low - - * Hardened. debian/rules changed. - * DM-Upload-Allowed set. - - -- Rodolfo García Peñas (kix) Thu, 10 Jun 2012 23:35:31 +0200 - -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. - * 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. - - -- Rodolfo García Peñas (kix) Thu, 23 May 2012 21:32:22 +0200 - -wmaker (0.95.2-1) unstable; urgency=low - - * New upstream version 0.95.2 [Closes: #69669, #486542, #270877] - [Closes: #283240, #48550, #297019, #108432, #72917] - - -- Rodolfo García Peñas (kix) Tue, 14 Feb 2012 23:58:45 +0100 - -wmaker (0.95.1+20120131-1) unstable; urgency=low - - * New upstream version 0.95.1 [Closes: #304480] - * Patch debian/52_architectures.diff is now included in upstream. - - The patch file was deleted. - * The WINGs's file proplist-compat.h is removed in upstream. - - Removed the line in debian/libwings-dev.install - * Updated debian/libwutil2.symbols with new symbol. - - -- Rodolfo García Peñas (kix) Sun, 29 Jan 2012 16:16:15 +0100 - -wmaker (0.95.0+20111028-4) unstable; urgency=low - - * libpng12-dev dependencies changed to libpng-dev. [Closes: #648123] - * wterm package suggestion removed. - * Menu shows "Run..." option. [Closes: #165075] - Thanks to Andreas Tscharner for their patch. - * Menu shows the background files [Closes: #655122] - * Added patch 54_Debian_wmmacros.diff. - Based on changelog: Marcelo E. Magallon Tue, 17 Nov 1998 - * Xterm and WMPrefs are now Debian specific. - * Added patch 53_Debian_WMState.diff. - Based on changelog: Marcelo E. Magallon Sun, 26 Nov 2000 - - -- Rodolfo García Peñas (kix) Thu, 7 Jan 2012 02:06:33 +0100 - -wmaker (0.95.0+20111028-3) unstable; urgency=low - - * Fix wmaker-common dependencies. [Closes: #654668] - * Manpages moved from wmaker-common to wmaker (Lintian problem). - * New patch 52_architectures: New architectures kfreebsd* and Hurd. - [Closes: #654715] - * Removed old stuff in wmaker.post* and wmaker-common.post* about - update-alternatives. - - -- Rodolfo García Peñas (kix) Thu, 5 Jan 2012 01:02:21 +0100 - -wmaker (0.95.0+20111028-2) unstable; urgency=low - - * Fix to the FTBFS. [Closes: #654524] - * New debian/watch file - - -- Rodolfo García Peñas (kix) Wed, 4 Jan 2012 00:03:22 +0100 - -wmaker (0.95.0+20111028-1) unstable; urgency=low - - * New upstream version 0.95.0, now from git. [Closes: #401900] - [Closes: #514438, #607550, #218110, #583734, #105351, #549157] - [Closes: #283610, #311563, #310285, #329783, #280819, #284048] - [Closes: #292391, #361241, #364290, #148370, #287459, #122076] - [Closes: #175503, #79598, #78088, #68381, #38184, #41434, #41434] - [Closes: #94960, #39543, #63265, #69499, #94446, #77488, #329783] - Thanks to Andreas Tscharner for their bug revision. - * This new version is based in wmaker-crm a wmaker fork, because - wmaker (original) is not updated. - * New debian/rules file. [Closes: #590244] - * Many many changes - * /usr/lib/WindowMaker/WindowMaker is now /usr/lib/WindowMaker/wmaker - * wmaker script launch now /usr/lib/WindowMaker/wmaker - * New maintainer. [Closes: #632875] - * New package wmaker-common (arch independent files). - * Removed the asclock diversions from the wmaker install scripts - wmaker.postrm and wmaker.preinst because asclock binary is not - included in wmaker package (see asclock package). - * New package wmaker-common with the arch independent files. - * debian/patches are now DEP-3. - * debian/copyright is now DEP-5. - * Bumped Standars-Version 3.9.2. - * Manpages moved to upstream. - * Solved problems with .la files (lintian clean). - * libwmaker0-dev isn't included, because was removed in upstream. - - -- Rodolfo García Peñas (kix) Sun, 1 Jan 2012 20:24:32 +0100 - -wmaker (0.92.0-9) unstable; urgency=low - - * QA upload. - * Set maintainer to QA team. - * debian/patches/90_binutils_gold.diff - - Fix FTBFS from indirect linking to X11 in debian/control - (Closes: #556677) - * Debian S-V 3.9.2, no changes - - -- Scott Howard Fri, 16 Dec 2011 19:30:17 -0500 - -wmaker (0.92.0-8.3) unstable; urgency=low - - * Non-maintainer upload. - * Stop shipping la files. Closes: #633289. - * Use dh_clean instead of dh_prep in the clean target to stop shipping - temporary debhelper files. - - -- Regis Boudin Tue, 20 Sep 2011 19:55:32 +0100 - -wmaker (0.92.0+git-0) unstable; urgency=low - - * Add libxmu-dev to build-depends. (Martin Dietze) - * Pulled from 0.92.0-8.2 NMU: - + Add ${misc:Depends} to all package dependencies. (Lintian - debhelper-but-no-misc-depends) - + [debian/control] Move homepage from description text to homepage - field. (Lintian description-contains-homepage) - + Use dh_prep instead of "dh_clean -k" (dh-clean-k-is-deprecated). However - do not replace instances of dh_clean without -k option. Closes: #590244 - + Build-Depend on debhelper 7. - + Use ${binary:Version} instead of deprecated ${Source-Version} - (substvar-source-version-is-deprecated). - * Invoke ./configure mit correct --build argument, as per - /usr/share/doc/autotools-dev/README.Debian.gz. - * Remove ./libtool on clean, otherwise it is not possible build twice from - the same unpacked sourcetree. - * Use dpkg-source v3 instead of home-grown patch system. - * Polish build system: - + Drop dead code from debian/rules. - + Stop generating debian/*.files dynamically. (These should not change - without notice.) - + Use dh_lintian. - + Move argument lists for dh_link and dh_installman to files in debian/* - instead of invoking dh_* multiple times with different arguments. - + Reorder dh_* invocation, dh_installdeb needs to run after dh_makeshlibs - (thanks, lintian). - * New upstream generates dynamic libraries of libWUtils and libWINGs, ship - them in two new binary packages. Make libwings-dev depend on them. - * Use latest automake (instead of automake1.4) for building. Closes: #549157 - * Implement the switch from SelectWindowsMouseButton et al. to - MouseLeftButtonAction = SelectWindows from WindowMaker 0.65 in Debian's - customized defaults. Closes: #116963 - * Add libxrandr-dev to build-depends, enabling automatic wmaker restart on - resolution changes. - * Built from wmaker-crm fork. - Includes these patches for these issues: - + display corruption on non 24bpp displays. Closes: #514438 - + putty in wine crashes wmaker. Closes: #401900 - + segfault on missing rgb.txt (WINGs does not require rgb.txt anymore git - 577b3ee9492b5e26e6fdabb4059ead7428f09864) Closes: #364290 - + wmsetbg crashing on big png images. (Fixed by git - 2ccc8e4a79a3179454d82b9acc574135ea6369a4, switching from alloca to - calloc - wrlib/png.c) Closes: #148370 - + Fix compilation with LDFLAGS=-Wl,--no-add-needed Closes: #556677 - * Provide detached debugging symbols in wmaker-dbg package. - * Build-depend on automake 1.11 or later. - * Rename libwutil1 to libwutil2. Soname changed because of incompatible - abi/api changes - - -- Andreas Metzler Sat, 07 Aug 2010 10:56:00 +0200 - -wmaker (0.92.0-8.2) unstable; urgency=medium - - * Non-maintainer upload. - * Fix "please depend on libjpeg-dev, not libjpeg62-dev": change - build-dependency and dependency. (Closes: #569245) - * Bump to standard version 3.8.4, adjusted following lintian warnings: - - debhelper-but-no-misc-depends - - dh-clean-k-is-deprecated - - package-lacks-versioned-build-depends-on-debhelper 7 - - substvar-source-version-is-deprecated - - description-contains-homepage - Overridden the following lintian error: - - menu-method-should-include-menu-h - - -- Karl Ferdinand Ebert Tue, 23 Feb 2010 09:31:49 +0100 - -wmaker (0.92.0-8.1) unstable; urgency=low - - * Non-maintainer upload. - * Fix FTBFS with new libtool: update the path of libtool's ltmain.sh in - the prerequisite of the ltmain.sh rule in debian/rules, which moved - from /usr/share/libtool/ltmain.sh to /usr/share/libtool/config/ltmain.sh - and version the build dependency on libtool accordingly, making sure a - build can't be attempted against an older libtool: libtool (>= 2.2.6a). - Thanks to Daniel Schepler for reporting (Closes: #527511). - - -- Cyril Brulebois Wed, 01 Jul 2009 02:16:01 +0200 - -wmaker (0.92.0-8) unstable; urgency=low - - * Standards Version 3.8.0.1 - * Moved menu items into proper categories - * Suggest programs in default Info menu - * Restored default keybindings (Closes: #394802) - * Applied Pedro Gimeno's keyboard timing patch (Closes: #102314) - * Removed installation of documents that don't exist anymore - * Removed empty /usr/include directory from wmaker package - - -- John H. Robinson, IV Thu, 10 Jul 2008 19:35:34 -0700 - -wmaker (0.92.0-7) unstable; urgency=low - - * New Maintainer. - Many thanks to the previous maintainers. - - -- John H. Robinson, IV Wed, 12 Dec 2007 05:52:58 +0000 - -wmaker (0.92.0-6.1) unstable; urgency=high - - * Non-maintainer upload. - * 70_fix_overrun.diff: New patch, fix buffer overrun when creating new - workspaces in Romanian locales. (Closes: #397412) - - -- Steinar H. Gunderson Fri, 15 Dec 2006 18:22:42 +0100 - -wmaker (0.92.0-6) unstable; urgency=medium - - * New Maintainer. - * Fixed URLs in debian/copyright and debian/control. - * Bump standards version. - * Added manual page patch for wmagnify. (Closes: #358333) - * Added more manual pages patch. (Closes: #302048) - * Updated build-depends and depends (X transition). - * Updated FSF address in debian/copyright. - * Removed debian/conffiles since /etc stuff is automatically conf file. - * Updated the default theme. (Closes: #286344) - * Added Etch artwork background image of - Andre L. R. Ferreira. (Closes: #59625) - * Replaced generated postinst with a cleaned wmaker.postinst. - * NMU ACKs. (Closes: #249320, #249461, #361096, #349704, #349187, #150328) - - -- Gürkan Sengün Mon, 25 Sep 2006 22:41:28 +0200 - -wmaker (0.92.0-5.3) unstable; urgency=low - - * Non-maintainer upload. - Fix library search path: Add XLFLAGS to src/Makefile.am and - util/Makefile.am. Thanks to Goswin von Brederlow for the patch. - (Closes: #358540) - - -- Frederik Schüler Thu, 6 Apr 2006 14:29:05 +0000 - -wmaker (0.92.0-5.2) unstable; urgency=low - - * Non-maintainer upload. - * Add libxinerama-dev to the list of build dependencies. - (Closes: #349524, #349466) - - -- Frederik Schüler Tue, 24 Jan 2006 16:43:03 +0000 - -wmaker (0.92.0-5.1) unstable; urgency=low - - * Non-maintainer upload. - * Replace build-dependency on xlibs-dev with an explicit build-dependency - on each required package. (Closes: #347058) - - -- Steinar H. Gunderson Sat, 21 Jan 2006 14:23:19 +0100 - -wmaker (0.92.0-5) unstable; urgency=low - - * Wee! - * debian/control: bring old code back from the death to match -4 (closes: - bug#321307) - * Weeheeh! - - -- Marcelo E. Magallon Mon, 19 Sep 2005 20:42:40 -0600 - -wmaker (0.92.0-4) unstable; urgency=low - - * debian/control: b-d on automake1.4, libtool (closes: bug#328781) - - -- Marcelo E. Magallon Sat, 17 Sep 2005 19:15:48 -0600 - -wmaker (0.92.0-3) unstable; urgency=low - - * debian/control, debian/rules: use grep-dctrl to extract version from - dpkg-parsechangelog output - * debian/rules: add 2005 to copyright. - * debian/rules: it's "gnustepdir" not "appspath" (the change was - documented, I just didn't do anything about it) (thanks Paul, - Daniel) (closes: bug#320429) - * debian/rules: reverse sort list of patches (thanks Daniel) - * debian/control: add libxkbfile-dev to B-D (thanks Harald) (closes: - bug#322894) - * configure.ac: used valid x86 but invalid x86-64 instructions to test for - x86. (thanks Len) (sent upstream) (closes: bug#321307) - - -- Marcelo E. Magallon Thu, 15 Sep 2005 14:40:57 -0600 - -wmaker (0.92.0-2) unstable; urgency=low - - * src/screen.c: upstream applied patch. Remove redundant code. - * debian/patches/10_gcc4_asm.diff: get to compile with GCC 4. - - -- Marcelo E. Magallon Sat, 09 Jul 2005 18:34:19 -0600 - -wmaker (0.92.0-1) unstable; urgency=low - - * New upstream version - * Removed patches applied upstream: 20_endian+64bit.diff, - 60_optional_switch_panel.diff, 70_gnustep_focus.diff, 30_menu_stuff.diff, - 35_nocycleraise.diff - * Updated patches: debian/patches/21_endian+64bit.diff - - -- Marcelo E. Magallon Sat, 09 Jul 2005 10:58:02 -0600 - -wmaker (0.91.0-9) unstable; urgency=low - - * debian/patches/21_endian+64bit.diff: stolen from Gentoo (closes: - bug#311563) - * debian/patches/70_gnustep_focus.diff: taken out of CVS, fixes - problem with GNUstep applications. - * debian/rules: install wmmacros (closes: bug#315984) - * Ack Steve's NMUs (closes: bug#279489) - - -- Marcelo E. Magallon Sat, 02 Jul 2005 17:00:31 -0600 - -wmaker (0.91.0-8) unstable; urgency=low - - * debian/rules: don't ship wkdemenu.pl (closes: bug#189542) - - -- Marcelo E. Magallon Sun, 06 Feb 2005 11:47:37 -0600 - -wmaker (0.91.0-7.2) unstable; urgency=high - - * Non-maintainer upload. - * High-urgency upload for sarge-targetted RC bugfix. - * Fix a glaring typo in the previous NMU patch that made it a complete - no-op. Thanks to Steinar Gunderson for catching me on this. - Really closes: #279489. - - -- Steve Langasek Tue, 31 May 2005 07:41:06 -0700 - -wmaker (0.91.0-7.1) unstable; urgency=high - - * Non-maintainer upload. - * High-urgency upload for sarge-targetted RC bugfix. - * Make sure wmaker falls back to "fixed" in the absence of gsfonts-x11, - since X clients can't depend directly on font packages for their - operation. Thanks to Timo Lindfors for finding this bug. - Closes: #279489. - * Remove debian/patches/40_switchpanel.diff, which conflicts with - debian/patches/60_switchpanel.diff; merge the patches together, - otherwise dpatch doesn't unpatch cleanly in the "clean" target. - - -- Steve Langasek Wed, 11 May 2005 22:56:50 -0700 - -wmaker (0.91.0-7) unstable; urgency=low - - * debian/rules: move the ugly hack earlier in the rules, I'm stepping - on my own toes. - - -- Marcelo E. Magallon Sat, 29 Jan 2005 06:13:57 -0600 - -wmaker (0.91.0-6) unstable; urgency=low - - * debian/patches/35_unix_cycling.diff: stolen from CVS, recover Unix - cycling before people get mad (myself included) (closes: bug#289509) - * debian/patches/60_optional_switch_panel.diff: stolen from CVS, make - switch panel optional. Closes the other half of 289509 (if you are - going to report multiple issues, submit multiple bugs, I don't mind - that) - - -- Marcelo E. Magallon Tue, 11 Jan 2005 20:58:23 -0600 - -wmaker (0.91.0-5) unstable; urgency=low - - * debian/patches/40_switchpanel.diff: Paul Seelig pointed to a patch - by Iain Patterson that fixes a slight glitch with the switch panel. - (closes: bug#289195) - * debian/patches/20_endian+64bit.diff: pulled out of CVS. Dan Pascu - suggested to use this instead, since it actually fixes the reported - problems. Thanks Dan! (closes: bug#281185) - - -- Marcelo E. Magallon Fri, 07 Jan 2005 19:50:36 -0600 - -wmaker (0.91.0-4) unstable; urgency=low - - * debian/rules: Ugly hack to put defaults where WindowMaker is looking for - them (closes: bug#288730) - * debian/patches/20_endian+64bit.diff: fix from David M. Cooke (resent - upstream) (closes: bug#288857) - - -- Marcelo E. Magallon Wed, 05 Jan 2005 21:06:43 -0600 - -wmaker (0.91.0-3) unstable; urgency=low - - * debian/control: add libxft-dev to libwings-dev dependencies - * debian/control: remove hermes from libwraster3-dev's dependencies. - * debian/rules: get-wings-flags --libs doesn't include -lXft (closes: - bug#283283) - * debian/patches/30_menu_stuff.diff: fix GNUstep problems (closes: - bug#286343) - * debian/patches/50_net_wm_name.diff: add _NET_WM_NAME to helper window. - * debian/control: add libfontconfig1-dev to libwings-dev Dependencies (and - to Build-Depends, too) (thanks to Kevin McCarty for spotting this) - * debian/patches/35_nocycleraise.diff: include a couple fixes from cvs - for cycling.c; attempt to fix the "always raise on focus change" - misbehaviour; thanks to Marc Martinez for the actual work. - - -- Marcelo E. Magallon Sun, 14 Nov 2004 14:22:04 -0600 - -wmaker (0.91.0-2) unstable; urgency=low - - * debian/wmaker.menu-method: output UTF-8 (thanks Bill) (closes: bug#280011, - bug#280199) - * debian/rules: include zh_TW again (thanks Geoffrey) (closes: bug#280098) - * debian/wmaker: don't recurse into subdirectories (closes: bug#279577) - * debian/README.Debian: removed outdated information - * src/misc.c: Patch stolen from CVS. - * debian/rules: Add support for noopt DEB_BUILD_OPTIONS - * debian/README.build: remove old info, update current - * debian/patches/20_endian+64bit.diff: patch from Julien Blache to fix - endianess and 64-bit problems (closes: bug#281185, bug#279884) - - -- Marcelo E. Magallon Wed, 10 Nov 2004 14:05:30 -0600 - -wmaker (0.91.0-1) unstable; urgency=low - - * debian/control: fix tyops (closes: bug#277247) - * debian/wmaker: fix tpo (converfonts -> convertfonts) - - -- Marcelo E. Magallon Sat, 30 Oct 2004 10:07:53 -0600 - -wmaker (0.91.0-0) unstable; urgency=low - - * New upstream release - * Upstream incorporated fixes in util/Makefile.in - * debian/rules: make a symlink from /usr/bin/WindowMaker to - /usr/lib/WindowMaker/WindowMaker, else restart fails. This will be - removed in sarge+1. (woody has a /usr/bin/WindowMaker, sarge will, too) - - -- Marcelo E. Magallon Tue, 26 Oct 2004 13:56:16 -0600 - -wmaker (0.90.0-5) unstable; urgency=low - - * debian/patches/20_make-vdesktop-dynamic.diff: make the vdesktop setting - modifiable at runtime (i.e. no need to restart) - * src/defaults.c: set VirtualEdgeThickness to 0 (disables the virtual - desktop code) - - -- Marcelo E. Magallon Sun, 24 Oct 2004 18:48:52 -0600 - -wmaker (0.90.0-4) unstable; urgency=low - - * Here's to you, Dan :-) - * debian/control: Dan Pascu pointed out that the correct build dependency is - Xft, not fontconfig. - * debian/wmaker: He also pointed out that WMGLOBAL needs to be converted, - too. - * Hopefully this release will be ironed out when it finally manages to get - past whichever girl is the one that has to do her thing... - - -- Marcelo E. Magallon Sun, 24 Oct 2004 12:01:12 -0600 - -wmaker (0.90.0-3) unstable; urgency=low - - * debian/control: added fontconfig and removed hermes from build - dependencies. - * debian/wmaker: run convertfonts if needed. - * debian/rules, debian/wmaker.dirs: put WindowMaker in - /usr/lib/WindowMaker/WindowMaker. Likewise for convertfonts. - - -- Marcelo E. Magallon Sun, 24 Oct 2004 08:20:06 -0600 - -wmaker (0.90.0-2) unstable; urgency=low - - * Readded patches accidentally forgotten. Thanks Marc-Christian Petersen. - * Fix urgency, I hope. - - -- Marcelo E. Magallon Sun, 24 Oct 2004 07:34:27 -0600 - -wmaker (0.90.0-1) unstable; urgency=medium - - * New upstream version - * Ack NMUs. Many thanks to Bill for doing so much of the grunt work. - Closes: #203817, #262545, #262844, #250018, #250326, #250315, #232258, - #43887, #92265, #154671, #115682, #241554, #220497, #241520, #165139, - #196936, #234587, #192741, #243612, #195102. - * AFAIUI the following entry from the previous changelog does indeed - correspond to a bugfix (IOW, I can't reproduce it anymore). - + Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path. - Together with menu 2.1.16, this will fix bugs #252637 and #252891. - Closes: #252637, #252891 - * debian/rules: Is zh_TW.Big5 still fubared? - * debian/rules: remove HINTS, DEBUG, SOUND - * debian/rules: clean up patch rules - * debian/rules: Disable messing around with automake and stuff. - * debian/control: libwraster3 - - -- Marcelo E. Magallon Sat, 23 Oct 2004 13:02:08 -0600 - -wmaker (0.80.2-0.4) unstable; urgency=medium - - * NMU with Marcelo approval. - * Add patch 12_wm_focus.diff (closes: #203817). Thanks to Alexis S. L. - Carvalho, Alexey Spiridonov and Julien Wajsberg. - * debian/wmaker.menu-method, debian/appearance.menu-method, - debian/wmakerpl.menu-method: - + Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path. - Together with menu 2.1.16, this will fix bugs #252637 and #252891. - - -- Bill Allombert Fri, 6 Aug 2004 00:11:37 +0200 - -wmaker (0.80.2-0.3) unstable; urgency=medium - - * NMU - * Recompile against libtiff4 and change dependencies of libwraster2-dev - accordingly (Closes: #262545, #262844). - - -- Andreas Metzler Mon, 2 Aug 2004 05:23:32 +0200 - -wmaker (0.80.2-0.2) unstable; urgency=low - - * NMU with maintainer approval (Thanks Marcelo!) - * configure.ac: AM_INIT_AUTOMAKE: bump version to 0.80.2 since upstream - forgot to do it (closes: #250018, #250326). - * debian/appearance.menu-method: (closes: #250315) - + Add support for GNUSTEP_USER_ROOT, thanks Patrice Neff. - * util/wmchlocale.in: (closes: #232258) - + fix typo preventing script to start, thanks Dirk Schulz. - * debian/wmaker.menu: - + Move Exit and Exit Session at top-level (closes: #43887). - + Move other needs=wmaker entries to WindowManagers/Modules - (closes: #92265). - * debian/wmaker.menu-method: - + Use SHEXEC instead of EXEC (closes: #154671). - * doc/wmaker.1x: (closes: #115682) - + Remove duplicate pixmap path. Thanks Daniel Bonniot. - * debian/rules: get rid of /usr/X11R6/bin/wmaker symlink. - - -- Bill Allombert Mon, 31 May 2004 08:58:54 +0200 - -wmaker (0.80.2-0.1) unstable; urgency=low - - * NMU with maintainer approval, see #249461. - * New upstream release, by request of Marcelo (closes: #195102). - * This version include the fix to wrlib/raster.c. - * Build with current libtool (1.5.6-1). - * src/Makefile.am: Fix FTBFS with new libtool. - + Add @LIBRARY_SEARCH_PATH@. - * debian/wmaker.menu-methods: - + Add outputencoding="ISO-8859-1" (closes: #234587). - + Add support for GNUSTEP_USER_ROOT (closes: #192741, #243612). - + Use title() not $title and convert " to '. - * debian/wmaker.menu: quote 'needs' fields. (27 lintian warnings) - * debian/control: - + Add Conflicts with menu (<<2.1.10) (needed for shell()). - + Remove broken link in wmaker description (closes: #196936), thanks Jay - Bonci. - + Add Homepage: in wmaker description - + Remove extraneous comma in Uploaders: field. - + Set libpng build-dependency to libpng12-dev (>= 1.2.5.0-4) - (closes: #165139). - + Apply patch from Kevin B. McCarty for more fine grained X11 deps. - (closes: #241520). - + Change section of -dev packages to libdevel to match overrides file. - + Bump Standard-Version to 3.6.1. - + Remove dots at the end of the short descriptions (3 lintian warnings). - * debian/wmaker: - + Apply patch by Kevin B. McCarty to handle spaces in GNUSTEP_USER_ROOT. - (closes: #220497). - * debian/wmaker.desktop: Added (closes: #241554), thanks Sylvain Le Gall. - + DISCLAIMER: This should not be construed as an endorsement of - /usr/share/xsessions, however. see the comments in #241554. - * debian/rules: - + Install wmaker.desktop in /usr/share/xsessions. - + Add --noscripts to dh_installmenu since we handle them manually. - * debian/changelog: convert to UTF-8. - + Remove obsolete user emacs settings (5 lintian warnings). - * The maintainer scripts below were removed, since they are copy of - automatically generated scripts by debhelper for the /usr/share/doc - transition: (14 lintian warnings) - + debian/libwings-dev.postinst, debian/libwings-dev.prerm - + debian/libwmaker0-dev.postinst, debian/libwmaker0-dev.prerm - + debian/libwraster2-dev.postinst, debian/libwraster2-dev.prerm - + debian/libdockapp-dev.postinst, debian/libdockapp-dev.prerm - + debian/libwraster2.prerm - * debian/libwraster2.postinst (2 lintian warnings) - + Replace debhelper generated part by DEBHELPER token. - + Fix "unkow" typo. - * debian/wmaker.postinst.tmpl, debian/wmaker.prerm: - + Remove /usr/share/doc transition code. (1 lintian warning) - * debian/wmaker.postinst.tmpl, debian/wmaker.prerm, debian/wmaker.preinst: - + Add DEBHELPER token. (3 lintian warnings) - * debian/wmaker.postrm - + Add DEBHELPER token. (1 lintian warning) - + Fix inst variable that still refered to wmstyle. - - -- Bill Allombert Tue, 18 May 2004 15:16:28 +0200 - -wmaker (0.80.1-8) unstable; urgency=low - - * debian/patches/11_alt_focus.diff: patch from the mailing list to fix yet - another focus problem. Thanks to Alexey Voinov (voins at - voins.program.ru) - - -- Marcelo E. Magallon Sun, 10 Aug 2003 10:26:03 +0200 - -wmaker (0.80.1-7) unstable; urgency=low - - * debian/patches/10_gtk2_flicker.diff: patch lifted from the mailing list to - fix the GTK+ 2 flashing thing. Thanks to Alexey Spiridonov - (lesha at netman.ru) (closes: bug#154362, bug#152892) - - -- Marcelo E. Magallon Thu, 31 Jul 2003 14:28:02 +0200 - -wmaker (0.80.1-6) unstable; urgency=low - - * debian/patches/01_wm-windowlistmenu.diff: update - * debian/rules: tweak the patch/unpatch stuff to be able to use CVS diffs - * debian/README.build: document the previous modification - * debian/patches/01_wm-windowlistmenu.diff: fix thinko (actually call - initialization function) (closes: bug#177796, bug#178485, bug#178916) - - -- Marcelo E. Magallon Sat, 01 Feb 2003 13:34:15 +0100 - -wmaker (0.80.1-5) unstable; urgency=low - - * debian/patches/*.patch: rename to .diff, duh. (closes: bug#165636) - debian/rules scans for debian/patches/*.diff *only*. - * debian/README.build: ok, ok, I complain about undocumented obscure build - systems and I fail to document this thing myself. - * src/xinerama.c: add a missing WMRect declaration which prevents the - xinerama-enabled Window Maker from building. The patch mentioned in the - bug report has been merged upstream AFAICS. (closes: bug#112670) - * debian/README.Debian: added Xinerama-building info (thanks to Craig - Ringer). - * wrlib/raster.c: update fix for 168164 from upstream. - * debian/patches/06_windows_cycling_fix.diff: fix for NON-windows-style - cycling bug. (thanks to Jan Hudec) (closes: bug#167101) - * debian/control: add Conflicts with the current versions of everything that - declares a Build-Dependency on wraster. - * debian/rules: update shlibs info for libwraster2. - * debian/control: build depend on libpng12-0-dev (ugly names are trendy, I - see) - - -- Marcelo E. Magallon Sun, 19 Jan 2003 18:10:27 +0100 - -wmaker (0.80.1-4) unstable; urgency=low - - * Correct buffer overflow DSA-190-1 (closes: bug#168164) - - -- John H. Robinson, IV Sat, 9 Nov 2002 10:37:59 -0800 - -wmaker (0.80.1-3.1) unstable; urgency=low - - * debian/patches/*.patch renamed to .diff, duh - * debian/patches/99_trance.diff: transparent menus. - - -- Marcelo E. Magallon Mon, 14 Oct 2002 22:13:10 +0200 - -wmaker (0.80.1-3) unstable; urgency=low - - * debian/patches/00_window_levels.diff: Patch from Jeff Teunissen to - fix some invalid pointer dereferences. - * debian/control: add John and Martin to the Uploaders field. - * (XXX: UNTESTED) debian/patches: new patches from Marc-Christian Petersen - 01_wm-windowlistmenu.patch: accepted upstream - 02_wm-WINGs-fix.patch: simple WINGs patch - 03_wm_autoscale.patch: decide automatically if a background has to be - scaled or tiled. - 05_wm_multiscreen.patch: fixes some xinerama(?) bugs - - -- Marcelo E. Magallon Sun, 06 Oct 2002 11:33:48 +0200 - -wmaker (0.80.1-2) unstable; urgency=low - - * debian/WMWindowAttributes: correct path for WPrefs.tiff, thanks to Lionel - Elie Mamane (closes: bug#106737) - * Scanned sources for other instances of /Apps; got to double check this - * src/misc.c: rework MakeCPPArgs() - * src/misc.c: add DefaultConfigPath(), I'm trying to get WindowMaker to use - GNUSTEP_USER_ROOT more uniformly. - * Replaced DEF_CONFIG_PATH with DefaultConfigPath() all over the place - (closes: bug#154030) - - -- Marcelo E. Magallon Sat, 27 Jul 2002 12:17:23 +0200 - -wmaker (0.80.1-1) unstable; urgency=low - - * New upstream, yay! - * debian/patches/*, remove - * debian/rules: filter out zh_TW.Big5, msgfmt barfs on it. - - -- Marcelo E. Magallon Thu, 4 Jul 2002 10:17:29 +0200 - -wmaker (0.80.0-5) unstable; urgency=low - - * Ewww... there's a big mess with libpng2/libpng3 it seems. - * debian/control: Build depend on libpng2-dev. Make libwraster2-dev depend - on libpng2-dev. - * debian/rules: make get-wraster-flags *not* include things other than - -lwraster. Let the linker figure out the dependencies. - * Change shlib.deps for libwraster2 to this version to make sure that newly - compiled packages get the proper library. - - -- Marcelo E. Magallon Mon, 20 May 2002 20:24:56 +0200 - -wmaker (0.80.0-4) unstable; urgency=high - - * debian/patches/01_buffer_overflow.diff: buffer overflow patch from - upstream (apply after next patch!) - * debian/patches/00_0.80.0.diff: update, fixes several crashes - * WINGs/wapplication.c: use GNUstep/System and Applications, too. (closes: - bug#141840) - * doc/wcopy.1x: change description a little, apparently .SH doesn't - work with multiple commands and descriptions. (closes: bug#135085) - * src/defaults.c: fix braino when updating a patch, it's GNUstep/Defaults, - not GNUstep/Defaults/WindowMaker. Thanks Torbjørn Andersson (and sorry - about the long delay) (closes: bug#129466, bug#127718) - * debian/rules: rm -f src/wconfig.h when configuring wmaker, I'm not sure - I understand why this is suddenly a problem. - * debian/control: s/libpng2-dev/libpng-dev/, please send a message with RED - BLINKING TEXT to d-d-a when you do something like this. There's a bunch - of stuff that depends on libpng-dev and another bunch which depends on - libpng2-dev. This is not nice for users. SCREW UP THE AUTOBUILDERS. - * Ack NMU (closes: bug#141607, bug#129960) - - -- Marcelo E. Magallon Sun, 14 Apr 2002 11:51:36 +0200 - -wmaker (0.80.0-3.1) unstable; urgency=low - - * Change GNUstep directory to /usr/lib/GNUstep/System (closes: #129960). - - -- Matthias Klose Sun, 7 Apr 2002 12:00:10 +0200 - -wmaker (0.80.0-3) unstable; urgency=low - - * debian/copyright: Add LGPL note (closes: bug#131775) - - -- Marcelo E. Magallon Sun, 3 Feb 2002 18:02:56 +0100 - -wmaker (0.80.0-2) unstable; urgency=low - - * debian/patches/00_0.80.0.diff: 0.80.0 to current CVS, fixes some crashing - bugs. - - -- Marcelo E. Magallon Sat, 2 Feb 2002 17:17:43 +0100 - -wmaker (0.80.0-1) unstable; urgency=low - - * Damn. - * New upstream version. - - -- Marcelo E. Magallon Sun, 23 Dec 2001 23:38:49 +0100 - -wmaker (0.70.0-2) unstable; urgency=low - - * debian/rules: add patch and unpatch targets - * debian/patches: contains patches that I don't want on my CVS tree for - whatever reason - * debian/patches/00_0.70.1.diff: pulled out of CVS, fixes a number of - bugs in wmaker. - * debian/rules: include -I/usr/X11R6/include in get-*-flags --cflags - * debian/rules: add /usr/X11R6/bin/wmaker -> /usr/bin/wmaker symlink to - accommodate people who hardcode paths. This will be removed in woody+1. - (closes: bug#114746) - * Patch from Les Schaffer to get the GNOME pager working again (closes: - bug#115177) - - -- Marcelo E. Magallon Sat, 24 Nov 2001 22:15:40 +0100 - -wmaker (0.70.0-1) unstable; urgency=low - - * New upstream version - * debian/control: doesn't depend on libproplist anymore - - -- Marcelo E. Magallon Fri, 5 Oct 2001 08:52:51 +0200 - -wmaker (0.65.1-3) unstable; urgency=high - - * debian/rules: really fix what the previous entry says I fixed. - - -- Marcelo E. Magallon Thu, 4 Oct 2001 14:36:33 +0200 - -wmaker (0.65.1-2) unstable; urgency=high - - * debian/rules: woops, removed too much information from the get-* scripts - - -- Marcelo E. Magallon Sun, 19 Aug 2001 19:27:52 +0200 - -wmaker (0.65.1-1) unstable; urgency=high - - * New upstream version. - - -- Marcelo E. Magallon Tue, 24 Jul 2001 11:43:42 +0200 - -wmaker (0.65.0-5) unstable; urgency=high - - * debian/wmaker.menu-method: quote menu section names (thanks William) - (closes: bug#105484) - * debian/control: added dependencies on foo-dev to libwraster-dev (closes: - bug#105623) - * util/wsetfont: remove bashisms, sent upstream (closes: bug#106228) - * src/switchmenu.c: patch from upstream to fix buffer overflow - - -- Marcelo E. Magallon Tue, 24 Jul 2001 08:19:47 +0200 - -wmaker (0.65.0-4) unstable; urgency=low - - * debian/rules: fix assignment of W?FLAGS variables. (closes: bug#103412) - * Replace sigaction() on SIGPIPE with SIG_DFL to a dummy empty signal - handler to avoid passing SIG_DFL on SIGPIPEs to children. (thanks Phil) - (closes: bug#104016) - - -- Marcelo E. Magallon Wed, 4 Jul 2001 09:54:43 +0200 - -wmaker (0.65.0-3) unstable; urgency=low - - * Use upstream's patch for bug#99311 - * Kill window instance numbers. This feature drives all the Window Maker - users I know up the wall. - * src/wconfig.h.in: cheat regarding the dissapearing WorkSpace name. - Window Maker is compiled with I18N, which makes LargeDisplayFont - -*-*-medium-r-normal--24-*, which, with some combination of font - pakcages, selects some non 8859-1 font, which means nothing is - displayed. Changing this to -*-*-bold-r-normal--24-* makes the Xserver - (?) pick something else. Someone with a clue regarding MB please help. - - -- Marcelo E. Magallon Sat, 16 Jun 2001 20:29:16 +0200 - -wmaker (0.65.0-2) unstable; urgency=low - - * We have moved. Please visit us at our new location in /usr. - * src/actions.c: fix fullscreen maximization (this way it makes sense to me, - but I'm not 100% sure this is what the developers intended) (thanks Joey) - (closes: bug#99311) - - -- Marcelo E. Magallon Sat, 2 Jun 2001 22:26:18 +0200 - -wmaker (0.65.0-1) unstable; urgency=low - - * New upstream version (AYBABTU) - * This version fixes the speckles on PowerPC (closes bug#79272) - * debian/rules: added versioned dependency for libwraster2. - * debian/rules: undo filtering out of zh_TW.Big5 in LINGUAS (thanks Anthony!) - (sent new file upstream) - * po/zh_CH.po: remove -80 from charset, per Anthony's suggestion. Sent - upstream. - * debian/rules: add hermes1-dev to Build-Depends. - - -- Marcelo E. Magallon Fri, 11 May 2001 09:49:18 +0200 - -wmaker (0.64.0-6) unstable; urgency=low - - * debian/wmaker.menu-method: Fixed reference to menu's documentation - (closes: bug#90585) - * debian/control: s/xlib6g-dev/xlibs-dev/ - * debian/control: remove superfluous suggests - * debian/rules: %s/TMPDIR/DEBTMPDIR/g (/me hides) (thanks zarq) - * debian/rules: filter-out zh_TW.Big5 in LINGUAS. Want it back? Figure out - what's wrong with it. I really can't see the problem. - - -- Marcelo E. Magallon Sun, 6 May 2001 15:33:01 +0200 - -wmaker (0.64.0-5) unstable; urgency=low - - * Woops, typo in code that moves man from X11R6 to share (thanks for noticing, - Jordi) - * debian/manpages/WindowMaker.1x: change to '.so man1/wmaker.1x' (thanks to - joeyh) - - -- Marcelo E. Magallon Mon, 12 Mar 2001 23:03:38 +0100 - -wmaker (0.64.0-4) unstable; urgency=low - - * WindowMaker/Defaults/Makefile.am: added a missing $(srddir) (sent - upstream) (thanks Gordon Sadler) - * debian/rules: got rid of that silly RPATHTOXBINDIR thing. - * debian/rules: some clean up. - * debian/manpages/: added manpages for WPrefs and upgrade-wmaker-defaults. - * debian/rules: use dh_installman to install manpages - - -- Marcelo E. Magallon Sat, 10 Mar 2001 09:09:08 +0100 - -wmaker (0.64.0-3) unstable; urgency=low - - * debian/wmaker.prerm: remove 'upgrade' from the cases where the - x-window-manager alternative is removed. (closes: bug#87333) - - -- Marcelo E. Magallon Mon, 12 Feb 2001 22:53:43 +0100 - -wmaker (0.64.0-2) unstable; urgency=low - - * redo fix from 0.63.1-4 (partially) - - -- Marcelo E. Magallon Mon, 12 Feb 2001 22:53:43 +0100 - -wmaker (0.64.0-1) unstable; urgency=low - - * *sigh* I finally upload a fixed get-foo-flags and the next day a new - upstream comes out. - * oh, new upstream, btw. - - -- Marcelo E. Magallon Sun, 11 Feb 2001 23:36:55 +0100 - -wmaker (0.63.1-4) unstable; urgency=low - - * debian/rules: *sigh* fix /usr/X11R6/include/WINGs. This might change - depending on what upstream does in the next version. For now no other - debian package should be changed because of this. - - -- Marcelo E. Magallon Sat, 10 Feb 2001 01:13:49 +0100 - -wmaker (0.63.1-3) unstable; urgency=low - - * debian/rules: remove wmsetup - * debian/manpages/wmaker.1x: update - * debian/WindowMaker, WindowMaker/Defaults/WMGLOBAL: MultiByteText set - to AUTO - - -- Marcelo E. Magallon Sun, 21 Jan 2001 14:39:05 +0100 - -wmaker (0.63.1-2) unstable; urgency=low - - * Install /etc/GNUstep/Defaults/WMRootMenu (closes: bug#82195) - - -- Marcelo E. Magallon Sun, 14 Jan 2001 19:19:16 +0100 - -wmaker (0.63.1-1) unstable; urgency=low - - * New upstream version. Weee! - - -- Marcelo E. Magallon Sun, 7 Jan 2001 13:33:39 +0100 - -wmaker (0.63.0-1) unstable; urgency=low - - * New upstream version. - * debian/control: added dependencies on libwraster-dev and libproplist-dev - for libwings-dev (closes: bug#49277, bug#74530) - * debian/rules: put get-*-flags where they belong (sorry, missed this one - for a long time) (closes: bug#49357) - * debian/README.Debian: remove reference to second faq (thanks Stephane - Bortzmeyer) (closes: bug#59822) - - -- Marcelo E. Magallon Sat, 6 Jan 2001 13:24:15 +0100 - -wmaker (0.62.1-3) unstable; urgency=low - - * Thanks to Matthew Ashton for taking a look and - providing most of the fixes in this release. (You guys at Stormix are - cool, did I say that before?) - * WindowMaker/background.menu: add to submenus: Tiled and Scaled (closes: - bug#62302) - * debian/control: Removed hard coded dependency on libproplist0 (wtf - is that doing there?!?) - * Bumped standards version to 3.3.1 and added Build-Depends. - * debian/WMWindowAttributes: added entries for NTerm, NXTerm and KTerm. - * WindowMaker/Defaults/WMState.in: s/xterm/x-terminal-emulator/ (closes: - bug#59268) - * fixed icon for WPrefs.app on the default desktop (closes: #67787) - * Recompiled using libungif4 (thanks to Jeff "Deek" Teunissen - for pointing this out) - * debian/WindowMaker.default: KbdModeLock=No (does this fix the empty - box on the window titles bug?) - - -- Marcelo E. Magallon Sun, 26 Nov 2000 13:35:51 +0100 - -wmaker (0.62.1-2) unstable; urgency=low - - * debian/Debian.jpg.uu cropped to have a 4/3 aspect ratio - * src/misc.c: removed code that inserts -I in the - preprocessor arguments, it's not required as that is what - '#include "foo"' does (closes: bug#76317) - * debian/manpages/wmaker.1x: removed Debian options, there aren't any - of them now. (closes: bug#76260) - * debian/wmaker.menu: Added Preferences to WindowManagers (wmaker) menu - (closes: bug#61284) - * debian/wmaker.docs: add FAQ.I18N - - -- Marcelo E. Magallon Sat, 18 Nov 2000 09:49:06 +0100 - -wmaker (0.62.1-1) unstable; urgency=low - - * New maintainer. - * src/wconfig.h.in: s/I18N_MB/I18N/g (closes: 58089) - - -- Marcelo E. Magallon Sun, 12 Nov 2000 14:04:06 +0100 - -wmaker (0.62.1-0.1) unstable; urgency=low - - * NMU. - * New upstream version. - * src/moveres.c: removed misplaced patch (somehow trying to fix an - aspect bug, a patch got merged into the code that draws the resizing - lines in technical style, sorry Chris, my fault probably) - * docklib removed upstream... uh? - * debian/rules: removed docklib references - * debian/control: removed libdockapp package. - * debian/rules: s/??.po/*.po/ (don't ignore zh_CN.po and friends) - * debian/rules: install README.definable-cursor - * debian/rules: libwraster's version is now 2. - * debian/control: s/libwraster1/libwraster2/ - - -- Marcelo E. Magallon Sun, 16 Jul 2000 21:07:12 +0200 - -wmaker (0.61.1-4) frozen unstable; urgency=low - - * Added x-window-manager to Provides: line in control. - - -- Chris McKillop Sun, 6 Feb 2000 21:15:36 -0500 - -wmaker (0.61.1-3) frozen; urgency=low - - * Added --enable-modelock for different X input methods. - * Added calls to x-terminal-emulator instead of xterm in - default settings. - * Cleaned up the control file. - - -- Chris McKillop Tue, 1 Feb 2000 00:42:12 -0500 - -wmaker (0.61.1-2) frozen; urgency=low - - * Merged wmaker-[plain,kde,gnome] into the wmaker package. - o This new single binary supports all forms of hinting. - * Added the Debian theme as the default setup for new users. - * Added support for the x-window-manager convention. - - -- Chris McKillop Sun, 16 Jan 2000 20:06:12 -0500 - -wmaker (0.61.1-1) unstable; urgency=low - - * New upstream release - * Added linking to /usr/doc in all packages. - - -- Chris McKillop Sun, 17 Oct 1999 17:46:58 -0500 - -wmaker (0.61.0-1) unstable; urgency=low - - * New upstream version. - * Skipped, never uploaded. - * New maintainer - - -- Chris McKillop Mon, 20 Sep 1999 18:33:03 -0600 - -wmaker (0.60.0.19990831-3) unstable; urgency=low - - * debian/control: shortened short descriptions for wmaker, wmaker-plain, - wmaker-gnome and wmaker-kde (closes: bug#45542) - - -- Marcelo E. Magallon Mon, 20 Sep 1999 10:14:13 -0600 - -wmaker (0.60.0.19990831-2) unstable; urgency=low - - * debian/rules: /usr/share/doc, /usr/share/man - - -- Marcelo E. Magallon Tue, 14 Sep 1999 10:12:57 -0600 - -wmaker (0.60.0.19990831-1) unstable; urgency=low - - * "new" upstream version. - - -- Marcelo E. Magallon Mon, 13 Sep 1999 11:55:18 -0600 - -wmaker (0.60.0-5) unstable; urgency=low - - * debian/wmaker.menu: removed "Window Maker (debian)" entry. It's - confusing. (closes: bug#37994) - * wrlib/xpm.c::RGetImageFromXPMData: handles all the defined xpm color - specification formats. (sent upstream) (closes: bug#35502) - * Splitted wmaker into wmaker and wmaker-plain. wmaker depends on - each of wmaker-{plain,gnome,kde}; each of them depends on wmaker (= - ${Source-Version}). This ensures upgrades will be performed - smoothly. - * debian/wmaker-gnome.prerm: s/debian/gnome/ - * debian/wmaker.postinst.tmpl: removes WindowMaker-debian alternative - upon installation. - * debian/wmaker.prerm: removed code to remove alternative. - * debian/wmaker-{gnome,kde}.menu: removed. Those are confusing people. - * debian/control: modified wmaker's description. (s/afterstep//gi) - * debian/wmaker.menu: fixed sort keys for several entries - * WindowMaker/wmmacros, debian/wmaker: uses $GNUSTEP_USER_ROOT instead - of $HOME/GNUstep. (closes: bug#43578) - - -- Marcelo E. Magallon Sat, 4 Sep 1999 09:36:32 -0600 - -wmaker (0.60.0-4) unstable; urgency=low - - * debian/wmaker.menu-method, debian/appearance.menu-method: updated to - make it compatible with new menu package. (closes: bug#39836, - bug#37994) - - -- Marcelo E. Magallon Thu, 1 Jul 1999 21:59:46 -0600 - -wmaker (0.60.0-3) unstable; urgency=low - - * WINGs/WINGs.h: changed #include to #include "WUtil.h" before - Roman sends black choppers this way :) (closes: bug#39852) - - -- Marcelo E. Magallon Tue, 29 Jun 1999 10:09:57 -0600 - -wmaker (0.60.0-2) unstable; urgency=low - - * debina/rules::build-wmaker-debian-stamp: removes leftovers that - shouldn't be in the tarball in the first place. Since I'm using a - VPATH build, make in checking in $(builddir)/WindowMaker/Defaults for - WMWindowAttributes, WindowMaker and WMState, and _also_ in - $(srcdir)/WindowMaker/Defaults. Since it finds that the $(srcdir) - versions are newer than their `.in' dependencies, it doesn't - regenerate the files in $(builddir), which is _bad_ because - WindowMaker/IconSets/Makefile.am searches for WMWindowAttributes in - ../Defaults (or something equivalent to that). (closes: bug#38572) - * debian/wmaker.menu: modified placement of Exit, Exit Session and - Restart commands. Added Info Panel and Legal Panel. (closes: - bug#37634) - - -- Marcelo E. Magallon Sun, 13 Jun 1999 13:02:46 -0600 - -wmaker (0.60.0-1) unstable; urgency=low - - * New upstream release - * Oops... this is going to be problematic. I stupidly `corrected' - libwraster's libtool version on the last release. That produced - libwraster2. But upstream didn't made this change. Now the libtool - version has been correctly changed wrt 0.53.0, but my fix wasn't - incorporated. That means libtool version is now 3:0:2, instead of - 3:0:1. That produces libwraster1, not libwraster2. This is - technically wrong, but I'll stick to upstream's version. Guy's gonna - kill me... I submitted a bug asking for the removal of libwraster1 - from the archive. Now I'll have to ask for the removal of libwraster2 - and have libwraster1 reincorporated into the archive. - * debian/control: went back to libwraster1. - * debian/wmaker.menu-method: added SHORTCUT support. (Thanks blue!) - * debian/README: updated to reflect SHORTCUT support. - * debian/rules: yet another try at shlibs info. This time I have - finally got this right. - - -- Marcelo E. Magallon Thu, 3 Jun 1999 23:19:53 -0600 - -wmaker (0.53.0-3) unstable; urgency=low - - * src/misc.c: added -undef to cpp call. Undefines non-standard - macros. (closes: bug#28595) - - -- Marcelo E. Magallon Sat, 29 May 1999 12:13:07 -0600 - -wmaker (0.53.0-2) unstable; urgency=low - - * debian/rules: removed --enable-lite for KDE. Looking at the diffs in - README.KDE between 0.52.0 and 0.53.0 it seems --enable-lite is not - such a good idea afterall. - * debian/wmaker.postinst.tml: try to cope with a dangling symlink in the - alternatives. - * debian/wmaker-{gnome,kde}.prerm: added. Reread packaging manual. - Alternatives are removed on prerm, NOT postrm. (closes: bug#34526, - bug#34286) - * debian/wmaker-{gnome,kde}.postrm: removed. Ditto. - * debian/README.Debian: updated. - - -- Marcelo E. Magallon Sat, 24 Apr 1999 11:20:06 -0600 - -wmaker (0.53.0-1) unstable; urgency=low - - * New upstream version. - - -- Marcelo E. Magallon Wed, 21 Apr 1999 21:46:25 -0600 - -wmaker (0.52.0-2) unstable; urgency=low - - * Ok. One more try at fixing the dependency problems. - - -- Marcelo E. Magallon Sat, 10 Apr 1999 22:27:22 -0600 - -wmaker (0.52.0-1) unstable; urgency=low - - * New upstream version - * debian/rules: changed dependency of libwraster to (>= 0.52.0) - * debian/wmaker-gnome.menu: menu entries specific to - wmaker-gnome. (thanks squirk!) (closes: bug#35148) - * debian/wmaker-kde.menu: menu entries especific to wmaker-kde. - * debian/wmaker.menu: added entry for "Debian" wmaker. - * debian/WMWindowAttributes: added gnome stuff. (thanks Crow!) (closes: - bug#34557) - * debian/README.Debian: Updated. - * debian/wmaker: no longer creates ~/GNUstep/.AppInfo, wmaker itself - will create the directory if needed. - * deban/wmakerpl.menu-method: new file, experimental. It works, but I'm - not really sure what I should do with it. Right now it builds - /etc/X11/WindowMaker/plmenu.hook, but nothing else uses it. I was - thinking about changing WPrefs.app to use it for it's ``template'' - file but I'm not convinced that's a good idea. - * debian/rules: new target to create debian/shlibs.local -- I keep - forgetting to edit the file. The version information is now located - at the top of debian/rules. clean target removes debian/shlibs.local - * Still pondering splitting wmaker into wmaker and wmaker-debian. - wmaker-debian, wmaker-gnome and wmaker-kde would provide - `wmaker-binary' (better name anyone?) and wmaker would depend on - that. This would make wmaker ~ 220 kB smaller. - * debian/rules::install-wmaker-debian-stamp: Speaking of smaller, nuked - /usr/lib/GNUstep/Apps/WPrefs.app/xpm. WTH do I want that for if I - have WPrefs.app/tiff _and_ tiff support is compiled in? - * debian/rules::install-wmaker-debian-stamp: nuked .xpm counterparts of - .tiff icons. There are _too_ many of them and it's pure bloat. - - -- Marcelo E. Magallon Thu, 1 Apr 1999 18:13:25 -0600 - -wmaker (0.51.2-2) unstable; urgency=low - - * Finally fixed this annoying "can't build bug". Tested. Tested again. - Tested yet one more time. (closes: bug#33409, bug#34523, bug#34583, - bug#34657) - - -- Marcelo E. Magallon Tue, 16 Mar 1999 09:48:29 -0600 - -wmaker (0.51.2-1) unstable; urgency=low - - * New upstream version - - -- Marcelo E. Magallon Fri, 12 Mar 1999 21:12:55 -0600 - -wmaker (0.51.1.2pre2-2) unstable; urgency=low - - * Fixed location of global defaults... again. - - -- Marcelo E. Magallon Thu, 11 Mar 1999 06:57:11 -0600 - -wmaker (0.51.1.2pre2-1) unstable; urgency=low - - * New upstream pre release version. - - -- Marcelo E. Magallon Tue, 9 Mar 1999 10:16:53 -0600 - -wmaker (0.51.1-1) unstable; urgency=low - - * New upstream version. - * New package, libwraster2. - * debian/rules, debian/control, debian/shlibs: changed because of - previous point. - * debian/rules: wmkdemenu, installed in wmaker-kde. - * Icons copyright situation cleared: wmaker is GPL. The libraries are - LGPL. The icons are OPL. - * wrlib/Makefile.am: changed version info to 2:0:0, interface is - different! - * debian/rules: README.GNOME installed in wmaker-gnome - * debian/rules: README.KDE installed in wmaker-kde - * debian/rules: wkdemenu.pl installed in wmaker-kde - * src/*.c, WINGs/*.c, WPrefs/*.c: global defaults are installed in - /etc/GNUstep/Defaults! `sysconfdir' is `/etc', `sysconfdir/GNUstep' - and `sysconfdir/X11/WindowMaker' used where required. - * Added libdockapp-dev package. - + debian/control: added libdockapp-dev entry. - + debian/rules: added libdockapp-dev targets - - -- Marcelo E. Magallon Sun, 7 Mar 1999 12:49:25 -0600 - -wmaker (0.51.0-5) unstable; urgency=low - - * debian/rules: added a couple of comments regarding KANJI and DEBUG. - * debian/rules: Redid dependencies between configure, aclocal.m4, - ltconfig, Makefile.in and Makefile.am. Straightened out a lot of - bogus dependencies between these files. I think I can say I got them - right now, but there's still room for improvement. This should clear - "I-can't-build-it-why-can-you?" type of bugs. - - -- Marcelo E. Magallon Sat, 6 Mar 1999 14:24:11 -0600 - -wmaker (0.51.0-4) unstable; urgency=low - - * src/actions.c: patch by Matt Armstrong - (closes: bug#33976) - - -- Marcelo E. Magallon Thu, 4 Mar 1999 12:10:32 -0600 - -wmaker (0.51.0-3) unstable; urgency=low - - * debian/control: added wmaker-gnome (hey! we are back in the "build - takes long because there are a gazillion different versions" times!) - (closes: bug#32905) - * debian/control: added wmaker-kde. Wait! Don't jump on me just yet! - If this can make your soul rest easier, think of wmaker-kde as a - window manager that implements a funky communications protocol. - * debian/rules: changed a lot of stuff to handle the new package in a - sane way. - * WindowMaker/Defaults/Makefile.am: removed dependency of some files on - ./Makfile (what the heck is that for?) (sent upstream) - * WindowMaker/IconSets/Makefile.am: ditto. - - -- Marcelo E. Magallon Mon, 8 Feb 1999 15:26:37 -0600 - -wmaker (0.51.0-2) unstable; urgency=low - - * Added changes from 0.20.3-5. - * debian/control: Changed recommendation for asclock to suggestion. - * debian/control: removed dependency of libwmaker-dev on - libwmaker. (closes: bug#32707) - * src/misc.c: Added -traditional to cpp call in MakeCPPArgs. - - -- Marcelo E. Magallon Sat, 6 Feb 1999 21:18:14 -0600 - -wmaker (0.51.0-1) unstable; urgency=low - - * New upstream version - * Removed many patches, most are incorporated upstream. With some others - it's obvious they won't be incorporated and it doesn't make sense to - keep pushing them in the Debian diff's (they are mostly cosmetic - things related to how things are built) - * debian/rules: removes wrlib/get-wraster-flags on clean - * debian/control: removed libwmaker0 package; only a static library is - built now. - * src/main.c: fixed message for unknown options; actually prints help if - requested - * doc/wmaker.1x: updated to reflect new option syntax. - * debian/manpages/wmaker.1x: ditto. - * doc/*: updated manpages. - * debian/rules: After looking at what exactly does --enable-kanji do, it - is obvious that the MB patch is not up to date with the rest of the - code; this means I'm removing --enable-kanji from the configure - options until someone fixes and TESTS it with iso-8859-1 characteres. - I can't do it because I understand zip about the way MB works. I - _think_ the problem is in the lenght of the string and/or the way it's - encoded, but I'm problably wrong. - * Fixed wmsetbg PixmapPath thing. Now 'wmsetbg Image' works. - - -- Marcelo E. Magallon Sat, 30 Jan 1999 15:06:05 -0600 - -wmaker (0.50.2-0.0.4) unstable; urgency=low - - * Really fixed the '%a(blah)' bug - - -- Marcelo E. Magallon Mon, 11 Jan 1999 18:11:52 -0600 - -wmaker (0.50.2-0.0.3) unstable; urgency=low - - * src/misc.c: fixed bug in '%a(title,prompt)' constructs - * util/wmsetbg.c: added quoted arround image name - * util/getstyle.c: added check for NULL values when querying PixmapPath. - - -- Marcelo E. Magallon Mon, 11 Jan 1999 16:12:30 -0600 - -wmaker (0.50.2-0.0.2) unstable; urgency=low - - * Added '-traditional' again (fixes some reported bugs, don't have the - number handy) - * debian/wmaker.menu-method: added escapes for '*' (closes: bug#30622) - * src/rootmenu.c: removed call to wsyserror if the directory specified - my OPEN_MENU doesn't exist. - * po/Makefile.am: removed double $(DESTDIR) in NLSPATH. I patched it, - upstream patched it somewhere else... :-( Funny error dpkg gives with - this: "corrupted tarball" or something like that. - * WPrefs.app/po: ditto - * debian/control: added 'Recommends: wmaker-usersguide' - * debian/manpages/wmaker.1x: synced with upstream - * Some fiddling with debian/rules - - -- Marcelo E. Magallon Mon, 11 Jan 1999 10:31:25 -0600 - -wmaker (0.50.2-0.0.1) unstable; urgency=low - - * New upstream version - * Installed missing readmes - * Removed '-traditional' from cpp call - - -- Marcelo E. Magallon Sun, 10 Jan 1999 20:31:12 -0600 - -wmaker (0.50.1-0.0.2) unstable; urgency=low - - * Added '-traditional' to cpp call. - - -- Marcelo E. Magallon Sat, 9 Jan 1999 21:10:06 -0600 - -wmaker (0.50.1-0.0.1) unstable; urgency=low - - * New upstream version - - -- Marcelo E. Magallon Sat, 9 Jan 1999 20:25:21 -0600 - -wmaker (0.50.0-0.0.1) unstable; urgency=low - - * Woa! Big version leap... no, I didn't skip any - * Just a note: in the previous version it's not 'SSH', it's 'SHM'. - * Redid a lot of patches - * debian/rules: remove code that removes extensions. Handled by Window - Maker now. - * debian/wmaker.menu: added '-noext' to some OPEN_MENU's - - -- Marcelo E. Magallon Thu, 7 Jan 1999 15:57:16 -0600 - -wmaker (0.20.3-5) frozen; urgency=low - - * debian/wmaker.preinst: really fixed the diversion problem. After - reading the reports, I think I figured out what's going on. A legacy - diversion of asclock's manpage seems to be in place. The diverted - version is there and the real file is also there (the real file comes - from asclock). The approach taken: save the `good' file, remove the - diversion, put the `good' file back in place. How do I know which one - the good file is? Simple: asclock conflicts with wmaker << 0.15.0 and - afterstep <= 1.4-6; wmaker >= 0.15.0 didn't provide any of the - diverted files, so if there's a diversion and there's no original - file, the diversion is the `good' file. If the diversion and the - original file are there, the `good' file is the original file. (Thanks - Adam Di Carlo, Michael Babcock, Czako Krisztian, Kevin Dalley and - `slapic') (closes: bug#31419, bug#32649) - * debian/README: minor modifications (mostly aesthetics) - - -- Marcelo E. Magallon Thu, 4 Feb 1999 21:19:04 -0600 - -wmaker (0.20.3-4) frozen; urgency=low - - * debian/wmaker.preinst: how the heck did it work on the machines I - tested this, I have no idea. Adam Di Carlo provided enough - information regarding this bug and I was able to reproduce the - scenario where it triggers. Thanks Adam! (closes: bug#31419) - - -- Marcelo E. Magallon Mon, 25 Jan 1999 16:04:22 -0600 - -wmaker (0.20.3-3) frozen; urgency=low - - * debian/wmaker.preinst: Arrrggghhh! I forgot to move the fix for - bug#31419 from 0.50.2-0.0.4 into 0.20.3-2!!! I had installed a fixed - version of 0.50.2-0.0.4 on my development machine and, of course, the - diversion wasn't there anymore, so when I installed 0.20.3-2 on the - same machine I didn't notice the fix wasn't there... I need another - slink machine!!! (Hmmm... there's a victim at the other end of the - room) (closes: bug#31419) - * debian/control: Changed 'Recommends: wmaker-usersguide' to 'Suggests: - wmaker-userguide'. First, someone files a bug because there's no - documentation, and now someone doesn't like the fact that there's - documentation. I don't understand you people... - * debian/wmaker.postrm: fixed horrendous bug in abort-upgrade. This has - been there for ages... funny how people catch more bugs during deep - freeze stages. (closes: bug#32320) - - -- Marcelo E. Magallon Sun, 24 Jan 1999 08:55:52 -0600 - -wmaker (0.20.3-2) frozen; urgency=low - - * src/wconfig.h.in: Added '-traditional' to cpp (closes: bug#30665) - * debian/control: added 'Recommends: wmaker-usersguide' (closes: - bug#20483) - * po/Makefile.am: fixed $(DESTDIR) (closes... no, the bug isn't on the - BTS, it was mailed to me directly) - * WPrefs.app/po/Makefile.am: ditto. - * debian/wmaker.menu-method: added escapes for '*' (closes: bug#30622, - bug#30624, bug#30637, bug#30679) - * debian/wmaker.preinst: fixed old diversion removal (closes: bug#31419) - * debian/control: bumped Standards-Version to 2.5.0 - * debian/control: Recommends: asclock (closes: bug#31132) - - -- Marcelo E. Magallon Sat, 16 Jan 1999 11:53:47 -0600 - -wmaker (0.20.3-1) frozen unstable; urgency=low - - * New upstream version. Incorporates all the upstream patches in - 0.20.2-1, 0.20.2-2 and 0.20.2-3. (Makes the diff.gz *much* smaller) - and fixes some more bugs. - * Fixes problems with SSH (namely bug#29505) (closes: bug#29505) - * Also fixes problems with SSH over networks (closes: bug#30026) - * Upstream removed some ${SHELL} hacks. (closes: bug#29658, bug#30298) - * Fixes "migrating xv windows" (closes: bug#30381) - * WindowMaker/appearance.menu, WindowMaker/background.menu: copied from - my local /etc/X11/WindowMaker/ files; those are the files are menu - generates them which is a good thing in case some is not running menu. - - -- Marcelo E. Magallon Thu, 10 Dec 1998 13:07:56 -0600 - -wmaker (0.20.3-0.0.1) frozen unstable; urgency=low - - * New upstream version. Incorporates all the upstream patches in - 0.20.2-1, 0.20.2-2 and 0.20.2-3. (Makes the diff.gz *much* smaller) - and fixes some more bugs. - - -- Marcelo E. Magallon Thu, 3 Dec 1998 11:44:40 -0600 - -wmaker (0.20.2-3) frozen unstable; urgency=low - - * Applied more upstream patches: grayscale and 8bit jpeg support; fixed - client restoration in restart/exit in multiheads; fixed problem with - docked programs that have names with spaces; updated WPrefs.app for - iconificationstyle; added -static command line option; put redundant - NoWindowOverDock; fixed overlapping clip icon bug; extended window - level code; added KeepOnBottom hint; added iconification style to - WPrefs.app; fixed crash with bad value in defaults file; changed icon - stacking code; added primitive support for 5 button mouse (for - switching workspaces); fixed BadAccess and crash on programs that do - XGrabButton; fixed bug with rootmenu Exec not working when stty is - called from ~/.tcshrc; fixed bug with Move menu and sloppy focus; - temporarily removed SHELL support in apps menu. - * Someone pointed out that due to a patch applied in 0.20.2-2, Window - Maker thinks its version is "0.20.3" instead of "0.20.2". Since - there's no 0.20.3 upstream source yet, I guess we can live with that. - - -- Marcelo E. Magallon Sat, 28 Nov 1998 10:42:02 -0600 - -wmaker (0.20.2-2) frozen unstable; urgency=low - - * Rebuilt with new X packages (release -7 specifically) - * New X packages ship X locales with xlib6g (closes: bug#28967) - * Applied upstream patches that fixes several bugs. Cut-and-paste from - the updated changelog: fixed bug in miniaturizing atribute panel, - fixed bug for 64bit machines, fixed bug for apps that put strings with - "." in WM_CLASS, added handling for reparented client windows, fixed - bug with window positioning (this one is bug#24770 I think -- I need - confirmation from the submitter), fixed cascade window placement to - account for dock, fixed bug in window positioning by clients, fixed - problem with random window placement. - * configure.in: reverted patch to --with-appspath. debian/rules: - modified to reflect this (closes: bug#28620, bug#28627, bug#28632, - bug#28865) - * debian/rules: dockit is gone but manpage is still installed - * debian/wmaker.postinst.tmpl: removed the code to add Window Maker to - /etc/X11/window-managers and replaced with register-window-manager - (the interface provided by the xbase package). This fixes #28841 - partially (that's two bugs in one, this is the not-so-important part) - * debian/wmaker.postrm: ditto for removal from /etc/X11/window-managers - * On my system bug #26682 doesn't show up with this build and the new - set of X pacakges. I'm not closing it because I've seen this come and - go rather randomly. - * Release 0.20.1-2 fixed bug #27411, I should have noted this on the - changelog (I actually did but I never mentioned the bug number). It - also fixed bug #27433. - * WindowMaker/wmmacros: added macros for LOCAL_THEMES_DIR, - LOCAL_STYLES_DIR, LOCAL_ICON_SETS_DIR, LOCAL_SOUND_SETS_DIR, - LOCAL_BACKGROUNDS_DIR, USER_THEMES_DIR, USER_STYLES_DIR, - USER_ICON_SETS_DIR, USER_SOUND_SETS_DIR, USER_BACKGROUNDS_DIR - * WindowMaker/appearance.menu, WindowMaker/background.menu: added - LOCAL_* paths and changed ~/GNUstep/... to USER_* (closes: bug#29473) - * wrlib/Makefile.am: oops. Actually change shared version to - 1:0:0... hmmm... no wonder this made so much trouble. - * debian/rules: fixed call to dh_shlibdeps... wrong dependencies were - computed! - - -- Marcelo E. Magallon Tue, 17 Nov 1998 12:53:50 -0600 - -wmaker (0.20.2-1) frozen unstable; urgency=low - - * New upstream version, fixes quite a few bugs, outstanding: timer bug - (it is not possible to leave Window Maker <= 0.20.1 running for more - than approx 28 days), the Emacs crash bug (fixed in previous Debian - releases), focus bugs, crash bug with transient windows (The Gimp, - etc), fixed crash bug with bad mgradients, better dithering in 8bpp. - * Modified default IconPath and PixmapPath to more sensible values - (/usr/local/ added) - * WindowMaker/Defaults/WindowMaker.in: IconPath and PixmapPath changed - * WPrefs.app/Paths.c: modified default values for IconPath and - PixmapPath - * src/wconfig.h.in: modified default values for IconPath and PixmapPath - * debian/README.Debian: modified IconPath and PixmapPath - * Upstream incorporated patch from 0.20.1-2 (Re: aspect ratio) - * debian/README.Debian: fixed some grammar mistakes. - * debian/control: fixed description per user's request. - * Redid libtool patch. Sent upstream again. Maybe this time they'll take - it as it seems Alfredo and/or Dan have begun putting shared library - support in configure.in (sent upstream) - * configure.in: modified handling of libPropList. It seems Alfredo - and/or Dan are trying to get this thing to be foolproof, but in the - process they are making it very difficult to get wmaker to build for - ppl who happen to read the docs... :-( - * WINGs/wapplication.c: modified to use --with-appspath from - configure (sent upstream) - * debian/rules: I give up! Forget about telling WindowMaker its Defaults - directory lives in /etc/GNUstep. Use the darned symlink. Removed all - the patches that made this work... I'm sick of reapplying those. - * debian/*: s/WindowMaker/Window Maker/ in several places. - * debian/rules: moves wm-oldmenu2new to /usr/doc/wmaker; the script it's - a hack. It works but YMMV. - * WINGs/wevent.c: added patch from Pascal Hofstee - . Fixes a bug with select - complaining about an invalid argument. - * Added several entries for The Gimp, which make it look lots nicer - and more usable under WindowMaker. - - -- Marcelo E. Magallon Sun, 25 Oct 1998 20:38:55 -0600 - -wmaker (0.20.1-2) unstable; urgency=low - - * src/window.c: fixed bug in aspect ratio code (sent upstream) - * debian/control: changed all Recommends to Suggests - * src/defaults.c: moved a pice of code to put the background color on - the root window before the background image... - * debian/README.Debian: added a note about WPrefs segfaulting with the - nice looking menu button. READ IT, it's at the end. - * debian/wmaker: I wrote wmaker.1x yet it seems I didn't read - it... GNUSTEP_USER_ROOT holds the full path to the root directory for - the user, NOT the directory name under ${HOME}. - * debian/wmaker: copies WMRootMenu. This is an ugly-freeze-is-tomorrow - fix. - - -- Marcelo E. Magallon Tue, 13 Oct 1998 09:20:42 -0600 - -wmaker (0.20.1-1) unstable; urgency=low - - * New upstream release - * Squashed bug Re: incorrect filenames in Themes. - * debian/wmaker.menu-method: fixed inclusion of pre and post-hook files. - * debian/patch.wmaker: fixed things a bit to get INCLUDES = -D_REENTRANT - for libraries. - * configure.in: removed test for X_LOCALE - * WINGs/wapplication.c: changed /usr/local/share/GNUstep to - /usr/local/lib/GNUstep to get it in sync with the rest of the paths. - * po/Makefile.am: added $(DESTDIR)/ in front of @NLSDIR@ to get it to - install properly. Added WindowMaker.pot to CLEAN_FILES. - * WPrefs/po/Makefile.am: added $(DESTDIR)/ in front of @NLSDIR@ to get - it to install properly. Added WPrefs.pot to CLEAN_FILES. - - -- Marcelo E. Magallon Tue, 29 Sep 1998 15:03:35 -0600 - -wmaker (0.20.0-1) unstable; urgency=low - - * New upstream version. - * Redid some patches for configure.in - * Reviewed old changes in the source code. Bugs dealt with: #22743 - (Incorrect error message), #22744 (wmaker contains sloppy code), - #23708 (wm overwrites configuration files) (closes: bug#22743, - bug#22744, bug#23708) - * Browse buttom for selecting the appicon works, forgot to close the - bugreport (closes: bug#20771) - * Bug #24753 (asload shift the screen) is not reproducible and has - nothing to do with WindowMaker (or asclock, either) (closes: - bug#24753) - * Bug #24756 (Messes up afterstep) has already been taken care of - (0.15.0-0), the only problem is no version beyond 0.14.1-7 will ever - be installed on hamm (closes: bug#24756) - * Added dependency for debianutils (>= 1.6) because of 'tempfile' - (closes: bug#25323) - * The problem with -DX_LOCALE has been fixed in 0.19.3-2; thanks to all - the people that reported the problem (too many to name here); special - thanks to Branden Robinson for taking care of the problem *really - fast* (closes: bug#26401, bug#26430) - * Modified WindowMaker/Themes/OpenStep: .jpeg extension removed from - background image filename. Same for the Night theme. (closes: - bug#26885) - * wmaker now suggests wmakerconf. It doesn't recommend it because of - WPrefs.app (closes: bug#24978) - * my own experience says bug#22160 (exit session doesn't terminate - netscape) is fixed (I could reproduce it in the past) (closes: - bug#22160) - * wmaker handles off-screen menus better; I just realized that (don't - know which version fixed this) (closes: bug#24089) - * Ok. There. One or two bugs remain open. Working on those. :-) - * debian/rules: added WPREFSSRCDIR. Holds the source dir for WPrefs.app - * Added -D_REENTRANT to libraries. - * Added -D_SVID_SOURCE when XSHM is in use. - * Undefined BIRTH_ANIMATION in src/wconfig.h.in; it's hideous, I won't - include that. - * Removed sentence about WMsound not available as a package in - debian/control. - * Removed convertstyle-related stuff from debian/rules as that script is - not longer distributed with wmaker. - - -- Marcelo E. Magallon Thu, 24 Sep 1998 12:42:28 -0600 - -wmaker (0.19.3-2) unstable; urgency=low - - * Recompiled against new xlib6g. Removed X libraries from shlibs.local - - -- Marcelo E. Magallon Tue, 15 Sep 1998 07:16:12 -0600 - -wmaker (0.19.3-1) unstable; urgency=low - - * New upstream version. - * Cleaned Makefile a bit... spotted the bug where Background/\(*\).ext - wasn't moved to Background/\1 - * Upstream includes GIF support now (yucks!). Compiled against - libungif. libwraster changed a bit because of this; bumped the - dependency information. - * Changed shlibs.local *again*; reading xlib6g's changelog reveals - X's maintainer introduced -DX_LOCALE on version 3.3.2.3-1: - "config/cf/linux.cf: build with -DX_LOCALE flag, which fixes a - number of obscure locale problems" - - -- Marcelo E. Magallon Fri, 11 Sep 1998 09:25:30 -0600 - -wmaker (0.19.2-1) unstable; urgency=low - - * Woha! First time that debian's diff.gz applies cleanly. Ever. (New - upstream version) - * Moved /usr/share/GNUstep to /usr/lib/GNUstep - * Modified the Makefile to cope with a future different location of - GNUstep - * Moved WPrefs to /usr/X11R6/bin/WPrefs and put a relative symlink in - the lib/GNUstep/Apps directory. - * Included xlib6g in shlibs.local to work arround the bug in - xlib6g-dev. It requires xlib6g (>= 3.3.2.1) which is the oldest one I - know works. - * Fixed WINGs/wapplication.c to reflect the change from /usr/share to - /usr/lib - - -- Marcelo E. Magallon Mon, 7 Sep 1998 15:20:08 -0600 - -wmaker (0.19.1-1) unstable; urgency=low - - * New upstream version with most (all?) of the patches applied. - * Included WPrefs' README. - * Manpages integrated upstream (yeah!). wmaker.1x should still be a bit - Debian specific, so there's a local copy. - * Moved convertstyle.1 to /usr/man/man1/convertstyle.1 in debian/rules - - -- Marcelo E. Magallon Fri, 4 Sep 1998 08:50:34 -0600 - -wmaker (0.19.0-2) unstable; urgency=low - - * Removed WINGs-flags on debian/rules:clean - * Documenting changes is *good*... remembering to do so is also - good. Changes in 0.19.0-1: - - applied patch by Jim Knoble to pot files - - applied patch by Alfredo Kojima to fix some problems with WINGs - - modified configure.in to get it to pass correct gnustep_dir and - gnustep_defaults_dir to other makefiles. - - moved a bunch of old stuff from debian/ into debian/old_releases and - the custom package stuff into debian/custom - - modified debian/upgrade-windowmaker-defaults to cope with YAKMC (yet - another key name change) in G/D/WMWindowAttributes that makes - WindowMaker crash upon start. - - Put a symlink /usr/share/WindowMaker/Defaults -> - /etc/GNUstep/Defaults until I get to figure out where the h*ll are - some functions getting /usr/share/WindowMaker/Defaults from. - - Changed README.Debian, spells out some upgrade issues. - * Changed shlibs.local entries - * Changed README.Debian again. Lowered a bit the tone of the warning. - * Added a sed scriptlet to debian/rules to fix the location of WPrefs in - WMState. - * Submited bugs against lintian regarding warnings about menu structure. - * Fixed mess up with $critical_version in wmaker.postinst.tmpl and added - a proper comment to remind myself how $critical_version is suppossed - to be set. - - -- Marcelo E. Magallon Thu, 3 Sep 1998 17:30:41 -0600 - -wmaker (0.19.0-1) unstable; urgency=low - - * New upstream release. - * Patched WINGs/wapplication.c and WINGs/userdefaults.c to the this - thing in sync with the FHS. - - -- Marcelo E. Magallon Wed, 2 Sep 1998 16:57:07 -0600 - -wmaker (0.18.1b-1) unstable; urgency=low - - * New upstream version. - * Patched src/dialog.c to get the Icon browser dialog NOT to ignore - some valid paths in GNUstep/Defaults/WindowMaker - * Removed second instance of ~/GNUstep/Library/WindowMaker/Pixmaps in - WindowMaker/Defaults/WindowMaker.in, which I don't know how got there - in the first place. - - -- Marcelo E. Magallon Sat, 22 Aug 1998 16:14:06 -0600 - -wmaker (0.17.5-4) unstable; urgency=low - - * Moved headers in -dev packages from /usr/X11R6/include/X11 to - /usr/X11R6/include. - - -- Marcelo E. Magallon Sat, 15 Aug 1998 17:45:47 -0600 - -wmaker (0.17.5-3) unstable; urgency=low - - * Created new package libwings-dev to provide support for WINGs-based - applications, like Aeleron and wmss. - * Updated wmaker.1x - * Modified the appearance.menu, yet again. - - -- Marcelo E. Magallon Sun, 9 Aug 1998 17:12:07 -0600 - -wmaker (0.17.5-2) unstable; urgency=low - - * Changed src/defaults.c to look for DEFAUTLS_DIR in DEF_GNUSTEP_DIR, which - is defined as /etc/GNUstep in Debian. (closes: bug#25207) - * Fixed README.Debian (closes: bug#25208) and added some extra notes. - * Changed postinst to ask about upgrading the defaults only if it's - requiered. - - -- Marcelo E. Magallon Thu, 30 Jul 1998 10:05:16 -0600 - -wmaker (0.17.5-1) unstable; urgency=low - - * New upstream version. Adds GNUstep/Library/Icons and moves icons to - that directory, but this version still looks in G/L/W/Pixmaps to - preserve backwards compatibility. - * Added XConsole to WMWindowAttributes (closes: bug#22405). - - -- Marcelo E. Magallon Tue, 28 Jul 1998 14:54:46 -0600 - -wmaker (0.17.3-1) unstable; urgency=low - - * New upstream version. - - -- Marcelo E. Magallon Wed, 22 Jul 1998 08:42:52 -0600 - -wmaker (0.17.2-1) unstable; urgency=low - - * New upstream version. Give me a break! Three versions in three - days... I haven't even been able to test and upload the previous - ones. :-) - * Changed upgrade-windowmaker-defaults to cope with new changes (/me - sees bug reports coming this way, I'm working on a fix to stop the - script asking the same questions over and over again) - - -- Marcelo E. Magallon Tue, 21 Jul 1998 08:49:27 -0600 - -wmaker (0.17.0-1) unstable; urgency=low - - * New upstream version. - * Removed wmaker-sound. - - -- Marcelo E. Magallon Mon, 20 Jul 1998 08:53:13 -0600 - -wmaker (0.16.1-0) unstable; urgency=low - - * New upstream version. wmaker-superfluous and wmaker-traditional are - gone :-( (I liked that little kludge of mine, it served me well ;-) - Changed control, postinst and postrm accordingly. - * Added a new package to compensate for the lost of the other two: - wmaker-sound (it was about time!). It's not tested, and WMSound is not - Debianized, I don't promise anything. - - -- Marcelo E. Magallon Tue, 7 Jul 1998 09:23:30 -0600 - -wmaker (0.16.0-0) unstable; urgency=low - - * New upstream release. - * Modified rootmenu.c to get OPEN_MENU to work. - * Modified "our" wmaker script. It doesn't copy the global files - now. WindowMaker will happly read the global ones. - - -- Marcelo E. Magallon Fri, 3 Jul 1998 13:04:19 -0600 - -wmaker (0.15.1-0) unstable; urgency=low - - * New upstream version. Version 0.15.0-0 was not uploaded to master. - * Fixed bug from version 0.15.0-0: a typo in /usr/X11R6/bin/wmaker - prevented WindowMaker from starting. - * First attempt to ease upgrade from version 0.14.1-6. It still doesn't - upgrade smoothly. - * Applied several patches from the WindowMaker list. Most important: a - memory leak problem/bogus requests handling patch by Pete Bentley - (pete@sorted.org), that incidentally allows cgoban to run (closes - #00000); a patch by Jim Knoble (jmknoble@pobox.com) that fixes - handling of WorkspaceBack = none (allows running xearth, for example) - - -- Marcelo E. Magallon Sat, 13 Jun 1998 17:25:55 -0600 - -wmaker (0.15.0-0) unstable; urgency=low - - * New upstream version available. New features: The Fiend is gone. The - Clip is here. Theme support improved. Better dithering, performs - better on low end systems. Workspaces are more independent of each - other. - * Rearranged directory layout. Should support themes better. Is not - really FSSTND complaint, because the FSSTND doesn't really say - anything about /usr/share, but it goes better with the FHS. - * Removed asclock from the package - * Tried to clean debian/rules a bit - * Patch from 0.14.1-2 incorporated upstream - * Patches applied in 0.14.1-6 incorporated upstream - * Patch from wmaker list applied. It looks like it crashed under certain - conditions involving autofocus and attract icons. - * Patched to get wmaker in line with FSSTND... again. Sent upstream... - again. Menus and GNUstep/Defaults are configuration files, damm it! - * This package doesn't make a smooth transition from 0.14.1-6 (in hamm) - to this version, hence the release number. This package is expected to - be buggy. I need feedback! - * Updated the manpages. - - -- Marcelo E. Magallon Sun, 31 May 1998 18:47:47 -0600 - -wmaker (0.14.1-6) frozen unstable; urgency=low - - * Added menu.prehook and menu.posthook to the default menu. The menu - file still puts Exit, Exit Session and Restart under WindowManagers, - but users can copy /usr/lib/menu/wmaker to /etc/menu/wmaker, edit it, - and edit /etc/X11/WindowMaker/menu.posthook to "move" those items - outside the WindowManagers menu. (closes: bug#20194) - * Patched src/moveres.c to get rid of a bug that can make WindowMaker - crash when using "outline" mode for moving and resizing windows. - * Patched wrlib/context.c to include an improved dithering - algorithm. It is now possible to start *most* of the WindowMaker - applets at the same time. (closes: bug#19764) - - -- Marcelo E. Magallon Sun, 10 May 1998 15:31:23 -0600 - -wmaker (0.14.1-5) frozen unstable; urgency=low - - * Fixed README.Debian to give pointers to some real documentation. This - should take care of some bugs (closes: bug#20483) - - -- Marcelo E. Magallon Mon, 27 Apr 1998 20:18:57 -0600 - -wmaker (0.14.1-4) frozen unstable; urgency=low - - * Fixed behaviour if /etc/X11/window-managers doesn't exist when - postinst is run. It properly creates the file with more or less the - same contents xbase creates it (comments explaining what the files - does, plus entries for twm and wmaker). (closes: bug#21315) - * 0.14.1-3 was stupidly uploaded ONLY to unstable. - - -- Marcelo E. Magallon Sun, 19 Apr 1998 14:49:21 -0600 - -wmaker (0.14.1-3) unstable; urgency=low - - * Fixed behaviour if /etc/X11/window-managers doesn't exist when - postinst is run. It properly creates the file with more or less the - same contents xbase creates it (comments explaining what the files - does, plus entries for twm and wmaker. (closes: bug#21315) - - -- Marcelo E. Magallon Sat, 18 Apr 1998 14:23:18 -0600 - -wmaker (0.14.1-2) frozen unstable; urgency=low - - * Changed src/text.c to make WindowMaker display inverse text on input - when MB support is on (Debian's package uses MB). Patch sent upstream. - (closes: bug#20488) - * Modifies rules to make config.guess and config.sub executable and - allow debbuild to do its job (closes: bug#20962) - - -- Marcelo E. Magallon Sun, 12 Apr 1998 14:53:56 -0600 - -wmaker (0.14.1-1) frozen unstable; urgency=low - - * New upstream version. Fixes several bugs. Outstanding: bug that made - fiend's rewind button to not work on PPC (doesn't mention which OS, I - presume it's Linux); bug that caused crash in certain conditions when - using Sloppy focus; small mem-leak when destroying a workspace; bug - when loading missing domains that caused WindowMaker to crash; bug in - attribute editor that incorrectly create the appicon for an - application, and could make WindowMaker to crash in certain - conditions. - * Upstream's added features: complete theme support (spixmap and tpixmap - now work); Fiend enhancements (the idle indicator now lights if - Fiend's not collapsed) - * Fixed several lintian warnings related to excecutable .la files. - * /etc/menu-methods/* are excecutable files in the deb (lintian); it - doesn't make sense to -x them - * Wrote manpages for several utilities included with WindowMaker - (getstyle, setstyle, savews, geticonset, seticons, wdwrite, wxcopy, - wxpaste and wmsetbg) - * Fixed a few update-wmstyle-menu glitches: non-sense actions when ran - as root; doesn't update the root menu when run; looks for themes - (*.theme). - * moved convertstlye to /usr/doc/wmaker directory. It's a tcl script, - and it's useful ONLY to people upgrading from 0.6.3 who want to - convert the old styles to the new ones. It's not as useful as it - sounds, because it's easier to start over. - - -- Marcelo E. Magallon Sun, 29 Mar 1998 20:59:41 -0600 - -wmaker (0.14.0-4) frozen unstable; urgency=low - - * Added "Suggests: menu" as per discussion on debian-bugs-dist. - * Polished package descriptions. - * Previous release (0.14.0-3) fixed a bug that prevented the package - from installing on some systems, notably those where 0.6.3-1 has been - used before, i.e., bo systems, and long ago installed hamm systems, - but the fact wasn't noted on the changelog. (closes: bug#19585, - bug#19836, bug#19560) - - -- Marcelo E. Magallon Mon, 23 Mar 1998 21:27:45 -0600 - -wmaker (0.14.0-3) frozen unstable; urgency=low - - * Applied patch to wrlib. Better dithering for low end systems; uses an - smaller fraction of the colorspace. - * Reworked preinst and postinst script to handle the existance of a - diversion of asclock by wmaker 0.6.3-1, and upgrades from that version. - - -- Marcelo E. Magallon Sun, 22 Mar 1998 18:54:41 -0600 - -wmaker (0.14.0-2) unstable; urgency=low - - * Fixed postinst. It's "tempfile", not "tmpfile"! Removed extra - whitespace. Rewrote some parts (closes: bug#19560, bug#19585) - * Cleaned preinst - * Added WindowMaker-happy version of asclock to the package, because - asclock is not available as a package but instead it's packaged together - with AfterStep. Added diversion of asclock to asclock.afterstep because - it does NOT requiere WindowMaker. - - -- Marcelo E. Magallon Thu, 15 Mar 1998 8:51:00 -0600 - -wmaker (0.14.0-1) unstable; urgency=high - - * New upstream release, sporting an all new Fiend clone! - * New maintainer, Marcelo E. Magallon . - * The libtool patch that 0.13.1-0.1 depended on has been incorporated on - the Debian package, but not upstream. One has to be careful as to ALWAYS - run libtoolize --copy in order to get Debian's version instead of - upstream's. - * Previous version wasn't uploaded. It closed several lintian reported - bugs and a nasty bug that wiped user modified files (closes: bug#17664) - * Conffiles are absolute (closes: bug#18501) - * Modified postinst. It will, hopefully, ask the user to modify - /etc/X11/window-managers to make WindowMaker the default only if there's - no previous WindowMaker entry there. It handles a rather curious syntax - used by AfterStep's postinst which will deinstall WindowMaker's entry - when AfterStep is deinstalled from the system (I think). - * Changed a couple of file names in debian. - * Wrote a manpage for wmaker. - * Ran several files through ispell. Gosh! Hope I my grammar not as bad as - my spelin is. - - -- Marcelo E. Magallon Thu, 8 Mar 1998 14:14:00 -0600 - -wmaker (0.13.1-0.1) unstable; urgency=high - - * New upstream release. - * /etc/menu-methods/wmaker and /etc/menu-methods/wmstyle are - configuration files. (closes: bug#17664) - * /usr/X11R6/bin/wmaker is no longer a configuration file - * Fixed a couple of bugs in postrm. (remove and purge were not working - according to policy) - * Updated to Standards 2.4.0.0 - * Fixed FSF address (lintian) - * Fixed undocumented manpage references, 1x -> 7 (lintian) - * conffiles are absolute (lintian) - * inter-library dependency information included, but depends on - patch for libtool not in the main distribution (lintian) - - -- Marcelo E. Magallon Thu, 14 Feb 1998 10:54:00 -0600 - -wmaker (0.13.0-0.1) unstable; urgency=low - - * New upstream release. - - -- Marcelo E. Magallon Thu, 29 Jan 1998 16:35:00 -0600 - -wmaker (0.12.3-0.5) unstable; urgency=low - - * Fixed menu entry and handling of menu file. Many many thanks Joey! - (fixes: bug#17014) - * Fixes a stupid typo in libwmaker0 postinst (fixes: bug#16919, - bug#17359, bug#17335, bug#17392) - * libwmaker0-dev, which now replaces wmlib-dev, doesn't have a typo - in depends (fixes: bug#16666) - * Added wmaker-traditional, per user's request. This is yet another - alternative; it doesn't have the newstyle look. - * Changed Priorities to optional for all the packages. - - -- Marcelo E. Magallon Mon, 25 Jan 1998 22:00:00 -0600 - -wmaker (0.12.3-0.4) unstable; urgency=low - - * Cleaned debian/rules to include Section and Priority in the packages - * Changed Priorities for wmaker-superfluous, libwmaker0, libwmaker0-dev - and libwraster0-dev to extra. - - -- Marcelo E. Magallon Sun, 18 Jan 1998 17:24:21 -0600 - -wmaker (0.12.3-0.3) unstable; urgency=low - - * Added wmaker-superfluous package per user's request. - * Appended Neil's changelog to this one. - * Bugs closed in previous releases: focusing problem fixed (#14038); - wxcopy and wxpaste are included (#14100); compiled using gnulibc 2 and - g-libraries (closes #14799); postrm seems to be ok (closes #15651); - preserves z-order during restarts (closes #11371) - - -- Marcelo E. Magallon Mon, 29 Dec 1997 21:21:31 -0600 - -wmaker (0.12.3-0.2) unstable; urgency=low - - * Fixed a serious mistake regarding wmaker.inst. Removed the script from - the package and all references to it from the program. Added another - script wmaker, and renamed the original wmaker to WindowMaker. - * Fixed entries in wmaker's configuration, to get it in sync with - whatever goes in the package, and not whatever is on my system. - - -- Marcelo E. Magallon Mon, 29 Dec 1997 09:53:18 -0600 - -wmaker (0.12.3-0.1) unstable; urgency=low - - * New upstream version - * Converted to debhelper - * First Public Release announced on debian-devel and wmaker@eosys.com - * Upstream version drops patches from 0.12.0-0.1 :^( (according to Dan - Pascu , he never got the patches, they will be - hopefully incorporated again in the next release) so they are in the - source package diffs again. - * Some fine tuning to the libtool patches. It now compiles ok and wmaker - uses wrlib!!! - * Patched source code (sent upstream) to preserve z-order during - restarts. (closes #11371) - * Modifications to the menu file to incorporate Debian menu system. - * Added --with-gnustepdir to configure.in (sent upstream); this allows - to build WindowMaker in a FSSTND complaint fashion. - * Modified PixmapPath (again?!?) to make it Debian friendly. - * Moved .so symlinks from base packages to development packages (debian - policy) - - -- Marcelo E. Magallon Sun, 28 Dec 1997 10:24:25 -0600 - -wmaker (0.12.2-0.1) unstable; urgency=low - - * New upstream version - * Upstream version incorporates patches from 0.12.0-0.1 - * New patches to configure.in to support libPropList (available as a - Debian package, libproplist0 and libproplist0-dev) - * Used libtool to produce shared and static versions of wrasterlib and - wmlib, but wmaker doesn't use them - - -- Marcelo E. Magallon Tue, 16 Dec 1997 20:45:04 -0600 - -wmaker (0.12.1-0.1) unstable; urgency=low - - * New upstream version - - -- Marcelo E. Magallon Sat, 13 Dec 1997 16:23:54 -0600 - -wmaker (0.12.0-0.1) unstable; urgency=low - - * New upstream version - * Non maintainer release. Changed debian version to make it policy - complaint - * Modified configure.in to add --with-pixmapdir. Patch sent to upstream - maintainer. - * Yet another try at pixmaps. This one seems to be the definite one; it - mimicks what gnome is using, I assume that's the Right Thing ;-) - * Upstream version seems to have corrected focusing problem (closes - #14038) - * wxcopy and wxpaste included (closes #14100) - * Compiled using gnulibc 2 and g-libraries (closes #14799) - * post-remove script created using deb-make (closes #15651) - - -- Marcelo E. Magallon Sun, 7 Dec 1997 22:32:53 -0600 - -wmaker (0.11.1-0.1) unstable; urgency=low - - * New upstream version - * Patches from 0.6.3-0.1 incorporated to upstream - * Changed priority to optional - * Support for internationalization compiled in - * New paths for configuration and default pixmaps (yet another try!) - - -- Marcelo E. Magallon Sun, 23 Nov 1997 14:05:07 -0600 - -wmaker (0.6.3-0.1) unstable; urgency=low - - * Initial Release. - * Added support for Debian menu system. - * Changed paths to make it conform FSSTD. - * Compiled using gnulibc, aka libc6 - * Improved runtime configuration (from the sysadmin point of view) - adding some patches to CPP invocation. - - -- Marcelo E. Magallon Sat, 1 Nov 1997 15:31:28 -0600 - -wmaker (0.6.3-1) unstable; urgency=low - - * Added Requires: cpp. (Fixes Bug#11866) - * Added support for Debian menu system. (Thanks to Oliver Schoenherr - for his config file examples. Thanks also to others who have made - suggestions.) (Fixes Bug#10677) - * Added wmlib-dev binary package with libWMaker and libwraster - libraries and header files. A package with shared libraries may - follow once the interfaces settle down a bit. - * Small change to package description. - * Now builds asclock (patched to work with the Dock) and installs it, - diverting the version from afterstep (if installed) in the process. - * Added debian/X11/window-managers file so that wmaker gets added - to /etc/X11/window-managers. - * New upstream release. - * Switched to CVS control. - - -- Neil A. Rubin Sun, 31 Aug 1997 17:24:43 -0400 - -wmaker (0.6.0-1) unstable; urgency=low - - * Added info documentation to info system. - * Added html documentation to dwww menu. - * Fixed wconfig.h.in so that it correctly looks at /etc/X11/wmaker/ - for config files. I don't know how that slipped past. - (Fixes Bug#11045 and Bug#11357) - * Built against libc6. - * New upstream release. (Fixes Bug#11352) - - -- Neil A. Rubin Fri, 25 Jul 1997 12:14:20 -0400 - -wmaker (0.5.0-1) unstable; urgency=low - - * New upstream release. - - -- Neil A. Rubin Tue, 17 Jun 1997 22:08:26 -0400 - -wmaker (0.4.3-1) unstable; urgency=low - - * Changed things so that the package doesn't use /lib/ld-linux.so.2 - from libc6. - * New upstream release. - - -- Neil A. Rubin Tue, 27 May 1997 22:06:42 -0400 - -wmaker (0.4.2-1) unstable; urgency=low - - * Added dockapp script missing in upstream tarball. - * New upstream release. - - -- Neil A. Rubin Tue, 27 May 1997 11:13:00 -0400 - -wmaker (0.4.1-1) unstable; urgency=low - - * Added Debian control files and changed configuration file locations. - * Initial Experimental Release. There are many known problems with this - release, but it does work. Please read /usr/doc/wmaker/README.debian. - - -- Neil A. Rubin Sun, 18 May 1997 18:02:24 -0400 diff --git a/debian/control b/debian/control deleted file mode 100644 index e86ebe81..00000000 --- a/debian/control +++ /dev/null @@ -1,198 +0,0 @@ -Source: wmaker -Section: x11 -Priority: optional -Maintainer: Debian Window Maker Team -Uploaders: Andreas Metzler , - Doug Torrance -Rules-Requires-Root: no -Standards-Version: 4.5.0 -Build-Depends: debhelper-compat (= 12), - gettext, - libfontconfig1-dev, - libgif-dev, - libjpeg-dev, - libmagickwand-6.q16-dev, - libpango1.0-dev, - libpng-dev, - libsm-dev, - libtiff-dev, - libtool, - libx11-dev, - libxext-dev, - libxft-dev, - libxinerama-dev, - libxkbfile-dev, - libxmu-dev, - libxpm-dev, - libxrandr-dev, - libxrender-dev, - libxt-dev, - sharutils -Homepage: https://www.windowmaker.org/ -Vcs-Browser: https://salsa.debian.org/wmaker-team/wmaker -Vcs-Git: https://salsa.debian.org/wmaker-team/wmaker.git - -Package: wmaker -Architecture: any -Multi-Arch: foreign -Depends: wmaker-common (= ${source:Version}), - ${misc:Depends}, - ${shlibs:Depends} -Provides: x-window-manager -Suggests: desktop-base, - wmaker-data, - wmaker-utils, - x-terminal-emulator, - x11-apps, - xterm -Breaks: wmaker-common (<< 0.95.8-2~) -Replaces: wmaker-common (<< 0.95.8-2~) -Description: NeXTSTEP-like window manager for X - Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look - very closely, and it is now an official GNU project. Window Maker (originally - named WindowMaker) is not overloaded with features, and it is easier to - configure than most other window managers. Its final goal is to produce a - window manager that doesn't require editing of configuration files. - Window Maker is fast and doesn't require tons of memory to run. - -Package: wmaker-common -Architecture: all -Multi-Arch: foreign -Depends: ${misc:Depends} -Suggests: wmaker -Description: Window Maker - Architecture independent files - Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look - very closely, and it is now an official GNU project. Window Maker (originally - named WindowMaker) is not overloaded with features, and it is easier to - configure than most other window managers. Its final goal is to produce a - window manager that doesn't require editing of configuration files. - Window Maker is fast and doesn't require tons of memory to run. - . - This package contains the architecture independent files. - -Package: wmaker-utils -Architecture: any -Multi-Arch: foreign -Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: wmaker (<< 0.95.7-6) -Replaces: wmaker (<< 0.95.7-6) -Description: Window Maker - Utilities - Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look - very closely, and it is now an official GNU project. Window Maker (originally - named WindowMaker) is not overloaded with features, and it is easier to - configure than most other window managers. Its final goal is to produce a - window manager that doesn't require editing of configuration files. - Window Maker is fast and doesn't require tons of memory to run. - . - This package contains wxcopy and wxpaste, two utilities ordinarily shipped with - Window Maker but not depending on it or any of its libraries. These - utilities allow users to interact with cut buffers on the command line. - -Package: libwraster-dev -Architecture: any -Multi-Arch: same -Section: libdevel -Depends: libc6-dev, - libgif-dev, - libjpeg-dev, - libpng-dev, - libtiff5-dev, - libwraster6 (= ${binary:Version}), - libx11-dev, - libxext-dev, - libxpm-dev, - ${misc:Depends} -Breaks: libwraster3-dev -Replaces: libwraster3-dev -Description: Static libraries and headers of Window Maker rasterizer - This library is used to manipulate images and convert them to - a format that can be displayed through the X window system. - Read the wraster.h header for an idea of what is available - . - Contains libwraster and header files, for manipulating and - rasterizing images. - -Package: libwraster6 -Architecture: any -Multi-Arch: same -Section: libs -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Shared libraries of Window Maker rasterizer - This library is used to manipulate images and convert them to - a format that can be displayed through the X window system. - Read the wraster.h header for an idea of what is available - -Package: libwings-dev -Architecture: any -Multi-Arch: same -Section: libdevel -Depends: libc6-dev, - libfontconfig1-dev, - libwings3 (= ${binary:Version}), - libwraster-dev, - libwutil5 (= ${binary:Version}), - libx11-dev, - libxext-dev, - libxft-dev, - ${misc:Depends} -Description: Window Maker's own widget set - WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP - look and feel. Its API is inspired in OpenSTEP and its - implementation borrows some ideas from Tk. It has a reasonable set of - widgets, sufficient for building small applications like a CDPlayer - or hacking something like rxvt. It is used for basic widgets in - the WindowMaker window manager. - -Package: libwutil5 -Architecture: any -Multi-Arch: same -Section: libs -Depends: ${misc:Depends}, ${shlibs:Depends}, - wmaker-common (>= ${source:Version}) -Description: Window Maker's own widget set - utility library - WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP - look and feel. Its API is inspired in OpenSTEP and its - implementation borrows some ideas from Tk. It has a reasonable set of - widgets, sufficient for building small applications like a CDPlayer - or hacking something like rxvt. It is used for basic widgets in - the WindowMaker window manager. - . - This package contains the libWUtils runtime library. - -Package: libwings3 -Architecture: any -Multi-Arch: same -Section: libs -Depends: ${misc:Depends}, ${shlibs:Depends}, - wmaker-common (>= ${source:Version}) -Description: Window Maker's own widget set - runtime library - WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP - look and feel. Its API is inspired in OpenSTEP and its - implementation borrows some ideas from Tk. It has a reasonable set of - widgets, sufficient for building small applications like a CDPlayer - or hacking something like rxvt. It is used for basic widgets in - the WindowMaker window manager. - . - This package contains the libWINGs runtime library. - -Package: libwmaker-dev -Architecture: any -Multi-Arch: same -Section: libdevel -Depends: libwmaker1 (= ${binary:Version}), libx11-dev, ${misc:Depends} -Description: Static libraries and headers for Window Maker applications - Window Maker is a NeXTSTEP-like window manager for X. - . - This package contains libWMaker and header files, for building - Window Maker aware applications. - -Package: libwmaker1 -Architecture: any -Multi-Arch: same -Section: libs -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Runtime library for Window Maker applications - Window Maker is a NeXTSTEP-like window manager for X. - . - This package contains the libWMaker runtime library for Window Maker - aware applications. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 9a41e386..00000000 --- a/debian/copyright +++ /dev/null @@ -1,211 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: wmaker -Upstream-Contact: Window Maker developers mailing list -Source: http://repo.or.cz/w/wmaker-crm.git - -Files: * -Copyright: 1991-1995 Free Software Foundation, Inc. - 1995 Spencer Kimball - 1995 Peter Mattis - 1995 Sun Microsystems, Inc. - 1996 Ben Wing - 1997 Shige Abe - 1997-2004, 2006 Alfredo Kengi Kojima - 1998-2004, 2006 Dan Pascu - 1998 scottc - 1998 James Thompson - 1999-2000 Nwanua Elumeze - 2001-2016 Window Maker Team - 2008 Norayr Chilingaryan - 2008 Guido U. Draheim - 2010-2011 Carlos R. Mafra - 2010 Tamas Tevesz - 2011 Camille d'Alméras - 2012-2015 Christophe Curis - 2012 Daniel Déchelotte - 2012 Leandro Vital -License: GPL-2+ - -Files: m4/ax_pthread.m4 -Copyright: 2008 Steven G. Johnson - 2011 Daniel Richard G. -License: GPL-3+ - -Files: m4/ld-version-script.m4 -Copyright: 2008-2015 Free Software Foundation, Inc. -License: FSFULLR - -Files: util/common.h wmlib/* wrlib/* -Copyright: 1997-2003 Alfredo Kengi Kojima - 1998-2004 Dan Pascu - 2011 Carlos R. Mafra -License: LGPL-2+ - -Files: WindowMaker/Icons/BitchX.tiff WindowMaker/Icons/defaultAppIcon.tiff - WindowMaker/Icons/GNUterm.tiff WindowMaker/Icons/defaultterm.tiff - WindowMaker/Icons/draw.tiff WindowMaker/Icons/linuxterm.tiff - WindowMaker/Icons/mixer.tiff WindowMaker/Icons/notepad.tiff - WindowMaker/Icons/pdf.tiff WindowMaker/Icons/ps.tiff - WindowMaker/Icons/real.tiff WindowMaker/Icons/sgiterm.tiff - WindowMaker/Icons/staroffice2.tiff WindowMaker/Icons/timer.tiff - WindowMaker/Icons/wilber.tiff WindowMaker/Icons/write.tiff - WindowMaker/Icons/xdvi.tiff WindowMaker/Icons/xv.tiff -Copyright: 1997, Marco van Hylckama Vlieg -License: attribution - They may be distributed freely and/or modified as long as the original - Author is mentioned! - -Files: WindowMaker/Icons/GNUstepGlow.tiff WindowMaker/Icons/GNUstepGlow.xpm - WindowMaker/Icons/Magnify.tiff WindowMaker/Icons/Magnify.xpm - WindowMaker/Icons/Terminal.tiff WindowMaker/Icons/Terminal.xpm - WindowMaker/Icons/TerminalGNUstep.tiff WindowMaker/Icons/TerminalGNUstep.xpm - WindowMaker/Icons/TerminalLinux.tiff WindowMaker/Icons/TerminalLinux.xpm - WindowMaker/Icons/Ear.png WindowMaker/Icons/Ftp.png WindowMaker/Icons/ICQ.png - WindowMaker/Icons/Jabber.png WindowMaker/Icons/Mozilla.png - WindowMaker/Icons/Pen.png WindowMaker/Icons/Pencil.png - WindowMaker/Icons/Shell.png WindowMaker/Icons/Speaker.png - WindowMaker/Icons/XChat.png - WPrefs.app/tiff/msty1.tiff WPrefs.app/tiff/msty2.tiff WPrefs.app/tiff/msty3.tiff - WPrefs.app/xpm/msty1.xpm WPrefs.app/xpm/msty2.xpm WPrefs.app/xpm/msty3.xpm - WPrefs.app/WPrefs.tiff WPrefs.app/WPrefs.xpm WPrefs.app/tiff/tdel.tiff - WPrefs.app/tiff/tedit.tiff WPrefs.app/tiff/textr.tiff WPrefs.app/tiff/tnew.tiff - WPrefs.app/xpm/tdel.xpm WPrefs.app/xpm/tedit.xpm WPrefs.app/xpm/textr.xpm - WPrefs.app/xpm/tnew.xpm WINGs/Resources/defaultIcon.tiff - WINGs/Resources/Images.tiff WINGs/Resources/Images.xpm - WINGs/Resources/defaultIcon.xpm WINGs/Resources/Images.xcf -Copyright: 2000, Banlu Kemiyatorn -License: WTFPL-1 - -Files: debian/* -Copyright: 1997, Neil A. Rubin - 1997, Marcelo E. Magallon - 2011, Rodolfo García Peñas (kix) -License: GPL-2+ - -Files: debian/debianfiles/Themes/DebianLegacy.style - debian/debianfiles/Themes/DebianLegacy.txt - debian/debianfiles/Themes/DebianSwirl.jpg -Copyright: 1999 Gary Burke -License: GPL-1+ - -Files: WINGs/string.c -Copyright: 1998 Todd C. Miller -License: Expat - -Files: wrlib/load_ppm.c -Copyright: 1988 Jef Poskanzer - 1997-2003 Alfredo K. Kojima - 2014 Window Maker Team -License: HPND and LGPL-2+ - -License: Expat - Permission to use, copy, modify, and distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - . - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -License: FSFULLR - This file is free software; the Free Software Foundation gives unlimited - permission to copy and/or distribute it, with or without modifications, as - long as this notice is preserved. - -License: GPL-1+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 1, or (at your option) - any later version. - . - On Debian systems, the complete text of version 1 of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-1'. - -License: GPL-2+ - This program is free software; you can redistribute it - and/or modify it under the terms of the GNU General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later - version. - . - This program is distributed in the hope that it will be - useful, but WITHOUT ANY WARRANTY; without even the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the GNU General Public License for more - details. - . - You should have received a copy of the GNU General Public - License along with this package; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, - Boston, MA 02110-1301 USA - . - On Debian systems, the full text of the GNU General Public - License version 2 can be found in the file - `/usr/share/common-licenses/GPL-2'. - -License: GPL-3+ - This program is free software: you can redistribute it - and/or modify it under the terms of the GNU General Public - License as published by the Free Software Foundation, either - version 3 of the License, or (at your option) any later - version. - . - This program is distributed in the hope that it will be - useful, but WITHOUT ANY WARRANTY; without even the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the GNU General Public License for more - details. - . - You should have received a copy of the GNU General Public - License along with this program. If not, see - . - . - On Debian systems, the full text of the GNU General Public - License version 3 can be found in the file - `/usr/share/common-licenses/GPL-3'. - -License: HPND - Permission to use, copy, modify, and distribute this software and its - documentation for any purpose and without fee is hereby granted, provided - that the above copyright notice appear in all copies and that both that - copyright notice and this permission notice appear in supporting - documentation. This software is provided "as is" without express or - implied warranty. - -License: LGPL-2+ - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - . - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - . - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301 USA - . - On Debian systems, the full text of the GNU Library General Public - License version 2 can be found in the file - `/usr/share/common-licenses/LGPL-2'. - -License: WTFPL-1 - do What The Fuck you want to Public License - . - Version 1.0, March 2000 - Copyright (C) 2000 Banlu Kemiyatorn (]d). - 136 Nives 7 Jangwattana 14 Laksi Bangkok - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - . - Ok, the purpose of this license is simple - and you just - . - DO WHAT THE FUCK YOU WANT TO. diff --git a/debian/debianfiles/Themes/Debian.style b/debian/debianfiles/Themes/Debian.style deleted file mode 100644 index 3ac539fc..00000000 --- a/debian/debianfiles/Themes/Debian.style +++ /dev/null @@ -1,25 +0,0 @@ -{ - TitleJustify = left; - WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; - MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; - MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; - IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*"; - ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*"; - HighlightColor = white; - HighlightTextColor = black; - ClipTitleColor = black; - CClipTitleColor = "rgb:61/61/61"; - FTitleColor = white; - PTitleColor = white; - UTitleColor = black; - FTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e"); - PTitleBack = (hgradient, "rgb:51/50/55", "rgb:80/80/80"); - UTitleBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85"); - MenuTitleColor = white; - MenuTextColor = black; - MenuDisabledColor = gray40; - MenuTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e"); - MenuTextBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85"); - WorkspaceBack = (spixmap, debian.tiff, "rgb:8c/81/65"); - IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61"); -} diff --git a/debian/debianfiles/Themes/DebianLegacy.style b/debian/debianfiles/Themes/DebianLegacy.style deleted file mode 100644 index 86428a01..00000000 --- a/debian/debianfiles/Themes/DebianLegacy.style +++ /dev/null @@ -1,28 +0,0 @@ -{ - TitleJustify = left; - WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; - MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; - 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; - CClipTitleColor = "rgb:93/0d/29"; - FTitleColor = white; - PTitleColor = white; - UTitleColor = black; - FTitleBack = (dgradient, "rgb:62/08/19", "rgb:85/0b/22"); - PTitleBack = (dgradient, "rgb:51/50/55", "rgb:80/80/80"); - UTitleBack = (dgradient, "rgb:8c/81/6d", "rgb:c6/b9/ae"); - MenuTitleColor = white; - MenuTextColor = black; - MenuDisabledColor = gray40; - MenuTitleBack = (hgradient, "rgb:93/0d/29", "rgb:85/0b/22"); - MenuTextBack = (hgradient, "rgb:c6/b9/ae", "rgb:ff/ff/ff"); - WorkspaceBack = (spixmap, - "/usr/share/WindowMaker/Backgrounds/DebianSwirl.jpg", - "rgb:8c/81/65"); - IconBack = (dgradient, "rgb:8c/81/6d", "rgb:c6/b9/ae"); -} diff --git a/debian/debianfiles/Themes/DebianLegacy.txt b/debian/debianfiles/Themes/DebianLegacy.txt deleted file mode 100644 index 60631c08..00000000 --- a/debian/debianfiles/Themes/DebianLegacy.txt +++ /dev/null @@ -1,20 +0,0 @@ -Begin3 -Title: Debian -Version: 1.0 -Entered-date: June 5, 1999 -Description: Debian swirl theme for WindowMaker - This theme was inspired by the new Debian logo. - The background art is derived from copyright-free - stock artwork. GIMP was used for the imaging. - -Keywords: Wmaker, theme, debian, swirl -Author: gfburke@earthlink.net (Gary Burke) -Maintained-by: gfburke@earthlink.net (Gary Burke) -Primary-site: wm.themes.org - Debian.tar.gz - 186123 Backgrounds/Debian - 1117 Themes/Debian - -Platforms: WindowMaker, XFree86 window manager -Copying-policy: GPL -End diff --git a/debian/debianfiles/Themes/DebianSwirl.jpg b/debian/debianfiles/Themes/DebianSwirl.jpg deleted file mode 100644 index 62357240..00000000 Binary files a/debian/debianfiles/Themes/DebianSwirl.jpg and /dev/null differ diff --git a/debian/debianfiles/Themes/debian.tiff b/debian/debianfiles/Themes/debian.tiff deleted file mode 100644 index ad70afa1..00000000 Binary files a/debian/debianfiles/Themes/debian.tiff and /dev/null differ diff --git a/debian/debianfiles/conf/WMRootMenu b/debian/debianfiles/conf/WMRootMenu deleted file mode 100644 index e86eda40..00000000 --- a/debian/debianfiles/conf/WMRootMenu +++ /dev/null @@ -1 +0,0 @@ -"menu.hook" diff --git a/debian/debianfiles/conf/WMWindowAttributes b/debian/debianfiles/conf/WMWindowAttributes deleted file mode 100644 index 78d2f75d..00000000 --- a/debian/debianfiles/conf/WMWindowAttributes +++ /dev/null @@ -1,56 +0,0 @@ -{ - Logo.WMDock = {Icon = GNUstep.tiff;}; - Logo.WMPanel = {Icon = GNUstep.tiff;}; - Tile.WMClip = {Icon = clip.tiff;}; - WPrefs = {Icon = "/usr/share/GNUstep/System/Applications/WPrefs.app/WPrefs.tiff";}; - Dockit = {Icon = GNUstep.tiff;}; - WMSoundServer = {Icon = Sound.tiff;}; - "*" = {Icon = defaultAppIcon.tiff;}; - Rxvt = {Icon = GNUterm.tiff;}; - KTerm = {Icon = GNUterm.tiff;}; - NXTerm = {Icon = GNUterm.tiff;}; - XTerm = {Icon = GNUterm.tiff;}; - Netscape = {Icon = "wmaker-netscape.tif";}; - "Mozilla-bin" = {Icon = "wmaker-nav.tif";}; - emacs = {Icon = "wmaker-emacs.tif";}; - Gimp = {AlwaysUserIcon = Yes;Icon = "wmaker-gimp2.tif";}; - toolbox.Gimp = {NoAppIcon = Yes;Icon = "wmaker-gimp2.tif";}; - gimp_startup.Gimp = { - Icon = "wmaker-gimp2.tif"; - AlwaysUserIcon = Yes; - NoTitlebar = Yes; - NoResizebar = Yes; - NotClosable = Yes; - NotMiniaturizable = Yes; - }; - tip_of_the_day.Gimp = { - Icon = "wmaker-gimp2.tif"; - AlwaysUserIcon = Yes; - NoResizebar = Yes; - NoCloseButton = Yes; - NoMiniaturizeButton = Yes; - KeepOnTop = Yes; - }; - image_window.Gimp = {Icon = "wmaker-gimp-work.tif";AlwaysUserIcon = Yes;}; - brushselection.Gimp = {Icon = "wmaker-gimp-brushes.tif";AlwaysUserIcon = Yes;}; - patternselection.Gimp = {Icon = "wmaker-gimp-patterns.tif";AlwaysUserIcon = Yes;}; - color_palette.Gimp = { - Icon = "wmaker-gimp-palette.tif"; - AlwaysUserIcon = Yes; - NoResizebar = Yes; - }; - gradient_editor.Gimp = {Icon = "wmaker-gimp-gradient.tif";AlwaysUserIcon = Yes;}; - tool_options.Gimp = {Icon = "wmaker-gimp-tooloption.tif";AlwaysUserIcon = Yes;}; - layers_and_channels.Gimp = {Icon = "wmaker-gimp-layers.tif";AlwaysUserIcon = Yes;}; - indexed_color_palette.Gimp = { - Icon = "wmaker-gimp-palette.tif"; - AlwaysUserIcon = Yes; - NoResizebar = Yes; - }; - "Script-fu" = {Icon = "wmaker-gimp-script-fu.tif";}; - "script-fu.Script-fu" = {Icon = "wmaker-gimp-script-fu.tif";}; - preferences.Gimp = {Icon = "wmaker-gimp-prefs.tif";AlwaysUserIcon = Yes;}; - panel = {NoAppIcon = Yes;}; - gmc = {NoAppIcon = Yes;Omnipresent = Yes;SkipWindowList = Yes;}; - Logo.WMClip = {Icon = clip.tiff;}; -} diff --git a/debian/debianfiles/conf/WindowMaker b/debian/debianfiles/conf/WindowMaker deleted file mode 100644 index d3fa704e..00000000 --- a/debian/debianfiles/conf/WindowMaker +++ /dev/null @@ -1,141 +0,0 @@ -{ - LargeDisplayFont = "-*-helvetica-bold-r-normal-*-24-*-*-*-*-*-*-*"; - MultiByteText = AUTO; - KbdModeLock = NO; - SmoothWorkspaceBack = NO; - WindozeCycling = NO; - PopupSwitchMenu = NO; - DisableMiniwindows = NO; - OpenTransientOnOwnerWorkspace = NO; - EdgeResistance = 30; - IconificationStyle = Zoom; - IconPath = ( - "~/GNUstep/Library/Icons", - "~/GNUstep/Library/WindowMaker/Pixmaps", - "~/GNUstep/Library/WindowMaker/CachedPixmaps", - "/usr/share/WindowMaker/Icons", - "/usr/share/WindowMaker/Pixmaps", - "/usr/share/icons", - "/usr/local/share/WindowMaker/Icons", - "/usr/local/share/WindowMaker/Pixmaps", - "/usr/local/share/icons" - ); - PixmapPath = ( - "~/GNUstep/Library/WindowMaker/Pixmaps", - "~/GNUstep/Library/WindowMaker/Backgrounds", - "~/GNUstep/Library/WindowMaker/CachedPixmaps", - "/usr/share/WindowMaker/Backgrounds", - "/usr/share/WindowMaker/Pixmaps", - "/usr/share/pixmaps", - "/usr/local/share/WindowMaker/Pixmaps", - "/usr/local/share/WindowMaker/Backgrounds", - "/usr/local/share/pixmaps" - ); - WindowTitleBalloons = YES; - IconSize = 64; - FocusMode = manual; - DisableWSMouseActions = NO; - MouseLeftButtonAction = SelectWindows; - MouseMiddleButtonAction = OpenWindowListMenu; - MouseRightButtonAction = OpenApplicationsMenu; - MouseWheelAction = None; - ColormapSize = 4; - DisableDithering = NO; - ModifierKey = Mod1; - NewStyle = "new"; - DisableDock = NO; - DisableClip = NO; - Superfluous = NO; - StickyIcons = NO; - SaveSessionOnExit = NO; - ColormapMode = auto; - RaiseDelay = 0; - AutoFocus = YES; - WindowPlacement = auto; - WindowPlaceOrigin = (64, 64); - UseSaveUnders = NO; - DisableSound = NO; - DisableAnimations = NO; - DontLinkWorkspaces = YES; - AutoArrangeIcons = NO; - AdvanceToNewWorkspace = NO; - CycleWorkspaces = NO; - ResizeDisplay = line; - MoveDisplay = floating; - OpaqueMove = YES; - IconPosition = "blh"; - WrapMenus = NO; - ScrollableMenus = YES; - MenuScrollSpeed = fast; - IconSlideSpeed = fast; - ShadeSpeed = fast; - DoubleClickTime = 250; - AlignSubmenus = NO; - NoWindowOverIcons = NO; - IgnoreFocusClick = NO; - CloseKey = None; - MaximizeKey = None; - VMaximizeKey = None; - RaiseLowerKey = None; - DontConfirmKill = NO; - ShadeKey = None; - NextWorkspaceKey = "Mod1+Control+Right"; - PrevWorkspaceKey = "Mod1+Control+Left"; - RootMenuKey = F12; - WindowListKey = F11; - WindowMenuKey = "Control+Escape"; - RaiseKey = "Mod1+Up"; - LowerKey = "Mod1+Down"; - FocusNextKey = "Mod1+Tab"; - FocusPrevKey = "Mod1+Shift+Tab"; - Workspace1Key = "Mod1+1"; - Workspace2Key = "Mod1+2"; - Workspace3Key = "Mod1+3"; - Workspace4Key = "Mod1+4"; - Workspace5Key = "Mod1+5"; - Workspace6Key = "Mod1+6"; - Workspace7Key = "Mod1+7"; - Workspace8Key = "Mod1+8"; - Workspace9Key = "Mod1+9"; - Workspace10Key = "Mod1+0"; - HideKey = "Mod1+H"; - SelectKey = None; - MiniaturizeKey = "Mod1+M"; - NextWorkspaceLayerKey = None; - PrevWorkspaceLayerKey = None; - ClipLowerKey = None; - ClipRaiseKey = None; - ConstrainWindowSize = NO; - ClipRaiseLowerKey = None; - TitleJustify = center; - WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; - MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; - MenuTextFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; - IconTitleFont = "-*-helvetica-bold-r-normal-*-9-*-*-*-*-*-*-*"; - ClipTitleFont = "Verdana:bold:pixelsize=10"; - HighlightColor = white; - HighlightTextColor = black; - ClipTitleColor = black; - CClipTitleColor = gray20; - FTitleColor = white; - PTitleColor = white; - UTitleColor = black; - FTitleBack = (solid, black); - PTitleBack = (solid, gray40); - UTitleBack = (solid, "rgb:aa/aa/aa"); - MenuTitleColor = white; - MenuTextColor = black; - MenuDisabledColor = gray40; - MenuTitleBack = (solid, black); - MenuTextBack = (solid, "rgb:aa/aa/aa"); - WorkspaceBack = ( - spixmap, - "/usr/share/WindowMaker/Backgrounds/debian.tiff", - gray20 - ); - IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61"); - IconTitleColor = white; - IconTitleBack = black; - ResizebarBack = (solid, "rgb:aa/aa/aa"); - MenuStyle = normal; -} diff --git a/debian/debianfiles/conf/plmenu.Debian b/debian/debianfiles/conf/plmenu.Debian deleted file mode 100644 index e65b9330..00000000 --- a/debian/debianfiles/conf/plmenu.Debian +++ /dev/null @@ -1,29 +0,0 @@ -( - Debian, - ( - Applications, - OPEN_PLMENU, - "|| wmmenugen -parser:xdg /usr/share/applications/" - ), - (Run..., EXEC, "%A(Run,Type command to run)"), - ( - "Window Maker", - ("Info Panel ...", INFO_PANEL), - ("Legal Panel ...", LEGAL_PANEL), - (Preferences, EXEC, WPrefs), - ("Refresh screen", REFRESH), - (Restart, RESTART) - ), - ( - WorkSpace, - (Appearance, OPEN_MENU, appearance.menu), - ("Arrange Icons", ARRANGE_ICONS), - ("Clear Session", CLEAR_SESSION), - ("Hide Others", HIDE_OTHERS), - ("Save Session", SAVE_SESSION), - ("Show All", SHOW_ALL), - (Workspaces, WORKSPACE_MENU) - ), - (Exit, EXIT), - ("Exit session", SHUTDOWN) -) diff --git a/debian/debianfiles/wmaker b/debian/debianfiles/wmaker deleted file mode 100644 index a121128b..00000000 --- a/debian/debianfiles/wmaker +++ /dev/null @@ -1,76 +0,0 @@ -#!/bin/sh - -set -e - -[ -n "$WMAKER_USER_ROOT" ] || export WMAKER_USER_ROOT="$HOME/GNUstep" -gs_base="$WMAKER_USER_ROOT" -gs_defaults="$gs_base/Defaults" -gs_system_defaults=/etc/GNUstep/Defaults -wm_base="$gs_base/Library/WindowMaker" -wm_backgrounds="$wm_base/Backgrounds" -wm_iconsets="$wm_base/IconSets" -wm_pixmaps="$wm_base/Pixmaps" -gs_icons="$gs_base/Library/Icons" -wm_style="$wm_base/Style" -wm_styles="$wm_base/Styles" -wm_themes="$wm_base/Themes" -WindowMaker=/usr/lib/WindowMaker/wmaker -convertfonts=/usr/lib/WindowMaker/convertfonts - -make_dir_if_needed () -{ - if [ ! -d "$1" ] ; then - install -m 0755 -d "$1" - fi -} - -rename_dir_if_possible () -{ - if [ ! -d "$2" ] ; then - if [ -d "$1" ] ; then - mv "$1" "$2" - fi - fi -} - -copy_defaults_if_needed () -{ - file="$gs_defaults/$1" - system_file="$gs_system_defaults/$1" - if [ ! -f "$file" ] ; then - install -m 0644 "$system_file" "$file" - fi -} - -make_dir_if_needed "$gs_defaults" -make_dir_if_needed "$wm_base" -make_dir_if_needed "$wm_backgrounds" -make_dir_if_needed "$wm_iconsets" -make_dir_if_needed "$wm_pixmaps" -make_dir_if_needed "$gs_icons" -rename_dir_if_possible "$wm_style" "$wm_styles" -make_dir_if_needed "$wm_styles" -make_dir_if_needed "$wm_themes" - -copy_defaults_if_needed WindowMaker -copy_defaults_if_needed WMRootMenu -copy_defaults_if_needed WMState -#copy_defaults_if_needed WMWindowAttributes - -if [ -x $convertfonts -a ! -e "$wm_base/.fonts_converted" ] ; then -# --keep-xlfd is used in order to preserve the original information - $convertfonts --keep-xlfd "$gs_defaults/WindowMaker" - if [ -f "$gs_defaults/WMGLOBAL" ] ; then - $convertfonts --keep-xlfd "$gs_defaults/WMGLOBAL" - fi - find "$wm_styles" -mindepth 1 -maxdepth 1 -type f -print0 | - xargs -0 -r -n 1 $convertfonts --keep-xlfd - touch "$wm_base/.fonts_converted" -fi - -if [ -n "$1" -a -x "$WindowMaker$1" ] ; then - WindowMaker="$WindowMaker$1" - shift -fi - -exec "$WindowMaker" "$@" diff --git a/debian/debianfiles/wmaker-common.desktop b/debian/debianfiles/wmaker-common.desktop deleted file mode 100644 index f0276fe1..00000000 --- a/debian/debianfiles/wmaker-common.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -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 -Icon= -Keywords=Window Manager -Type=Application diff --git a/debian/libwings-dev.docs b/debian/libwings-dev.docs deleted file mode 100644 index 41ffbdc0..00000000 --- a/debian/libwings-dev.docs +++ /dev/null @@ -1 +0,0 @@ -WINGs/README diff --git a/debian/libwings-dev.examples b/debian/libwings-dev.examples deleted file mode 100644 index 145b115d..00000000 --- a/debian/libwings-dev.examples +++ /dev/null @@ -1,2 +0,0 @@ -WINGs/Examples/*.c -WINGs/Examples/README diff --git a/debian/libwings-dev.install b/debian/libwings-dev.install deleted file mode 100644 index 176527c4..00000000 --- a/debian/libwings-dev.install +++ /dev/null @@ -1,9 +0,0 @@ -usr/include/WINGs/WINGs.h -usr/include/WINGs/WINGsP.h -usr/include/WINGs/WUtil.h -usr/lib/*/libWINGs.a -usr/lib/*/libWINGs.so -usr/lib/*/libWUtil.a -usr/lib/*/libWUtil.so -usr/lib/*/pkgconfig/WINGs.pc -usr/lib/*/pkgconfig/WUtil.pc diff --git a/debian/libwings3.install b/debian/libwings3.install deleted file mode 100644 index e5c27699..00000000 --- a/debian/libwings3.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libWINGs.so.* diff --git a/debian/libwings3.symbols b/debian/libwings3.symbols deleted file mode 100644 index 9b705f25..00000000 --- a/debian/libwings3.symbols +++ /dev/null @@ -1,604 +0,0 @@ -libWINGs.so.3 libwings3 #MINVER# -* Build-Depends-Package: libwings-dev - WINGsConfiguration@Base 0.95.0 - WMAddBoxSubview@Base 0.95.0 - WMAddBoxSubviewAtEnd@Base 0.95.0 - WMAddBrowserColumn@Base 0.95.0 - WMAddItemInTabView@Base 0.95.0 - WMAddPopUpButtonItem@Base 0.95.0 - WMAddSplitViewSubview@Base 0.95.0 - WMAddTabViewItemWithView@Base 0.95.0 - WMAdjustSplitViewSubviews@Base 0.95.0 - WMAppendTextBlock@Base 0.95.0 - WMAppendTextStream@Base 0.95.0 - WMBlackColor@Base 0.95.0 - WMBlueComponentOfColor@Base 0.95.0 - WMBoldSystemFontOfSize@Base 0.95.0 - WMBreakModalLoop@Base 0.95.0 - WMBrowserAllowsEmptySelection@Base 0.95.0 - WMBrowserAllowsMultipleSelection@Base 0.95.0 - WMChangePanelOwner@Base 0.95.0 - WMClearList@Base 0.95.0 - WMCloseColorPanel@Base 0.95.0 - WMCloseWindow@Base 0.95.0 - WMColorGC@Base 0.95.0 - WMColorPanelColorChangedNotification@Base 0.95.0 - WMColorPixel@Base 0.95.0 - WMColorWellDidChangeNotification@Base 0.95.0 - WMCopyFontWithStyle@Base 0.95.0 - WMCreateAlertPanel@Base 0.95.0 - WMCreateApplicationIconBlendedPixmap@Base 0.95.0 - WMCreateBlendedPixmapFromFile@Base 0.95.0 - WMCreateBlendedPixmapFromRImage@Base 0.95.0 - WMCreateBox@Base 0.95.0 - WMCreateBrowser@Base 0.95.0 - WMCreateButton@Base 0.95.0 - WMCreateColorWell@Base 0.95.0 - WMCreateCustomButton@Base 0.95.0 - WMCreateDragHandler@Base 0.95.0 - WMCreateDragOperationArray@Base 0.95.0 - WMCreateDragOperationItem@Base 0.95.0 - WMCreateEventHandler@Base 0.95.0 - WMCreateFont@Base 0.95.0 - WMCreateFrame@Base 0.95.0 - WMCreateGenericPanel@Base 0.95.0 - WMCreateInputPanel@Base 0.95.0 - WMCreateLabel@Base 0.95.0 - WMCreateList@Base 0.95.0 - WMCreateMenuItem@Base 0.95.0 - WMCreateNamedColor@Base 0.95.0 - WMCreatePanelForWindow@Base 0.95.0 - WMCreatePanelWithStyleForWindow@Base 0.95.0 - WMCreatePixmap@Base 0.95.0 - WMCreatePixmapFromFile@Base 0.95.0 - WMCreatePixmapFromRImage@Base 0.95.0 - WMCreatePixmapFromXPMData@Base 0.95.0 - WMCreatePixmapFromXPixmaps@Base 0.95.0 - WMCreatePopUpButton@Base 0.95.0 - WMCreateProgressIndicator@Base 0.95.0 - WMCreateRGBAColor@Base 0.95.0 - WMCreateRGBColor@Base 0.95.0 - WMCreateRuler@Base 0.95.0 - WMCreateScaledAlertPanel@Base 0.95.9 - WMCreateScaledBlendedPixmapFromFile@Base 0.95.6 - WMCreateScaledInputPanel@Base 0.95.9 - WMCreateScreen@Base 0.95.0 - WMCreateScreenWithRContext@Base 0.95.0 - WMCreateScrollView@Base 0.95.0 - WMCreateScroller@Base 0.95.0 - WMCreateSelectionHandler@Base 0.95.0 - WMCreateSimpleApplicationScreen@Base 0.95.0 - WMCreateSlider@Base 0.95.0 - WMCreateSplitView@Base 0.95.0 - WMCreateTabView@Base 0.95.0 - WMCreateTabViewItem@Base 0.95.0 - WMCreateTabViewItemWithIdentifier@Base 0.95.0 - WMCreateTextBlockWithObject@Base 0.95.0 - WMCreateTextBlockWithPixmap@Base 0.95.0 - WMCreateTextBlockWithText@Base 0.95.0 - WMCreateTextField@Base 0.95.0 - WMCreateTextForDocumentType@Base 0.95.0 - WMCreateWindow@Base 0.95.0 - WMCreateWindowWithStyle@Base 0.95.0 - WMDarkGrayColor@Base 0.95.0 - WMDefaultBoldSystemFont@Base 0.95.0 - WMDefaultSystemFont@Base 0.95.0 - WMDeleteDragHandler@Base 0.95.0 - WMDeleteEventHandler@Base 0.95.0 - WMDeleteSelectionHandler@Base 0.95.0 - WMDeleteTextFieldRange@Base 0.95.0 - WMDestroyAlertPanel@Base 0.95.0 - WMDestroyGenericPanel@Base 0.95.0 - WMDestroyInputPanel@Base 0.95.0 - WMDestroyMenuItem@Base 0.95.0 - WMDestroyTabViewItem@Base 0.95.0 - WMDestroyTextBlock@Base 0.95.0 - WMDestroyWidget@Base 0.95.0 - WMDragImageFromView@Base 0.95.0 - WMDrawImageString@Base 0.95.0 - WMDrawPixmap@Base 0.95.0 - WMDrawString@Base 0.95.0 - WMFindInTextStream@Base 0.95.0 - WMFindRowOfListItemWithTitle@Base 0.95.0 - WMFontHeight@Base 0.95.0 - WMFontPanelFontChangedNotification@Base 0.95.0 - WMFreeColorPanel@Base 0.95.0 - WMFreeFilePanel@Base 0.95.0 - WMFreeFontPanel@Base 0.95.0 - WMFreezeText@Base 0.95.0 - WMGetApplicationIconImage@Base 0.95.0 - WMGetApplicationIconPixmap@Base 0.95.0 - WMGetBrowserFirstVisibleColumn@Base 0.95.0 - WMGetBrowserListInColumn@Base 0.95.0 - WMGetBrowserMaxVisibleColumns@Base 0.95.0 - WMGetBrowserNumberOfColumns@Base 0.95.0 - WMGetBrowserPath@Base 0.95.0 - WMGetBrowserPathToColumn@Base 0.95.0 - WMGetBrowserPaths@Base 0.95.0 - WMGetBrowserSelectedColumn@Base 0.95.0 - WMGetBrowserSelectedItemInColumn@Base 0.95.0 - WMGetBrowserSelectedRowInColumn@Base 0.95.0 - WMGetButtonEnabled@Base 0.95.0 - WMGetButtonSelected@Base 0.95.0 - WMGetButtonText@Base 0.95.7 - WMGetColorAlpha@Base 0.95.0 - WMGetColorPanel@Base 0.95.0 - WMGetColorPanelColor@Base 0.95.0 - WMGetColorRGBDescription@Base 0.95.0 - WMGetColorWellColor@Base 0.95.0 - WMGetDragOperationItemText@Base 0.95.0 - WMGetDragOperationItemType@Base 0.95.0 - WMGetFilePanelAccessoryView@Base 0.95.0 - WMGetFilePanelFileName@Base 0.95.0 - WMGetFontName@Base 0.95.0 - WMGetFontPanel@Base 0.95.0 - WMGetFontPanelFont@Base 0.95.0 - WMGetGrabbedRulerMargin@Base 0.95.0 - WMGetHangedData@Base 0.95.0 - WMGetLabelFont@Base 0.95.0 - WMGetLabelImage@Base 0.95.0 - WMGetLabelText@Base 0.95.0 - WMGetListItem@Base 0.95.0 - WMGetListItemHeight@Base 0.95.0 - WMGetListItems@Base 0.95.0 - WMGetListNumberOfRows@Base 0.95.0 - WMGetListPosition@Base 0.95.0 - WMGetListSelectedItem@Base 0.95.0 - WMGetListSelectedItemRow@Base 0.95.0 - WMGetListSelectedItems@Base 0.95.0 - WMGetMenuItemAction@Base 0.95.0 - WMGetMenuItemData@Base 0.95.0 - WMGetMenuItemEnabled@Base 0.95.0 - WMGetMenuItemMixedStatePixmap@Base 0.95.0 - WMGetMenuItemOffStatePixmap@Base 0.95.0 - WMGetMenuItemOnStatePixmap@Base 0.95.0 - WMGetMenuItemPixmap@Base 0.95.0 - WMGetMenuItemRepresentedObject@Base 0.95.0 - WMGetMenuItemShortcut@Base 0.95.0 - WMGetMenuItemShortcutModifierMask@Base 0.95.0 - WMGetMenuItemState@Base 0.95.0 - WMGetMenuItemTitle@Base 0.95.0 - WMGetOpenPanel@Base 0.95.0 - WMGetPixmapMaskXID@Base 0.95.0 - WMGetPixmapSize@Base 0.95.0 - WMGetPixmapXID@Base 0.95.0 - WMGetPopUpButtonEnabled@Base 0.95.0 - WMGetPopUpButtonItem@Base 0.95.0 - WMGetPopUpButtonItemEnabled@Base 0.95.0 - WMGetPopUpButtonMenuItem@Base 0.95.0 - WMGetPopUpButtonNumberOfItems@Base 0.95.0 - WMGetPopUpButtonSelectedItem@Base 0.95.0 - WMGetProgressIndicatorMaxValue@Base 0.95.0 - WMGetProgressIndicatorMinValue@Base 0.95.0 - WMGetProgressIndicatorValue@Base 0.95.0 - WMGetRColorFromColor@Base 0.95.0 - WMGetReleasedRulerMargin@Base 0.95.0 - WMGetRulerMargins@Base 0.95.0 - WMGetRulerOffset@Base 0.95.0 - WMGetSavePanel@Base 0.95.0 - WMGetScaleBaseFromSystemFont@Base 0.95.9 - WMGetScrollViewHorizontalScroller@Base 0.95.0 - WMGetScrollViewVerticalScroller@Base 0.95.0 - WMGetScrollViewVisibleRect@Base 0.95.0 - WMGetScrollerHitPart@Base 0.95.0 - WMGetScrollerKnobProportion@Base 0.95.0 - WMGetScrollerValue@Base 0.95.0 - WMGetSelectedTabViewItem@Base 0.95.0 - WMGetSeparatorMenuItem@Base 0.95.0 - WMGetSliderMaxValue@Base 0.95.0 - WMGetSliderMinValue@Base 0.95.0 - WMGetSliderValue@Base 0.95.0 - WMGetSplitViewDividerThickness@Base 0.95.0 - WMGetSplitViewSubviewAt@Base 0.95.0 - WMGetSplitViewSubviewsCount@Base 0.95.0 - WMGetSplitViewVertical@Base 0.95.0 - WMGetSystemPixmap@Base 0.95.0 - WMGetTabViewItemIdentifier@Base 0.95.0 - WMGetTabViewItemLabel@Base 0.95.0 - WMGetTabViewItemView@Base 0.95.0 - WMGetTextBlockProperties@Base 0.95.0 - WMGetTextDefaultColor@Base 0.95.0 - WMGetTextDefaultFont@Base 0.95.0 - WMGetTextEditable@Base 0.95.0 - WMGetTextFieldCursorPosition@Base 0.95.0 - WMGetTextFieldDelegate@Base 0.95.0 - WMGetTextFieldEditable@Base 0.95.0 - WMGetTextFieldFont@Base 0.95.0 - WMGetTextFieldText@Base 0.95.0 - WMGetTextIgnoresNewline@Base 0.95.0 - WMGetTextInsertType@Base 0.95.0 - WMGetTextObjects@Base 0.95.0 - WMGetTextRulerShown@Base 0.95.0 - WMGetTextSelectedObjects@Base 0.95.0 - WMGetTextSelectedStream@Base 0.95.0 - WMGetTextSelectionColor@Base 0.95.0 - WMGetTextSelectionFont@Base 0.95.0 - WMGetTextSelectionUnderlined@Base 0.95.0 - WMGetTextStream@Base 0.95.0 - WMGetTextUsesMonoFont@Base 0.95.0 - WMGetViewPosition@Base 0.95.0 - WMGetViewScreenPosition@Base 0.95.0 - WMGetViewSize@Base 0.95.0 - WMGetWidgetBackgroundColor@Base 0.95.0 - WMGetWidgetBackgroundPixmap@Base 0.95.7 - WMGrayColor@Base 0.95.0 - WMGreenComponentOfColor@Base 0.95.0 - WMGroupButtons@Base 0.95.0 - WMHandleEvent@Base 0.95.0 - WMHangData@Base 0.95.0 - WMHideFontPanel@Base 0.95.0 - WMHookEventHandler@Base 0.95.0 - WMInsertBrowserItem@Base 0.95.0 - WMInsertItemInTabView@Base 0.95.0 - WMInsertListItem@Base 0.95.0 - WMInsertPopUpButtonItem@Base 0.95.0 - WMInsertTextFieldText@Base 0.95.0 - WMIsAntialiasingEnabled@Base 0.95.0 - WMIsDoubleClick@Base 0.95.0 - WMIsDraggingFromView@Base 0.95.0 - WMIsMarginEqualToMargin@Base 0.95.0 - WMListAllowsEmptySelection@Base 0.95.0 - WMListAllowsMultipleSelection@Base 0.95.0 - WMListDidScrollNotification@Base 0.95.0 - WMListSelectionDidChangeNotification@Base 0.95.0 - WMLoadBrowserColumnZero@Base 0.95.0 - WMLowerWidget@Base 0.95.0 - WMMapSubwidgets@Base 0.95.0 - WMMapWidget@Base 0.95.0 - WMMaskEvent@Base 0.95.0 - WMMenuItemIsSeparator@Base 0.95.0 - WMMoveWidget@Base 0.95.0 - WMNextEvent@Base 0.95.0 - WMOpenScreen@Base 0.95.0 - WMPageText@Base 0.95.0 - WMPaintColorSwatch@Base 0.95.0 - WMPerformButtonClick@Base 0.95.0 - WMPrependTextBlock@Base 0.95.0 - WMPrependTextStream@Base 0.95.0 - WMRaiseWidget@Base 0.95.0 - WMRealizeWidget@Base 0.95.0 - WMRedComponentOfColor@Base 0.95.0 - WMRedisplayWidget@Base 0.95.0 - WMRegisterViewForDraggedTypes@Base 0.95.0 - WMRelayToNextResponder@Base 0.95.0 - WMReleaseColor@Base 0.95.0 - WMReleaseFont@Base 0.95.0 - WMReleasePixmap@Base 0.95.0 - WMReleaseViewDragImage@Base 0.95.0 - WMRemoveBoxSubview@Base 0.95.0 - WMRemoveBrowserItem@Base 0.95.0 - WMRemoveListItem@Base 0.95.0 - WMRemovePopUpButtonItem@Base 0.95.0 - WMRemoveSplitViewSubview@Base 0.95.0 - WMRemoveSplitViewSubviewAt@Base 0.95.0 - WMRemoveTabViewItem@Base 0.95.0 - WMRemoveTextBlock@Base 0.95.0 - WMReparentWidget@Base 0.95.0 - WMReplaceTextSelection@Base 0.95.0 - WMRequestSelection@Base 0.95.0 - WMResizeScrollViewContent@Base 0.95.0 - WMResizeWidget@Base 0.95.0 - WMRetainColor@Base 0.95.0 - WMRetainFont@Base 0.95.0 - WMRetainPixmap@Base 0.95.0 - WMRunAlertPanel@Base 0.95.0 - WMRunInputPanel@Base 0.95.0 - WMRunModalFilePanelForDirectory@Base 0.95.0 - WMRunModalLoop@Base 0.95.0 - WMScreenDepth@Base 0.95.0 - WMScreenDisplay@Base 0.95.0 - WMScreenHeight@Base 0.95.0 - WMScreenMainLoop@Base 0.95.0 - WMScreenPending@Base 0.95.0 - WMScreenRContext@Base 0.95.0 - WMScreenWidth@Base 0.95.0 - WMScrollText@Base 0.95.0 - WMScrollViewScrollPoint@Base 0.95.0 - WMScrollerDidScrollNotification@Base 0.95.0 - WMSelectAllListItems@Base 0.95.0 - WMSelectFirstTabViewItem@Base 0.95.0 - WMSelectLastTabViewItem@Base 0.95.0 - WMSelectListItem@Base 0.95.0 - WMSelectListItemsInRange@Base 0.95.0 - WMSelectNextTabViewItem@Base 0.95.0 - WMSelectPreviousTabViewItem@Base 0.95.0 - WMSelectTabViewItem@Base 0.95.0 - WMSelectTabViewItemAtIndex@Base 0.95.0 - WMSelectTextFieldRange@Base 0.95.0 - WMSelectionOwnerDidChangeNotification@Base 0.95.0 - WMSetApplicationHasAppIcon@Base 0.95.0 - WMSetApplicationIconImage@Base 0.95.0 - WMSetApplicationIconPixmap@Base 0.95.0 - WMSetApplicationIconWindow@Base 0.95.0 - WMSetBalloonDelay@Base 0.95.0 - WMSetBalloonEnabled@Base 0.95.0 - WMSetBalloonFont@Base 0.95.0 - WMSetBalloonTextAlignment@Base 0.95.0 - WMSetBalloonTextColor@Base 0.95.0 - WMSetBalloonTextForView@Base 0.95.0 - WMSetBoxBorderWidth@Base 0.95.0 - WMSetBoxHorizontal@Base 0.95.0 - WMSetBrowserAction@Base 0.95.0 - WMSetBrowserAllowEmptySelection@Base 0.95.0 - WMSetBrowserAllowMultipleSelection@Base 0.95.0 - WMSetBrowserColumnTitle@Base 0.95.0 - WMSetBrowserDelegate@Base 0.95.0 - WMSetBrowserDoubleAction@Base 0.95.0 - WMSetBrowserHasScroller@Base 0.95.0 - WMSetBrowserMaxVisibleColumns@Base 0.95.0 - WMSetBrowserPath@Base 0.95.0 - WMSetBrowserPathSeparator@Base 0.95.0 - WMSetBrowserTitled@Base 0.95.0 - WMSetButtonAction@Base 0.95.0 - WMSetButtonAltImage@Base 0.95.0 - WMSetButtonAltText@Base 0.95.0 - WMSetButtonAltTextColor@Base 0.95.0 - WMSetButtonBordered@Base 0.95.0 - WMSetButtonContinuous@Base 0.95.0 - WMSetButtonDisabledTextColor@Base 0.95.0 - WMSetButtonEnabled@Base 0.95.0 - WMSetButtonFont@Base 0.95.0 - WMSetButtonImage@Base 0.95.0 - WMSetButtonImageDefault@Base 0.95.0 - WMSetButtonImageDimsWhenDisabled@Base 0.95.0 - WMSetButtonImagePosition@Base 0.95.0 - WMSetButtonPeriodicDelay@Base 0.95.0 - WMSetButtonSelected@Base 0.95.0 - WMSetButtonTag@Base 0.95.0 - WMSetButtonText@Base 0.95.0 - WMSetButtonTextAlignment@Base 0.95.0 - WMSetButtonTextColor@Base 0.95.0 - WMSetColorAlpha@Base 0.95.0 - WMSetColorInGC@Base 0.95.0 - WMSetColorPanelAction@Base 0.95.0 - WMSetColorPanelColor@Base 0.95.0 - WMSetColorPanelPickerMode@Base 0.95.0 - WMSetColorWellColor@Base 0.95.0 - WMSetFilePanelAccessoryView@Base 0.95.0 - WMSetFilePanelAutoCompletion@Base 0.95.0 - WMSetFilePanelCanChooseDirectories@Base 0.95.0 - WMSetFilePanelCanChooseFiles@Base 0.95.0 - WMSetFilePanelDirectory@Base 0.95.0 - WMSetFocusToWidget@Base 0.95.0 - WMSetFontPanelAction@Base 0.95.0 - WMSetFontPanelFont@Base 0.95.0 - WMSetFrameRelief@Base 0.95.0 - WMSetFrameTitle@Base 0.95.0 - WMSetFrameTitleColor@Base 0.95.6 - WMSetFrameTitlePosition@Base 0.95.0 - WMSetLabelFont@Base 0.95.0 - WMSetLabelImage@Base 0.95.0 - WMSetLabelImagePosition@Base 0.95.0 - WMSetLabelRelief@Base 0.95.0 - WMSetLabelText@Base 0.95.0 - WMSetLabelTextAlignment@Base 0.95.0 - WMSetLabelTextColor@Base 0.95.0 - WMSetLabelWraps@Base 0.95.0 - WMSetListAction@Base 0.95.0 - WMSetListAllowEmptySelection@Base 0.95.0 - WMSetListAllowMultipleSelection@Base 0.95.0 - WMSetListBottomPosition@Base 0.95.0 - WMSetListDoubleAction@Base 0.95.0 - WMSetListPosition@Base 0.95.0 - WMSetListSelectionToRange@Base 0.95.0 - WMSetListUserDrawItemHeight@Base 0.95.0 - WMSetListUserDrawProc@Base 0.95.0 - WMSetMenuItemAction@Base 0.95.0 - WMSetMenuItemEnabled@Base 0.95.0 - WMSetMenuItemMixedStatePixmap@Base 0.95.0 - WMSetMenuItemOffStatePixmap@Base 0.95.0 - WMSetMenuItemOnStatePixmap@Base 0.95.0 - WMSetMenuItemPixmap@Base 0.95.0 - WMSetMenuItemRepresentedObject@Base 0.95.0 - WMSetMenuItemShortcut@Base 0.95.0 - WMSetMenuItemShortcutModifierMask@Base 0.95.0 - WMSetMenuItemState@Base 0.95.0 - WMSetMenuItemTitle@Base 0.95.0 - WMSetPopUpButtonAction@Base 0.95.0 - WMSetPopUpButtonEnabled@Base 0.95.0 - WMSetPopUpButtonItemEnabled@Base 0.95.0 - WMSetPopUpButtonPullsDown@Base 0.95.0 - WMSetPopUpButtonSelectedItem@Base 0.95.0 - WMSetPopUpButtonText@Base 0.95.0 - WMSetProgressIndicatorMaxValue@Base 0.95.0 - WMSetProgressIndicatorMinValue@Base 0.95.0 - WMSetProgressIndicatorValue@Base 0.95.0 - WMSetRulerMargins@Base 0.95.0 - WMSetRulerMoveAction@Base 0.95.0 - WMSetRulerOffset@Base 0.95.0 - WMSetRulerReleaseAction@Base 0.95.0 - WMSetScrollViewContentView@Base 0.95.0 - WMSetScrollViewHasHorizontalScroller@Base 0.95.0 - WMSetScrollViewHasVerticalScroller@Base 0.95.0 - WMSetScrollViewLineScroll@Base 0.95.0 - WMSetScrollViewPageScroll@Base 0.95.0 - WMSetScrollViewRelief@Base 0.95.0 - WMSetScrollerAction@Base 0.95.0 - WMSetScrollerArrowsPosition@Base 0.95.0 - WMSetScrollerParameters@Base 0.95.0 - WMSetSliderAction@Base 0.95.0 - WMSetSliderContinuous@Base 0.95.0 - WMSetSliderImage@Base 0.95.0 - WMSetSliderKnobThickness@Base 0.95.0 - WMSetSliderMaxValue@Base 0.95.0 - WMSetSliderMinValue@Base 0.95.0 - WMSetSliderValue@Base 0.95.0 - WMSetSplitViewConstrainProc@Base 0.95.0 - WMSetSplitViewVertical@Base 0.95.0 - WMSetTabViewDelegate@Base 0.95.0 - WMSetTabViewEnabled@Base 0.95.0 - WMSetTabViewFont@Base 0.95.0 - WMSetTabViewItemEnabled@Base 0.95.0 - WMSetTabViewItemLabel@Base 0.95.0 - WMSetTabViewItemView@Base 0.95.0 - WMSetTabViewType@Base 0.95.0 - WMSetTextAlignment@Base 0.95.0 - WMSetTextBackgroundColor@Base 0.95.0 - WMSetTextBackgroundPixmap@Base 0.95.0 - WMSetTextBlockProperties@Base 0.95.0 - WMSetTextDefaultColor@Base 0.95.0 - WMSetTextDefaultFont@Base 0.95.0 - WMSetTextDelegate@Base 0.95.0 - WMSetTextEditable@Base 0.95.0 - WMSetTextFieldAlignment@Base 0.95.0 - WMSetTextFieldBeveled@Base 0.95.0 - WMSetTextFieldBordered@Base 0.95.0 - WMSetTextFieldCursorPosition@Base 0.95.0 - WMSetTextFieldDelegate@Base 0.95.0 - WMSetTextFieldEditable@Base 0.95.0 - WMSetTextFieldFont@Base 0.95.0 - WMSetTextFieldNextTextField@Base 0.95.0 - WMSetTextFieldPrevTextField@Base 0.95.0 - WMSetTextFieldSecure@Base 0.95.0 - WMSetTextFieldText@Base 0.95.0 - WMSetTextForegroundColor@Base 0.95.0 - WMSetTextHasHorizontalScroller@Base 0.95.0 - WMSetTextHasRuler@Base 0.95.0 - WMSetTextHasVerticalScroller@Base 0.95.0 - WMSetTextIgnoresNewline@Base 0.95.0 - WMSetTextIndentNewLines@Base 0.95.0 - WMSetTextRelief@Base 0.95.0 - WMSetTextSelectionColor@Base 0.95.0 - WMSetTextSelectionFont@Base 0.95.0 - WMSetTextSelectionUnderlined@Base 0.95.0 - WMSetTextUsesMonoFont@Base 0.95.0 - WMSetViewDragDestinationProcs@Base 0.95.0 - WMSetViewDragImage@Base 0.95.0 - WMSetViewDragSourceProcs@Base 0.95.0 - WMSetViewDraggable@Base 0.95.0 - WMSetViewExpandsToParent@Base 0.95.0 - WMSetViewNextResponder@Base 0.95.0 - WMSetViewNotifySizeChanges@Base 0.95.0 - WMSetWidgetBackgroundColor@Base 0.95.0 - WMSetWidgetBackgroundPixmap@Base 0.95.7 - WMSetWidgetDefaultBoldFont@Base 0.95.0 - WMSetWidgetDefaultFont@Base 0.95.0 - WMSetWindowAspectRatio@Base 0.95.0 - WMSetWindowBaseSize@Base 0.95.0 - WMSetWindowCloseAction@Base 0.95.0 - WMSetWindowDocumentEdited@Base 0.95.0 - WMSetWindowInitialPosition@Base 0.95.0 - WMSetWindowLevel@Base 0.95.0 - WMSetWindowMaxSize@Base 0.95.0 - WMSetWindowMinSize@Base 0.95.0 - WMSetWindowMiniwindowImage@Base 0.95.0 - WMSetWindowMiniwindowPixmap@Base 0.95.0 - WMSetWindowMiniwindowTitle@Base 0.95.0 - WMSetWindowResizeIncrements@Base 0.95.0 - WMSetWindowTitle@Base 0.95.0 - WMSetWindowUserPosition@Base 0.95.0 - WMShowColorPanel@Base 0.95.0 - WMShowFontPanel@Base 0.95.0 - WMShowTextRuler@Base 0.95.0 - WMSortBrowserColumn@Base 0.95.0 - WMSortBrowserColumnWithComparer@Base 0.95.0 - WMSortListItems@Base 0.95.0 - WMSortListItemsWithComparer@Base 0.95.0 - WMSystemFontOfSize@Base 0.95.0 - WMTabViewItemAtPoint@Base 0.95.0 - WMTextDidBeginEditingNotification@Base 0.95.0 - WMTextDidChangeNotification@Base 0.95.0 - WMTextDidEndEditingNotification@Base 0.95.0 - WMThawText@Base 0.95.0 - WMUnmapSubwidgets@Base 0.95.0 - WMUnmapWidget@Base 0.95.0 - WMUnregisterViewDraggedTypes@Base 0.95.0 - WMUnselectAllListItems@Base 0.95.0 - WMUnselectListItem@Base 0.95.0 - WMUnsetViewDraggable@Base 0.95.0 - WMViewFocusDidChangeNotification@Base 0.95.0 - WMViewRealizedNotification@Base 0.95.0 - WMViewSizeDidChangeNotification@Base 0.95.0 - WMViewXID@Base 0.95.0 - WMWhiteColor@Base 0.95.0 - WMWidgetHeight@Base 0.95.0 - WMWidgetIsMapped@Base 0.95.0 - WMWidgetOfView@Base 0.95.0 - WMWidgetScreen@Base 0.95.0 - WMWidgetWidth@Base 0.95.0 - WMWidgetXID@Base 0.95.0 - WMWidthOfString@Base 0.95.0 - WSetColorWellBordered@Base 0.95.0 - W_ActionToOperation@Base 0.95.0 - W_BalloonHandleEnterView@Base 0.95.0 - W_BalloonHandleLeaveView@Base 0.95.0 - W_BroadcastMessage@Base 0.95.0 - W_CallDestroyHandlers@Base 0.95.0 - W_CreateBalloon@Base 0.95.0 - W_CreateIC@Base 0.95.0 - W_CreateRootView@Base 0.95.0 - W_CreateTopView@Base 0.95.0 - W_CreateUnmanagedTopView@Base 0.95.0 - W_CreateView@Base 0.95.0 - W_DestroyIC@Base 0.95.0 - W_DestroyView@Base 0.95.0 - W_DispatchMessage@Base 0.95.0 - W_DragDestinationCancelDropOnEnter@Base 0.95.0 - W_DragDestinationInfoClear@Base 0.95.0 - W_DragDestinationStartTimer@Base 0.95.0 - W_DragDestinationStateHandler@Base 0.95.0 - W_DragDestinationStopTimer@Base 0.95.0 - W_DragDestinationStoreEnterMsgInfo@Base 0.95.0 - W_DragDestinationStorePositionMsgInfo@Base 0.95.0 - W_DragSourceStartTimer@Base 0.95.0 - W_DragSourceStateHandler@Base 0.95.0 - W_DragSourceStopTimer@Base 0.95.0 - W_DrawRelief@Base 0.95.0 - W_DrawReliefWithGC@Base 0.95.0 - W_FocusIC@Base 0.95.0 - W_FocusedViewOfToplevel@Base 0.95.0 - W_FreeViewXdndPart@Base 0.95.0 - W_GetTextHeight@Base 0.95.0 - W_GetViewForXWindow@Base 0.95.0 - W_HandleDNDClientMessage@Base 0.95.0 - W_HandleSelectionEvent@Base 0.95.0 - W_InitApplication@Base 0.95.0 - W_InitIM@Base 0.95.0 - W_LookupString@Base 0.95.0 - W_LowerView@Base 0.95.0 - W_MapSubviews@Base 0.95.0 - W_MapView@Base 0.95.0 - W_MoveView@Base 0.95.0 - W_OperationToAction@Base 0.95.0 - W_PaintText@Base 0.95.0 - W_PaintTextAndImage@Base 0.95.0 - W_RaiseView@Base 0.95.0 - W_ReadConfigurations@Base 0.95.0 - W_RealizeView@Base 0.95.0 - W_RedisplayView@Base 0.95.0 - W_RegisterUserWidget@Base 0.95.0 - W_ReleaseView@Base 0.95.0 - W_ReparentView@Base 0.95.0 - W_ResizeView@Base 0.95.0 - W_RetainView@Base 0.95.0 - W_SendDnDClientMessage@Base 0.95.0 - W_SetFocusOfTopLevel@Base 0.95.0 - W_SetPreeditPositon@Base 0.95.0 - W_SetViewBackgroundColor@Base 0.95.0 - W_SetViewBackgroundPixmap@Base 0.95.7 - W_SetViewCursor@Base 0.95.0 - W_TopLevelOfView@Base 0.95.0 - W_UnFocusIC@Base 0.95.0 - W_UnmapSubviews@Base 0.95.0 - W_UnmapView@Base 0.95.0 - W_getconf_mouseWheelDown@Base 0.95.5 - W_getconf_mouseWheelUp@Base 0.95.5 - W_setconf_doubleClickDelay@Base 0.95.5 - _BrowserViewDelegate@Base 0.95.0 - _ColorWellViewDelegate@Base 0.95.0 - _ProgressIndicatorDelegate@Base 0.95.0 - _RulerViewDelegate@Base 0.95.0 - _ScrollViewViewDelegate@Base 0.95.0 - _ScrollerViewDelegate@Base 0.95.0 - _SliderViewDelegate@Base 0.95.0 - _TextFieldViewDelegate@Base 0.95.0 - _TextViewDelegate@Base 0.95.0 - _WindowViewDelegate@Base 0.95.0 - colorListMenuItem@Base 0.95.0 - customPaletteMenuItem@Base 0.95.0 - rgbCharToInt@Base 0.95.6 - rgbColors@Base 0.95.0 - rgbIntToChar@Base 0.95.6 - wmkpoint@Base 0.95.0 - wmkrect@Base 0.95.0 - wmksize@Base 0.95.0 diff --git a/debian/libwmaker-dev.examples b/debian/libwmaker-dev.examples deleted file mode 100644 index 33e14b17..00000000 --- a/debian/libwmaker-dev.examples +++ /dev/null @@ -1 +0,0 @@ -test/wtest.c diff --git a/debian/libwmaker-dev.install b/debian/libwmaker-dev.install deleted file mode 100644 index 7651a15f..00000000 --- a/debian/libwmaker-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/WMaker.h -usr/lib/*/libWMaker.a -usr/lib/*/libWMaker.so -usr/lib/*/pkgconfig/wmlib.pc diff --git a/debian/libwmaker1.install b/debian/libwmaker1.install deleted file mode 100644 index a8a3133c..00000000 --- a/debian/libwmaker1.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libWMaker.so.* diff --git a/debian/libwmaker1.symbols b/debian/libwmaker1.symbols deleted file mode 100644 index 80d81dfc..00000000 --- a/debian/libwmaker1.symbols +++ /dev/null @@ -1,13 +0,0 @@ -libWMaker.so.1 libwmaker1 #MINVER# -* Build-Depends-Package: libwmaker-dev - WMAppAddWindow@Base 0.95.7 - WMAppCreateWithMain@Base 0.95.7 - WMAppSetMainMenu@Base 0.95.7 - WMHideApplication@Base 0.95.7 - WMHideOthers@Base 0.95.7 - WMMenuAddItem@Base 0.95.7 - WMMenuAddSubmenu@Base 0.95.7 - WMMenuCreate@Base 0.95.7 - WMProcessEvent@Base 0.95.7 - WMRealizeMenus@Base 0.95.7 - WMSetWindowAttributes@Base 0.95.7 diff --git a/debian/libwraster-dev.docs b/debian/libwraster-dev.docs deleted file mode 100644 index 5ae9dabc..00000000 --- a/debian/libwraster-dev.docs +++ /dev/null @@ -1,3 +0,0 @@ -wrlib/NEWS -wrlib/README -wrlib/TODO diff --git a/debian/libwraster-dev.install b/debian/libwraster-dev.install deleted file mode 100644 index 104d4fd2..00000000 --- a/debian/libwraster-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/wraster.h -usr/lib/*/libwraster.a -usr/lib/*/libwraster.so -usr/lib/*/pkgconfig/wrlib.pc diff --git a/debian/libwraster6.docs b/debian/libwraster6.docs deleted file mode 100644 index 79ecf3bc..00000000 --- a/debian/libwraster6.docs +++ /dev/null @@ -1 +0,0 @@ -wrlib/README diff --git a/debian/libwraster6.install b/debian/libwraster6.install deleted file mode 100644 index 87b76f17..00000000 --- a/debian/libwraster6.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libwraster.so.* diff --git a/debian/libwraster6.symbols b/debian/libwraster6.symbols deleted file mode 100644 index a82f08c3..00000000 --- a/debian/libwraster6.symbols +++ /dev/null @@ -1,62 +0,0 @@ -libwraster.so.6 libwraster6 #MINVER# -* Build-Depends-Package: libwraster-dev - LIBWRASTER6@LIBWRASTER6 0.95.8 - RBevelImage@LIBWRASTER6 0.95.8 - RBlurImage@LIBWRASTER6 0.95.8 - RClearImage@LIBWRASTER6 0.95.8 - RCloneImage@LIBWRASTER6 0.95.8 - RCombineAlpha@LIBWRASTER6 0.95.8 - RCombineArea@LIBWRASTER6 0.95.8 - RCombineAreaWithOpaqueness@LIBWRASTER6 0.95.8 - RCombineImageWithColor@LIBWRASTER6 0.95.8 - RCombineImages@LIBWRASTER6 0.95.8 - RCombineImagesWithOpaqueness@LIBWRASTER6 0.95.8 - RConvertImage@LIBWRASTER6 0.95.8 - RConvertImageMask@LIBWRASTER6 0.95.8 - RCopyArea@LIBWRASTER6 0.95.8 - RCreateContext@LIBWRASTER6 0.95.8 - RCreateImage@LIBWRASTER6 0.95.8 - RCreateImageFromDrawable@LIBWRASTER6 0.95.8 - RCreateImageFromXImage@LIBWRASTER6 0.95.8 - RCreateXImage@LIBWRASTER6 0.95.8 - RDestroyContext@LIBWRASTER6 0.95.8 - RDestroyXImage@LIBWRASTER6 0.95.8 - RDrawLine@LIBWRASTER6 0.95.8 - RDrawLines@LIBWRASTER6 0.95.8 - RDrawSegments@LIBWRASTER6 0.95.8 - RErrorCode@LIBWRASTER6 0.95.8 - RFillImage@LIBWRASTER6 0.95.8 - RFlipImage@LIBWRASTER6 0.95.8 - RGetClosestXColor@LIBWRASTER6 0.95.8 - RGetImageFileFormat@LIBWRASTER6 0.95.8 - RGetImageFromXPMData@LIBWRASTER6 0.95.8 - RGetPixel@LIBWRASTER6 0.95.8 - RGetSubImage@LIBWRASTER6 0.95.8 - RGetXImage@LIBWRASTER6 0.95.8 - RHSVtoRGB@LIBWRASTER6 0.95.8 - RLightImage@LIBWRASTER6 0.95.8 - RLoadImage@LIBWRASTER6 0.95.8 - RMakeCenteredImage@LIBWRASTER6 0.95.8 - RMakeTiledImage@LIBWRASTER6 0.95.8 - RMessageForError@LIBWRASTER6 0.95.8 - ROperateLine@LIBWRASTER6 0.95.8 - ROperateLines@LIBWRASTER6 0.95.8 - ROperatePixel@LIBWRASTER6 0.95.8 - ROperatePixels@LIBWRASTER6 0.95.8 - ROperateRectangle@LIBWRASTER6 0.95.8 - ROperateSegments@LIBWRASTER6 0.95.8 - RPutPixel@LIBWRASTER6 0.95.8 - RPutPixels@LIBWRASTER6 0.95.8 - RPutXImage@LIBWRASTER6 0.95.8 - RRGBtoHSV@LIBWRASTER6 0.95.8 - RReleaseImage@LIBWRASTER6 0.95.8 - RRenderGradient@LIBWRASTER6 0.95.8 - RRenderInterwovenGradient@LIBWRASTER6 0.95.8 - RRenderMultiGradient@LIBWRASTER6 0.95.8 - RRetainImage@LIBWRASTER6 0.95.8 - RRotateImage@LIBWRASTER6 0.95.8 - RSaveImage@LIBWRASTER6 0.95.8 - RScaleImage@LIBWRASTER6 0.95.8 - RShutdown@LIBWRASTER6 0.95.8 - RSmoothScaleImage@LIBWRASTER6 0.95.8 - RSupportedFileFormats@LIBWRASTER6 0.95.8 diff --git a/debian/libwutil5.install b/debian/libwutil5.install deleted file mode 100644 index 63265862..00000000 --- a/debian/libwutil5.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libWUtil.so.* diff --git a/debian/libwutil5.symbols b/debian/libwutil5.symbols deleted file mode 100644 index 552c34f9..00000000 --- a/debian/libwutil5.symbols +++ /dev/null @@ -1,249 +0,0 @@ -libWUtil.so.5 libwutil5 #MINVER# -* Build-Depends-Package: libwings-dev - WHandleEvents@Base 0.95.5 - WMAddIdleHandler@Base 0.95.5 - WMAddInputHandler@Base 0.95.5 - WMAddNotificationObserver@Base 0.95.5 - WMAddPersistentTimerHandler@Base 0.95.5 - WMAddTimerHandler@Base 0.95.5 - WMAddToArray@Base 0.95.5 - WMAddToPLArray@Base 0.95.5 - WMAppendArray@Base 0.95.5 - WMAppendBag@Base 0.95.5 - WMAppendData@Base 0.95.5 - WMAppendDataBytes@Base 0.95.5 - WMApplication@Base 0.95.5 - WMArrayFirst@Base 0.95.5 - WMArrayLast@Base 0.95.5 - WMArrayNext@Base 0.95.5 - WMArrayPrevious@Base 0.95.5 - WMBagFirst@Base 0.95.5 - WMBagIndexForIterator@Base 0.95.5 - WMBagIteratorAtIndex@Base 0.95.5 - WMBagLast@Base 0.95.5 - WMBagNext@Base 0.95.5 - WMBagPrevious@Base 0.95.5 - WMCountHashTable@Base 0.95.5 - WMCountInArray@Base 0.95.5 - WMCountInBag@Base 0.95.5 - WMCreateArray@Base 0.95.5 - WMCreateArrayWithArray@Base 0.95.5 - WMCreateArrayWithDestructor@Base 0.95.5 - WMCreateDataWithBytes@Base 0.95.5 - WMCreateDataWithBytesNoCopy@Base 0.95.5 - WMCreateDataWithCapacity@Base 0.95.5 - WMCreateDataWithData@Base 0.95.5 - WMCreateDataWithLength@Base 0.95.5 - WMCreateHashTable@Base 0.95.5 - WMCreateNotification@Base 0.95.5 - WMCreateNotificationQueue@Base 0.95.5 - WMCreatePLArray@Base 0.95.5 - WMCreatePLData@Base 0.95.5 - WMCreatePLDataWithBytes@Base 0.95.5 - WMCreatePLDataWithBytesNoCopy@Base 0.95.5 - WMCreatePLDictionary@Base 0.95.5 - WMCreatePLString@Base 0.95.5 - WMCreatePropListFromDescription@Base 0.95.5 - WMCreateTreeBag@Base 0.95.5 - WMCreateTreeBagWithDestructor@Base 0.95.5 - WMCreateTreeNode@Base 0.95.5 - WMCreateTreeNodeWithDestructor@Base 0.95.5 - WMDataBytes@Base 0.95.5 - WMDeepCopyPropList@Base 0.95.5 - WMDeleteFromArray@Base 0.95.5 - WMDeleteFromBag@Base 0.95.5 - WMDeleteFromPLArray@Base 0.95.5 - WMDeleteIdleHandler@Base 0.95.5 - WMDeleteInputHandler@Base 0.95.5 - WMDeleteLeafForTreeNode@Base 0.95.5 - WMDeleteTimerHandler@Base 0.95.5 - WMDeleteTimerWithClientData@Base 0.95.5 - WMDequeueNotificationMatching@Base 0.95.5 - WMDestroyTreeNode@Base 0.95.5 - WMEmptyArray@Base 0.95.5 - WMEmptyBag@Base 0.95.5 - WMEnableUDPeriodicSynchronization@Base 0.95.5 - WMEnqueueCoalesceNotification@Base 0.95.5 - WMEnqueueNotification@Base 0.95.5 - WMEnumerateHashTable@Base 0.95.5 - WMEraseFromBag@Base 0.95.5 - WMFindInArray@Base 0.95.5 - WMFindInBag@Base 0.95.5 - WMFindInTree@Base 0.95.5 - WMFindInTreeWithDepthLimit@Base 0.95.5 - WMFreeArray@Base 0.95.5 - WMFreeBag@Base 0.95.5 - WMFreeHashTable@Base 0.95.5 - WMGetApplicationName@Base 0.95.5 - WMGetArrayItemCount@Base 0.95.5 - WMGetBagItemCount@Base 0.95.5 - WMGetDataBytes@Base 0.95.5 - WMGetDataBytesWithLength@Base 0.95.5 - WMGetDataBytesWithRange@Base 0.95.5 - WMGetDataForTreeNode@Base 0.95.5 - WMGetDataFormat@Base 0.95.5 - WMGetDataLength@Base 0.95.5 - WMGetDefaultNotificationQueue@Base 0.95.5 - WMGetDefaultsFromPath@Base 0.95.5 - WMGetFirstInBag@Base 0.95.5 - WMGetFromArray@Base 0.95.5 - WMGetFromBag@Base 0.95.5 - WMGetFromPLArray@Base 0.95.5 - WMGetFromPLData@Base 0.95.5 - WMGetFromPLDictionary@Base 0.95.5 - WMGetFromPLString@Base 0.95.5 - WMGetNotificationClientData@Base 0.95.5 - WMGetNotificationName@Base 0.95.5 - WMGetNotificationObject@Base 0.95.5 - WMGetPLDataBytes@Base 0.95.5 - WMGetPLDataLength@Base 0.95.5 - WMGetPLDictionaryKeys@Base 0.95.5 - WMGetParentForTreeNode@Base 0.95.5 - WMGetPropListDescription@Base 0.95.5 - WMGetPropListItemCount@Base 0.95.5 - WMGetStandardUserDefaults@Base 0.95.5 - WMGetSubarrayWithRange@Base 0.95.5 - WMGetSubdataWithRange@Base 0.95.5 - WMGetTreeNodeDepth@Base 0.95.5 - WMGetUDBoolForKey@Base 0.95.5 - WMGetUDFloatForKey@Base 0.95.5 - WMGetUDIntegerForKey@Base 0.95.5 - WMGetUDKeys@Base 0.95.5 - WMGetUDObjectForKey@Base 0.95.5 - WMGetUDSearchList@Base 0.95.5 - WMGetUDStringForKey@Base 0.95.5 - WMHashGet@Base 0.95.5 - WMHashGetItemAndKey@Base 0.95.5 - WMHashInsert@Base 0.95.5 - WMHashRemove@Base 0.95.5 - WMIncreaseDataLengthBy@Base 0.95.5 - WMInitializeApplication@Base 0.95.5 - WMInsertInArray@Base 0.95.5 - WMInsertInBag@Base 0.95.5 - WMInsertInPLArray@Base 0.95.5 - WMInsertItemInTree@Base 0.95.5 - WMInsertNodeInTree@Base 0.95.5 - WMIntHashCallbacks@Base 0.95.5 - WMIsDataEqualToData@Base 0.95.5 - WMIsPLArray@Base 0.95.5 - WMIsPLData@Base 0.95.5 - WMIsPLDictionary@Base 0.95.5 - WMIsPLString@Base 0.95.5 - WMIsPropListEqualTo@Base 0.95.5 - WMMapArray@Base 0.95.5 - WMMapBag@Base 0.95.5 - WMMergePLDictionaries@Base 0.95.5 - WMNextHashEnumeratorItem@Base 0.95.5 - WMNextHashEnumeratorItemAndKey@Base 0.95.5 - WMNextHashEnumeratorKey@Base 0.95.5 - WMPLSetCaseSensitive@Base 0.95.5 - WMPathForResourceOfType@Base 0.95.5 - WMPopFromArray@Base 0.95.5 - WMPostNotification@Base 0.95.5 - WMPostNotificationName@Base 0.95.5 - WMPutInBag@Base 0.95.5 - WMPutInPLDictionary@Base 0.95.5 - WMReadPropListFromFile@Base 0.95.5 - WMReadPropListFromPipe@Base 0.95.5 - WMReleaseApplication@Base 0.95.6 - WMReleaseData@Base 0.95.5 - WMReleaseNotification@Base 0.95.5 - WMReleasePropList@Base 0.95.5 - WMRemoveFromArrayMatching@Base 0.95.5 - WMRemoveFromBag@Base 0.95.5 - WMRemoveFromPLArray@Base 0.95.5 - WMRemoveFromPLDictionary@Base 0.95.5 - WMRemoveLeafForTreeNode@Base 0.95.5 - WMRemoveNotificationObserver@Base 0.95.5 - WMRemoveNotificationObserverWithName@Base 0.95.5 - WMRemoveUDObjectForKey@Base 0.95.5 - WMReplaceDataBytesInRange@Base 0.95.5 - WMReplaceDataForTreeNode@Base 0.95.5 - WMReplaceInArray@Base 0.95.5 - WMReplaceInBag@Base 0.95.5 - WMResetDataBytesInRange@Base 0.95.5 - WMResetHashTable@Base 0.95.5 - WMRetainData@Base 0.95.5 - WMRetainNotification@Base 0.95.5 - WMRetainPropList@Base 0.95.5 - WMSaveUserDefaults@Base 0.95.5 - WMSetData@Base 0.95.5 - WMSetDataCapacity@Base 0.95.5 - WMSetDataFormat@Base 0.95.5 - WMSetDataLength@Base 0.95.5 - WMSetResourcePath@Base 0.95.5 - WMSetUDBoolForKey@Base 0.95.5 - WMSetUDFloatForKey@Base 0.95.5 - WMSetUDIntegerForKey@Base 0.95.5 - WMSetUDObjectForKey@Base 0.95.5 - WMSetUDSearchList@Base 0.95.5 - WMSetUDStringForKey@Base 0.95.5 - WMShallowCopyPropList@Base 0.95.5 - WMSortArray@Base 0.95.5 - WMSortBag@Base 0.95.5 - WMSortLeavesForTreeNode@Base 0.95.5 - WMSortTree@Base 0.95.5 - WMStringHashCallbacks@Base 0.95.5 - WMStringPointerHashCallbacks@Base 0.95.5 - WMSubtractPLDictionaries@Base 0.95.5 - WMSynchronizeUserDefaults@Base 0.95.5 - WMTreeWalk@Base 0.95.5 - WMUserDefaultsDidChangeNotification@Base 0.95.5 - WMWritePropListToFile@Base 0.95.5 - WMenuParserCreate@Base 0.95.5 - WMenuParserDelete@Base 0.95.5 - WMenuParserError@Base 0.95.5 - WMenuParserGetFilename@Base 0.95.5 - WMenuParserGetLine@Base 0.95.5 - WMenuParserRegisterSimpleMacro@Base 0.95.5 - W_ApplicationInitialized@Base 0.95.5 - W_CheckIdleHandlers@Base 0.95.5 - W_CheckTimerHandlers@Base 0.95.5 - W_FlushASAPNotificationQueue@Base 0.95.5 - W_FlushIdleNotificationQueue@Base 0.95.5 - W_HandleInputEvents@Base 0.95.5 - W_InitNotificationCenter@Base 0.95.5 - W_ReleaseNotificationCenter@Base 0.95.6 - _WINGS_progname@Base 0.95.5 - __wmessage@Base 0.95.5 - isnamechr@Base 0.95.5 - menu_parser_define_macro@Base 0.95.5 - menu_parser_expand_macro@Base 0.95.5 - menu_parser_find_macro@Base 0.95.5 - menu_parser_free_macros@Base 0.95.5 - menu_parser_register_preset_macros@Base 0.95.5 - menu_parser_skip_spaces_and_comments@Base 0.95.5 - w_save_defaults_changes@Base 0.95.6 - w_syslog_close@Base 0.95.6 - wcopy_file@Base 0.95.5 - wdefaultspathfordomain@Base 0.95.5 - wexpandpath@Base 0.95.5 - wfindfile@Base 0.95.5 - wfindfileinarray@Base 0.95.5 - wfindfileinlist@Base 0.95.5 - wfree@Base 0.95.5 - wgethomedir@Base 0.95.5 - wglobaldefaultspathfordomain@Base 0.95.5 - wmalloc@Base 0.95.5 - wmkdirhier@Base 0.95.5 - wmkrange@Base 0.95.5 - wrealloc@Base 0.95.5 - wrelease@Base 0.95.5 - wretain@Base 0.95.5 - wrmdirhier@Base 0.95.5 - wsetabort@Base 0.95.5 - wshellquote@Base 0.95.5 - wstrappend@Base 0.95.5 - wstrconcat@Base 0.95.5 - wstrdup@Base 0.95.5 - wstrlcat@Base 0.95.5 - wstrlcpy@Base 0.95.5 - wstrndup@Base 0.95.5 - wtokenfree@Base 0.95.5 - wtokenjoin@Base 0.95.5 - wtokennext@Base 0.95.5 - wtokensplit@Base 0.95.5 - wtrimspace@Base 0.95.5 - wusergnusteppath@Base 0.95.5 - wusleep@Base 0.95.5 - wutil_shutdown@Base 0.95.6 diff --git a/debian/patches/53_Debian_WMState.diff b/debian/patches/53_Debian_WMState.diff deleted file mode 100644 index 2b949d8a..00000000 --- a/debian/patches/53_Debian_WMState.diff +++ /dev/null @@ -1,18 +0,0 @@ -Description: XTerm debian configuration. - Based on Marcelo E. Magallon diff patch. -Author: Rodolfo García Peñas (kix) -Last-Update: 2017-03-11 - ---- a/WindowMaker/Defaults/WMState.in -+++ b/WindowMaker/Defaults/WMState.in -@@ -10,8 +10,8 @@ - Lock = Yes; - }, - { -- Command = xterm; -- Name = xterm.XTerm; -+ Command = "x-terminal-emulator"; -+ Name = "x-terminal-emulator.XTerm"; - AutoLaunch = No; - Forced = No; - Position = "0,1"; diff --git a/debian/patches/75_WPrefs_to_bindir_when_gnustedir_is_set.diff b/debian/patches/75_WPrefs_to_bindir_when_gnustedir_is_set.diff deleted file mode 100644 index f7559cfc..00000000 --- a/debian/patches/75_WPrefs_to_bindir_when_gnustedir_is_set.diff +++ /dev/null @@ -1,19 +0,0 @@ -Description: Always install WPrefs binary to bindir - Even when setting --with-gnustepdir install the main WPrefs executable - to bindir (/usr/bin) for FHS compliancy. -Author: Andreas Metzler -Origin: vendor -Forwarded: no -Last-Update: 2018-09-02 - ---- a/configure.ac -+++ b/configure.ac -@@ -853,7 +853,7 @@ - [dnl User specified base path - wprefs_base_dir="$with_gnustepdir/Applications" - wprefs_datadir="$wprefs_base_dir/WPrefs.app" -- wprefs_bindir="$wprefs_base_dir/WPrefs.app"]) -+ wprefs_bindir="${bindir}"]) - AC_SUBST([wprefs_datadir])dnl - AC_SUBST([wprefs_bindir])dnl - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index da2bfa95..00000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -53_Debian_WMState.diff -75_WPrefs_to_bindir_when_gnustedir_is_set.diff diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 448f6c0c..00000000 --- a/debian/rules +++ /dev/null @@ -1,61 +0,0 @@ -#!/usr/bin/make -f -# export DH_VERBOSE=1 - -export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_CFLAGS_MAINT_APPEND += -Wall -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - -LINGUAS := $(patsubst po/%.po, %, $(wildcard po/*.po)) - -WMAKER_OPTIONS := --disable-xlocale --enable-modelock --enable-pango \ - --enable-xinerama --enable-magick -#not-enabled --enable-usermenu --disable-shape --disable-shm --enable-randr -#not-enabled --disable-xpm --disable-png --disable-jpeg --disable-gif --disable-tiff - -# Debian packages destination folder -DEBIAN_TMP := debian/tmp - -# Be careful with the leading / because some of these values are going -# to be hardcoded into the executables -BASEDIR := /usr -INCLUDEDIR := $(BASEDIR)/include -SHAREDIR := $(BASEDIR)/share -GNUSTEPDIR := $(SHAREDIR)/GNUstep/System -WMSHAREDIR := $(SHAREDIR)/WindowMaker -PIXMAPDIR := $(INCLUDEDIR)/X11/pixmaps -DEFSDATADIR := /etc/GNUstep/Defaults - -COMMON_OPTIONS := --datadir=$(SHAREDIR) \ - --with-pixmapdir=$(PIXMAPDIR) \ - --with-gnustepdir=$(GNUSTEPDIR) \ - --with-defsdatadir=$(DEFSDATADIR) - -%: - dh $@ - -override_dh_auto_configure: - env LINGUAS="$(LINGUAS)" dh_auto_configure --verbose -- \ - $(COMMON_OPTIONS) $(WMAKER_OPTIONS) - -override_dh_installdocs: - # Readmes - Copy+rename before install - # We use the root of the temporal directory debian/tmp - cp po/README $(DEBIAN_TMP)/README.po - cp README.definable-cursor $(DEBIAN_TMP)/README.definable-cursor - cp WindowMaker/Icons/README $(DEBIAN_TMP)/README.Icons - cp WindowMaker/README $(DEBIAN_TMP)/README.menu - cp WindowMaker/README.themes $(DEBIAN_TMP)/README.themes - cp WPrefs.app/README $(DEBIAN_TMP)/README.WPrefs - cp WPrefs.app/po/README $(DEBIAN_TMP)/README.WPrefs.po - dh_installdocs - -override_dh_install: - # Fix perms for /usr/share/WindowMaker/*sh before install them - chmod +x $(DEBIAN_TMP)$(WMSHAREDIR)/autostart.sh - chmod +x $(DEBIAN_TMP)$(WMSHAREDIR)/exitscript.sh - - # Install files - dh_install -XREADME - -override_dh_installwm: - dh_installwm --priority=50 diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8d..00000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/debian/source/include-binaries b/debian/source/include-binaries deleted file mode 100644 index 57ad7081..00000000 --- a/debian/source/include-binaries +++ /dev/null @@ -1,2 +0,0 @@ -debian/debianfiles/Themes/DebianSwirl.jpg -debian/debianfiles/Themes/debian.tiff diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 11a39c64..00000000 --- a/debian/source/options +++ /dev/null @@ -1,2 +0,0 @@ -# Don't store changes on autogenerated files -extend-diff-ignore = "(^|/)(distros\/.+|INSTALL-WMAKER|README.i18n)$" diff --git a/debian/watch b/debian/watch deleted file mode 100644 index f2bbd99a..00000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=4 -https://www.windowmaker.org/ (?:|.*/)WindowMaker@ANY_VERSION@@ARCHIVE_EXT@ diff --git a/debian/wmaker-common.dirs b/debian/wmaker-common.dirs deleted file mode 100644 index 24f18724..00000000 --- a/debian/wmaker-common.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/share/xsessions diff --git a/debian/wmaker-common.docs b/debian/wmaker-common.docs deleted file mode 100644 index bd7391f2..00000000 --- a/debian/wmaker-common.docs +++ /dev/null @@ -1,10 +0,0 @@ -AUTHORS -BUGFORM -BUGS -FAQ -NEWS -README -TODO -debian/debianfiles/Themes/DebianLegacy.txt -debian/tmp/README.* -util/wm-oldmenu2new diff --git a/debian/wmaker-common.install b/debian/wmaker-common.install deleted file mode 100644 index 5552d364..00000000 --- a/debian/wmaker-common.install +++ /dev/null @@ -1,18 +0,0 @@ -debian/debianfiles/Themes/Debian.style usr/share/WindowMaker/Themes -debian/debianfiles/Themes/DebianLegacy.style usr/share/WindowMaker/Themes -debian/debianfiles/Themes/DebianSwirl.jpg usr/share/WindowMaker/Backgrounds -debian/debianfiles/Themes/debian.tiff usr/share/WindowMaker/Backgrounds -debian/debianfiles/conf/WMRootMenu etc/GNUstep/Defaults -debian/debianfiles/conf/WMWindowAttributes etc/GNUstep/Defaults -debian/debianfiles/conf/WindowMaker etc/GNUstep/Defaults -debian/debianfiles/conf/plmenu.Debian etc/GNUstep/Defaults -debian/debianfiles/wmaker usr/bin -debian/debianfiles/wmaker-common.desktop usr/share/xsessions -etc/GNUstep/Defaults/WMGLOBAL -etc/GNUstep/Defaults/WMState -usr/share/WINGs -usr/share/WindowMaker -usr/share/GNUstep/System/Applications/WPrefs.app/WPrefs.tiff -usr/share/GNUstep/System/Applications/WPrefs.app/WPrefs.xpm -usr/share/GNUstep/System/Applications/WPrefs.app/tiff -usr/share/locale/*/LC_MESSAGES/*.mo diff --git a/debian/wmaker-common.links b/debian/wmaker-common.links deleted file mode 100644 index 9b6ea705..00000000 --- a/debian/wmaker-common.links +++ /dev/null @@ -1 +0,0 @@ -etc/GNUstep/Defaults/plmenu.Debian usr/share/WindowMaker/menu.hook diff --git a/debian/wmaker-common.maintscript b/debian/wmaker-common.maintscript deleted file mode 100644 index 0aad6554..00000000 --- a/debian/wmaker-common.maintscript +++ /dev/null @@ -1,6 +0,0 @@ -mv_conffile /etc/X11/WindowMaker/background.menu /usr/share/WindowMaker/background.menu 0.95.7-5~ -mv_conffile /etc/X11/WindowMaker/wmmacros /usr/share/WindowMaker/wmmacros 0.95.7-5~ -rm_conffile /etc/X11/WindowMaker/appearance.menu 0.95.7-5~ -rm_conffile /etc/X11/WindowMaker/menu.posthook 0.95.7-5~ -rm_conffile /etc/X11/WindowMaker/menu.prehook 0.95.7-5~ -rm_conffile /etc/menu-methods/wmappearance 0.95.8-2~ diff --git a/debian/wmaker-common.postinst b/debian/wmaker-common.postinst deleted file mode 100644 index 9b688d8a..00000000 --- a/debian/wmaker-common.postinst +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -set -e -#DEBHELPER# - -# run after debhelper code, which removes menu-methods. -if [ "$1" = "configure" ] && - [ x"$2" != "x" ] && - test -e /etc/GNUstep/Defaults/appearance.menu && - dpkg --compare-versions "$2" '<<' '0.95.8-2~' ; then - if head -n1 /etc/GNUstep/Defaults/appearance.menu | - grep -q 'Automatically generated file. Do not edit.' ; then - rm /etc/GNUstep/Defaults/appearance.menu - fi -fi diff --git a/debian/wmaker-common.postrm b/debian/wmaker-common.postrm deleted file mode 100644 index 49ecaec7..00000000 --- a/debian/wmaker-common.postrm +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -e -if [ "$1" = "purge" ] && test -e /etc/GNUstep/Defaults/appearance.menu ; then - rm /etc/GNUstep/Defaults/appearance.menu -fi -#DEBHELPER# diff --git a/debian/wmaker-utils.install b/debian/wmaker-utils.install deleted file mode 100644 index c3e0730d..00000000 --- a/debian/wmaker-utils.install +++ /dev/null @@ -1,8 +0,0 @@ -usr/bin/wxcopy -usr/bin/wxpaste -usr/share/man/cs/man1/wxcopy.1 -usr/share/man/cs/man1/wxpaste.1 -usr/share/man/ru/man1/wxcopy.1 -usr/share/man/ru/man1/wxpaste.1 -usr/share/man/sk/man1/wxcopy.1 -usr/share/man/sk/man1/wxpaste.1 diff --git a/debian/wmaker-utils.manpages b/debian/wmaker-utils.manpages deleted file mode 100644 index 78ee7371..00000000 --- a/debian/wmaker-utils.manpages +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/man/man1/wxcopy.1 -usr/share/man/man1/wxpaste.1 diff --git a/debian/wmaker.install b/debian/wmaker.install deleted file mode 100644 index 1baf9ea4..00000000 --- a/debian/wmaker.install +++ /dev/null @@ -1,35 +0,0 @@ -usr/bin/convertfonts usr/lib/WindowMaker -usr/bin/geticonset -usr/bin/getstyle -usr/bin/seticons -usr/bin/setstyle -usr/bin/wdread -usr/bin/wdwrite -usr/bin/wmagnify -usr/bin/wmaker usr/lib/WindowMaker -usr/bin/wmgenmenu -usr/bin/wmiv -usr/bin/wmmenugen -usr/bin/wmsetbg -usr/bin/WPrefs -usr/share/man/cs/man1/geticonset.1 -usr/share/man/cs/man1/getstyle.1 -usr/share/man/cs/man1/seticons.1 -usr/share/man/cs/man1/setstyle.1 -usr/share/man/cs/man1/wdwrite.1 -usr/share/man/cs/man1/wmaker.1 -usr/share/man/cs/man1/wmsetbg.1 -usr/share/man/ru/man1/geticonset.1 -usr/share/man/ru/man1/getstyle.1 -usr/share/man/ru/man1/seticons.1 -usr/share/man/ru/man1/setstyle.1 -usr/share/man/ru/man1/wdwrite.1 -usr/share/man/ru/man1/wmaker.1 -usr/share/man/ru/man1/wmsetbg.1 -usr/share/man/sk/man1/geticonset.1 -usr/share/man/sk/man1/getstyle.1 -usr/share/man/sk/man1/seticons.1 -usr/share/man/sk/man1/setstyle.1 -usr/share/man/sk/man1/wdwrite.1 -usr/share/man/sk/man1/wmaker.1 -usr/share/man/sk/man1/wmsetbg.1 diff --git a/debian/wmaker.links b/debian/wmaker.links deleted file mode 100644 index f37d1aba..00000000 --- a/debian/wmaker.links +++ /dev/null @@ -1 +0,0 @@ -usr/bin/wmaker usr/bin/WindowMaker diff --git a/debian/wmaker.maintscript b/debian/wmaker.maintscript deleted file mode 100644 index 28ce643d..00000000 --- a/debian/wmaker.maintscript +++ /dev/null @@ -1 +0,0 @@ -rm_conffile /etc/menu-methods/wmaker 0.95.8-2~ diff --git a/debian/wmaker.manpages b/debian/wmaker.manpages deleted file mode 100644 index 72463b59..00000000 --- a/debian/wmaker.manpages +++ /dev/null @@ -1,14 +0,0 @@ -usr/share/man/man1/geticonset.1 -usr/share/man/man1/getstyle.1 -usr/share/man/man1/seticons.1 -usr/share/man/man1/setstyle.1 -usr/share/man/man1/wdread.1 -usr/share/man/man1/wdwrite.1 -usr/share/man/man1/WindowMaker.1 -usr/share/man/man1/wmagnify.1 -usr/share/man/man1/wmaker.1 -usr/share/man/man1/wmgenmenu.1 -usr/share/man/man1/wmiv.1 -usr/share/man/man1/wmmenugen.1 -usr/share/man/man1/wmsetbg.1 -usr/share/man/man1/WPrefs.1 diff --git a/debian/wmaker.postinst b/debian/wmaker.postinst deleted file mode 100644 index 751df13f..00000000 --- a/debian/wmaker.postinst +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -set -e -#DEBHELPER# - -# run after debhelper code, which removes menu-methods. -if [ "$1" = "configure" ] && - [ x"$2" != "x" ] && - test -e /etc/GNUstep/Defaults/menu.hook && - dpkg --compare-versions "$2" '<<' '0.95.8-2~' ; then - if head -n1 /etc/GNUstep/Defaults/menu.hook | - grep -q 'Automatically generated file. Do not edit' ; then - rm /etc/GNUstep/Defaults/menu.hook - fi -fi diff --git a/debian/wmaker.postrm b/debian/wmaker.postrm deleted file mode 100644 index 2671a526..00000000 --- a/debian/wmaker.postrm +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -e -if [ "$1" = "purge" ] && test -e /etc/GNUstep/Defaults/menu.hook ; then - rm /etc/GNUstep/Defaults/menu.hook -fi -#DEBHELPER# diff --git a/debian/wmaker.wm b/debian/wmaker.wm deleted file mode 100644 index 127da351..00000000 --- a/debian/wmaker.wm +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/wmaker