--- openbox-3.4.10.orig/debian/openbox-dev.links +++ openbox-3.4.10/debian/openbox-dev.links @@ -0,0 +1,2 @@ +/usr/lib/libobparser.so.21.0.2 /usr/lib/libobparser.so +/usr/lib/libobrender.so.21.0.2 /usr/lib/libobrender.so --- openbox-3.4.10.orig/debian/openbox.dirs +++ openbox-3.4.10/debian/openbox.dirs @@ -0,0 +1,2 @@ +usr/share/pixmaps +usr/share/applications --- openbox-3.4.10.orig/debian/README.source +++ openbox-3.4.10/debian/README.source @@ -0,0 +1,2 @@ +This packages uses quilt to manage all modifications to the upstream source code. Please refer to /usr/share/doc/quilt/README.source for usage instructions. +-- Nico Golde Sa Jan 02 14:57:47 CET 2010 --- openbox-3.4.10.orig/debian/openbox-dev.docs +++ openbox-3.4.10/debian/openbox-dev.docs @@ -0,0 +1,2 @@ +AUTHORS +README --- openbox-3.4.10.orig/debian/openbox.preinst +++ openbox-3.4.10/debian/openbox.preinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ "$1" = upgrade ]; then + update-alternatives --remove x-window-manager /usr/bin/openbox-session +fi + +#DEBHELPER# + +exit 0 --- openbox-3.4.10.orig/debian/libobrender21.docs +++ openbox-3.4.10/debian/libobrender21.docs @@ -0,0 +1,2 @@ +AUTHORS +README --- openbox-3.4.10.orig/debian/openbox.menu +++ openbox-3.4.10/debian/openbox.menu @@ -0,0 +1,3 @@ +?package(openbox):needs="wm" section="Window Managers" \ + title="Openbox" command="/usr/bin/openbox" \ + icon="/usr/share/pixmaps/openbox.xpm" --- openbox-3.4.10.orig/debian/changelog +++ openbox-3.4.10/debian/changelog @@ -0,0 +1,656 @@ +openbox (3.4.10-1) unstable; urgency=low + + * New upstream release. + * Add ${misc:Depends} to Depends of libobparser21,libobrender and openbox. + * Add dummy README.source file. + * Update install files for libobparser/libobrender as the shared + library minor version changed. + + -- Nico Golde Sat, 02 Jan 2010 14:55:54 +0100 + +openbox (3.4.9-2) unstable; urgency=low + + * Add libxau-dev to build-depends as it was previously only installed + as a transitive dependency by other dependencies (Closes: #555787). + Previous fix incomplete. + + -- Nico Golde Sat, 02 Jan 2010 14:42:16 +0100 + +openbox (3.4.9-1) unstable; urgency=low + + * New upstream release + - Prevent focus from moving under the mouse after activating a window + with an openbox menu (Closes: #517038) + - NOTE: this release introduces a new tool named obprop. I did not + include this tool in the package yet as it has no manual page and it's + use is probably limited for most users. + * Add libx11-dev to build-depends as it was previously only installed + as a transitive dependency by other dependencies (Closes: #555787). + * Update install files for libobparser/libobrender as the shared + library minor version changed. + + -- Nico Golde Fri, 01 Jan 2010 22:26:10 +0100 + +openbox (3.4.8-1) unstable; urgency=low + + * New upstream release (Closes: #561247). + + Drop 03_nextprev-xinerama.dpatch included upstream. + + Drop 04_escape_session_names.dpatch included upstream. + + Drop 05_fix_gnome_session.dpatch included upstream. + + Drop 06_resepect_xdg_home.dpatch included upstream. + + Show desktop switch box on every monitor (Closes: #487382). + * Categorize openbox.desktop in System, maybe remove that file + alltogether at a later point (Closes: #544839). + * Remove Anibal Avelar from uploaders, not active anyway. Thanks + for your previous work! + * Integrate patch my Marc Brockschmidt to make MoveResize understand + BelowCenter/AboveCente/LeftOfCenter/RightOfCenter, thanks! + (03_place_windows_in_quadrants; Closes: #544538). + * Update install files for libobparser/libobrender as the shared + library minor version changed. + * Bump standards version, no changes needed. + * Tighten library dependencies of openbox-dev. + + -- Nico Golde Tue, 15 Dec 2009 16:03:25 +0100 + +openbox (3.4.7.2-5) unstable; urgency=low + + * Remove --choose-session option the openbox-gnome-session + script as gnome-session doesn't support this option anymore + and it's not needed anyway (Closes: #537294). + * Do not install kdetrayproxy manual anymore, we don't ship the + program since ages (Closes: #505161). + * Respect XDG_CONFIG_HOME in openbox-session script as described + in the XDG Base Directory Specification (Closes: #537621). + * Bump standards version to 3.8.2, no changes needed. + + -- Nico Golde Sun, 09 Aug 2009 14:51:12 +0200 + +openbox (3.4.7.2-4) unstable; urgency=low + + * Bump policy version, no changes needed. + * Fix 02_fix_freedesktop_compliance.dpatch and install it as well + to /usr/share/applications to make the session manager work again. + Thanks Craig Sanders. (Closes: #533126, #531580) + * Fix unversioned links to license in copyright. + * Use dh_prep rather than dh_clean -k as it is deprecated. + + -- Nico Golde Mon, 15 Jun 2009 12:32:07 +0200 + +openbox (3.4.7.2-3) unstable; urgency=low + + * Set priority of x-session-manager alternative (openbox-session) to 40 + instead of 50 (Closes: #490392). + * Properly escape window and desktop name in session file when saving a + session (04_escape_session_names.dpatch; Closes: #488492). + * Bump to debhelper compatiblity leve 7 and adjust build dependency. + * Bump to policy version 3.8.0, no changes needed. + + -- Nico Golde Mon, 14 Jul 2008 14:21:28 +0200 + +openbox (3.4.7.2-2) unstable; urgency=low + + * Add 03_nextprev-xinerama.dpatch to add the possibility to specify + next or prev to the MoveResizeTo action to + toggle a window from one monitor to the other without having + multiple keybindings or shift it for 3 or more monitors when used + with Xinerama. + + -- Nico Golde Mon, 05 May 2008 22:45:09 +0200 + +openbox (3.4.7.2-1) unstable; urgency=low + + * New upstream release (Closes: #477841). + * Bump library SONAMES to 21, minor number to 2. + * Conflict and replace libobrender16/parser16 and depend on the new version. + * Update openbox.xpm image to fix new upstream icon. + * Adjust upstream copyright years in debian/copyright. + * Add the new gdm-control tool including a manpage to the package. + * Remove openbox.compress and explicit file listing for dh_compress in + rules and let debhelper do the magic. + + -- Nico Golde Fri, 25 Apr 2008 19:35:37 +0200 + +openbox (3.4.6.1-3) unstable; urgency=low + + * Remove quotes around CFLAGS in rules to prevent FTBFS (Closes: #476061). + * Properly pass CFLAGS values to configure. + + -- Nico Golde Mon, 14 Apr 2008 17:48:06 +0200 + +openbox (3.4.6.1-2) unstable; urgency=low + + * Install openbox-session as x-session-manager alternative rather + than x-window-manager, many thanks to Andrew Lee for providing + the patch! (CLoses: #472829). + + -- Nico Golde Thu, 27 Mar 2008 11:00:15 +0100 + +openbox (3.4.6.1-1) unstable; urgency=low + + [Nico Golde] + * New upstream version. + * Switch to compat level 6 as it is the default now. + + [Anibal Avelar] + * Added the field Vcs-Svn field instead the Vcs-Git field instead. + This fields should point to the control version for Debian package + not to the upstream source code. + * Modified the Vcs-Browser value to the correct site due to the same + reason described above. + * Updated the soname minor number to 0.4 version in + libobparser16.install, libobrender16.install and openbox-dev.links + + -- Nico Golde Sat, 01 Mar 2008 09:09:55 +0100 + +openbox (3.4.5-1) unstable; urgency=low + + [Anibal Avelar] + * New upstream version (Closes: #459790) + * Updated the soname minor number to 0.2 version in libobparser16.install, + libobrender16.install and openbox-dev.links + * Removed the patches 03_fix_crash-by-combined-client-list-menu.dpatch and + 04_fixdepo.dpatch from the patches list due to were fixed in the upstream + version + * Bumped to new standards version 3.7.3 + * Added the fields Vcs-Browser and Vcs-Git in the debian/control file. + + [Nico Golde] + * Removed dependency on ttf-bitstream-vera in favour for the + ttf-dejavu fonts (Closes: #461277). + * Don't use deprecated `pwd` in rules while we have CURDIR. + * Fix incomplete GPL stub in copyright. + + -- Anibal Avelar (Fixxxer) Sat, 19 Jan 2008 14:02:57 +0100 + +openbox (3.4.4-3) unstable; urgency=low + + * Included patch (04_fixdepo) by Peter Schwindt to fix minor issues + in the German translation (Closes: #439220). + * Switched from old Homepage tag to new Homepage control field. + * Recognize DEB_BUILD_OPTIONS in rules. + * Applied patch by Daniel Kahn Gillmor to fix outdated details.html + file (Closes: #446199). + + -- Nico Golde Sun, 28 Oct 2007 15:40:57 +0100 + +openbox (3.4.4-2) unstable; urgency=low + + * Added openbox-themes to Recommends, thanks HE for the hint. + * Included patch by Mikael Magnusson to fix a crash caused by + combined client list with too many items (Closes: #445197). + + -- Nico Golde Wed, 08 Aug 2007 17:22:47 +0200 + +openbox (3.4.4-1) unstable; urgency=low + + * New upstream release. + * Added watch file back. + * Switched from libobparser15 and libobrender15 + to libobparser16 and libobrender16. + * Added dpatch to build-deps. + * Added patch to add Debian menu to rc.xml (01_rc.xml.dpatch): + + included patch by Aron Sisak to take screenshots on hotkey. + * Added patch to add Type tag to .desktop file + (02_fix_freedesktop_compliance.dpatch). + * Added Conflicts and Replaces fields for libobrender15 and + libobparser15. + + -- Nico Golde Mon, 06 Aug 2007 13:59:14 +0200 + +openbox (3.4.2-2) unstable; urgency=low + + * Execute openbox-session instead of openbox via + a session manager (Closes: #434497). + + -- Nico Golde Tue, 24 Jul 2007 13:35:30 +0200 + +openbox (3.4.2-1) unstable; urgency=low + + [Anibal Avelar] + * New mantainer, (Closes: #430663) + * New upstream version + (Closes: #430663, #426279, #427465, #335726, #400575, #319098) + * Fixed the randr support (Closes: #425816) + * Support for keyboard shortcuts has been added (Closes: #361596) + * Added new packages for shared libs (libobparser15, libobrender15). + * Added new openbox-dev file headers. + * Added the openbox-dev.links file. + * Update standards version to 3.7.2 + + [Nico Golde] + * Added Openbox Maintainers as maintainer name and Anibal + myself + as Uploaders. + * Do not recommend but suggest obconf any longer since everything + can be configured with an editor as well. + * Added additional space in front of the Homepage tag in control. + * Fixed broken copyright file. + * Do not suppress output of make distclean in rules file. + * Added menu file. + * Point x-window-manager alternative to openbox-session for autostart + features rather than to openbox. + * Added NEWS entry about + http://icculus.org/openbox/index.php/Help:Upgrading_to_3.4 + * Remove upstream debian files before building. + + -- Nico Golde Mon, 16 Jul 2007 19:20:34 +0200 + +openbox (3.3-2.1) unstable; urgency=high + + * Non-maintainer upload. + * High-urgency upload for RC bug fix. + * Revert erroneous Window-Managers to WindowManagers change + (Closes: #391917) + + -- Faidon Liambotis Fri, 10 Nov 2006 23:31:07 +0200 + +openbox (3.3-2) unstable; urgency=low + + * Change WindowManagers to Window-Managers in openbox.menu. + closes: 312193. + * Remove a couple of exclamation marks in the description and rephrase + "Fast as f$%k!" into "Very fast". closes: 364123 + * Add homepage URL to the end of the description. closes: 323336 + * Apply patch from upstream to not show border on the gnome panel. + closes: 385461. + + -- Tollef Fog Heen Tue, 5 Sep 2006 07:01:21 +0200 + +openbox (3.3-1) unstable; urgency=low + + * New upstream release + + -- Tollef Fog Heen Tue, 29 Aug 2006 20:23:13 +0200 + +openbox (3.2-9) unstable; urgency=low + + * Actually change the Maintainer field in debian/control as well. + + -- Tollef Fog Heen Mon, 9 Jan 2006 10:42:36 +0100 + +openbox (3.2-8) unstable; urgency=low + + * Adopt package. Thanks to Tore for his maintenance. + * Don't build-dep on xlibs-dev any more, closes: #347130. + * Build-depend on libxt-dev, libxinerama-dev. + + -- Tollef Fog Heen Mon, 9 Jan 2006 09:29:33 +0100 + +openbox (3.2-7) unstable; urgency=low + + * openbox/prop.c: + - Fix prop_set32() and prop_set_array32() to work on AMD64, + closes: #295318. Thanks to Tollef Fog Heen for the patch! + + -- Tore Anderson Mon, 21 Feb 2005 23:58:27 +0100 + +openbox (3.2-6) unstable; urgency=low + + * debian/control: + - Suggest ttf-bitstream-vera, closes: #265441. + - Lowercase first letter in the synopsis. + + * debian/*.pod: + - Fix "contributiors" typo. + + * debian/copyright, debian/*.pod: + - Acknowledge Mikael Magnusson as the new upstream lead developer. + + * openbox/event.c: + - Apply patch from Denis Barbier, remedying breakage stemming from recent + changes in XFree86' XKB behaviour. Closes: #272214. Thanks, Denis! + + -- Tore Anderson Thu, 6 Jan 2005 00:04:16 +0100 + +openbox (3.2-5) unstable; urgency=low + + * debian/control: + - Suggest libxml-dev, as the developement headers provided in the + package need them. Closes: #254580. + + * debian/docs/*: + - Re-sync with upstream - fixes some minor errors, closes: #248657. + + * debian/openbox.xsession (new), debian/rules: + - Register Openbox as an X session with the various diplay managers. + Thanks, William Lynch! Closes: #255081. + + -- Tore Anderson Thu, 8 Jul 2004 23:14:49 +0200 + +openbox (3.2-4) unstable; urgency=low + + * debian/openbox.menu-method: + - Ensure that ampersands are escaped into their respective XML entities, + before any of the other of the XML reserved characters are. + + * debian/openbox.postinst: + - Eliminate kluge that removed any obsolete Debian menu in /etc. + + -- Tore Anderson Mon, 3 May 2004 21:03:21 +0200 + +openbox (3.2-3) unstable; urgency=low + + * data/rc.xml.in: + - Add back reference to the Debian system menu which dissapeared in the + 3.2-1 upload, closes: #245286. + + -- Tore Anderson Fri, 30 Apr 2004 17:23:28 +0200 + +openbox (3.2-2) unstable; urgency=medium + + * debian/control: + - Update menu conflict to << 2.1.12, to prevent triggering a bug in the + replace() menu function which caused an infinite loop, closes: #244671. + + -- Tore Anderson Wed, 21 Apr 2004 16:54:26 +0200 + +openbox (3.2-1) unstable; urgency=low + + * New upstream release. + - Fixes a focus-related bug which froze Openbox solid, closes: #233549. + - Re-introduces the focusLast option, closes: #240039. + + * debian/rules: + - Bump dh_makeshlibs version info to >= 3.2. + + * debian/openbox.menu: + - Quote the value of the "needs" field. + + * debian/openbox.menu-method: + - Use the new replace() function instead of my own char2entity() hack. + + * debian/control: + - Add a conflict on menu << 2.1.10, closes: #223874. + + -- Tore Anderson Sun, 18 Apr 2004 00:27:39 +0200 + +openbox (3.1-3) unstable; urgency=low + + * Enable XRandR support by linking to the XFree86 4.3.0 libraries. + + -- Tore Anderson Sat, 28 Feb 2004 13:37:48 +0100 + +openbox (3.1-2) unstable; urgency=low + + * debian/docs/*.html (new), debian/openbox.docs: + - Include some additional documentation from the upstream web site at + , closes: #228523. + + -- Tore Anderson Sat, 31 Jan 2004 15:48:04 +0100 + +openbox (3.1-1) unstable; urgency=low + + * New upstream release, closes: #225414. + + * debian/control: + - Slacken build dependency on debhelper from >= 4.1.45 to >= 4. + + * debian/openbox.menu-method: + - Use title() instead of $title. + - Move the compat level declaration to below the menu.h inclusion. + - Enclose the threewalk declaration in double quotes. + - Change rootprefix to /var/lib/openbox/. + + * debian/rules: + - Create /var/lib/openbox/ in the install target. + + * debian/openbox.postinst, debian/openbox.postrm: + - Remove calls to the obsolete wm-menu-config program. + + * debian/openbox.postinst: + - Remove /etc/xdg/openbox/debian-menu.xml, which now should be found in + /var/lib/openbox/ instead. + + * debian/openbox.postrm: + - Do not attempt to delete /etc/xdg/openbox/debian-menu.xml on purge. + + * debian/openbox.prerm: + - Delete /var/lib/openbox/debian-menu.xml on package removal. + + * data/rc.xml.in: + - Attempt to read the menu file /var/lib/openbox/debian-menu.xml if it + exists. + + * Thanks to Bill Allombert for pointing out and providing suggested fixes for + most of the above problems. + + -- Tore Anderson Sat, 03 Jan 2004 17:16:24 +0100 + +openbox (3.0-2) unstable; urgency=low + + * debian/openbox.menu-method: + - Ascertain that the five XML reserved characters are translated into + their respective entities, closes: #221868. + - Set output encoding to UTF-8. + - Remove unused "openbox" supported type. + + * debian/openbox.menu: + - Add an entry for the restart action, closes: #222900. + + -- Tore Anderson Fri, 12 Dec 2003 14:59:21 +0100 + +openbox (3.0-1) unstable; urgency=low + + * New upstream release, closes: #216418: + - Does not have a toolbar any longer, closes: #214078 (sort-of). + - Uses Xft fonts only, closes: #212019, #204097. + - Epist is gone, closes: #171239 (sort-of). + - Removes the drop shadows under text option, closes: #186777 (sort-of). + - Brand new configuration file format, closes: #167802. (Please refer + to /usr/share/doc/openbox/NEWS.Debian.gz if you're upgrading.) + - No longer hangs when apps change screen resolution, closes: #212128. + - Much improved compliance with varios WM protocols, closes: #181821. + + * debian/control: + - Removed the openbox-tools package section. These tools are no longer + included in the upstream sources, so I'm removing them as well. + - Updated build dependencies for the new upstream release. + - Up Standards-Version to 3.6.1, no changes required. + - New description, stolen from the home page. + + * debian/copyright: + - Change licence to the GNU GPL. + + * debian/NEWS.Debian (new), debian/openbox.docs: + - Inform about the changes in configuration file layout. + + * debian/rules, debian/openbox.menu, debian/openbox-menu-method, + openbox/docs: + - Updated for the new upstream release. + + * debian/compat (new), debian/rules: + - Declare debhelper compability level in the file debian/compat instead + of a variable in debian/rules. Up it to 4 as well. + + * debian/openbox.prerm (new): + - Unregister x-window-manager alternative when the package is removed. + + * debian/openbox.postinst: + - Up x-window-manager alternative priority to 90, as we're now + compliant with freedesktop.org's WM spec. + + * debian/openbox.postinst, debian/openbox.postrm: + - Some minor changes and updates for the new upstream release. + + * debian/openbox.pod (new), debian/kdetrayproxy.pod (new), + debian/gnome-panel-control.pod (new), debian/openbox.manpages (new): + - Provide manual pages for all binaries, as required by policy. + + * debian/openbox.links (new): + - Symlink /etc/X11/openbox to /etc/xdg/openbox, to comply with + both policy and the freedesktop.org spec. + + * debian/menu.xml (new): + - Ship a small menu with entries for x-terminal-editor and + x-www-browser as default. If the menu package is installed, + the automatic Debian menu will also be included. + + * debian/openbox.conffiles (removed): + - Don't explicitly declare any conffiles; let debhelper handle them. + + * debian/makefile-menu.patch (removed), debian/openbox.preinst (removed): + - Obsoleted by the new upstream release. + + * data/rc.xml.in: + - Try to include the Debian menu, if it exists. + + -- Tore Anderson Tue, 18 Nov 2003 19:46:48 +0100 + +openbox (2.3.1-4) unstable; urgency=low + + * Acknowledge NMUs: + - 2.3.1-1.1, closes: #216358, #216417. Thanks, J.H.M. Dassen (Ray)! + * debian/copyright, debian/control: + - New maintainer, closes: #220658. + * debian/control: + - Improve description, closes: #220357. + + -- Tore Anderson Sat, 15 Nov 2003 15:40:25 +0100 + +openbox (2.3.1-3) unstable; urgency=high + + * QA upload + * Reintroduced the fixes from my NMU 2.3.1-1.1: (Closes: #216417) + * [nls/convert.awk] Output "$ codeset=UTF-8" first to fix FTBFS processing + translations. (Closes: #216358) + * [debian/control] Build-Depends s/libxft2-dev/libxft-dev/ to fix new FTBFS. + + -- J.H.M. Dassen (Ray) Sat, 15 Nov 2003 14:28:52 +0100 + +openbox (2.3.1-2) unstable; urgency=low + + * Orphaning the package. + + -- Kyle McMartin Thu, 13 Nov 2003 18:21:50 -0500 + +openbox (2.3.1-1) unstable; urgency=medium + + * New upstream release. + * FTBFS is fixed, was included in Configuration.cc in + latest upstream. (closes: #196654) + * Also included in util/epist/keytree.cc, as this also + causes FTBFS... + + -- Kyle McMartin Sun, 08 Jun 2003 16:30:10 -0400 + +openbox (2.2.3-3) unstable; urgency=low + + * Update to XFT2 and fontconfig. + + -- Kyle McMartin Sat, 11 Jan 2003 18:02:10 -0500 + +openbox (2.2.3-2) unstable; urgency=low + + * Fix where openbox looks for menu file, repoint it at the menu-methods + one. (closes: #174428) + + -- Kyle McMartin Sun, 29 Dec 2002 17:40:28 -0500 + +openbox (2.2.3-1) unstable; urgency=low + + * New upstream. + * The 2.2 series is now the stable branch. + + -- Kyle McMartin Tue, 24 Dec 2002 10:13:19 -0500 + +openbox (2.2.2-1) unstable; urgency=low + + * New upstream. + + -- Kyle McMartin Sun, 8 Dec 2002 13:54:52 -0500 + +openbox (2.2.1-1) unstable; urgency=low + + * New upstream. + * Not sure why this didn't get closed last go round. (closes: #160801) + + -- Kyle McMartin Wed, 20 Nov 2002 22:30:20 -0500 + +openbox (2.2.0-2) unstable; urgency=low + + * Fixed URL (damned pedants :) (closes #167991) + * Default epistrc behaviour fixed upstream. (closes #160801) + * Reference to menuFile removed from manpage. (closes #167802) + + -- Kyle McMartin Wed, 6 Nov 2002 18:39:02 -0500 + +openbox (2.2.0-1) unstable; urgency=low + + * New upstream release. [2.2 has been branched for testing] + + -- Kyle McMartin Sun, 6 Oct 2002 14:38:20 -0400 + +openbox (2.1.1-1) unstable; urgency=low + + * New upstream release. [2.1 series is now the stable] + + -- Kyle McMartin Sat, 28 Sep 2002 19:31:29 -0400 + +openbox (2.1.0-3) unstable; urgency=low + + * ugh, remove circular depends/provides on blackbox. + * create a new package containing bsetbg, bsetroot which openbox depends on + || blackbox || fluxbox, so that in no case are /usr/bin/bsetbg or + /usr/bin/bsetroot not installed. This should hopefully make sure everyone + gets their root window set from the styles. + + -- Kyle McMartin Sat, 21 Sep 2002 18:38:12 -0400 + +openbox (2.1.0-2) unstable; urgency=low + + * Depend blackbox to provide bsetbg/bsetroot namespace... They are + compatible so we'll worry about a proper solution later. (closes: #161142) + + -- Kyle McMartin Wed, 18 Sep 2002 15:34:10 -0400 + +openbox (2.1.0-1) unstable; urgency=low + + * New upstream release. + + -- Kyle McMartin Thu, 12 Sep 2002 22:36:23 -0400 + +openbox (2.0.0-1) unstable; urgency=low + + * Initial full release from CVS. + + -- Kyle McMartin Thu, 16 Aug 2002 20:33:10 -0400 + +openbox (0.20020811-1) unstable; urgency=low + + * New checkout from CVS. + + -- Kyle McMartin Sun, 11 Aug 2002 15:41:10 -0400 + +openbox (0.20020807-3) unstable; urgency=medium + + * Really fix menu this time... ugh. + + -- Kyle McMartin Thu, 8 Aug 2002 15:14:59 -0400 + +openbox (0.20020807-2) unstable; urgency=medium + + * Fixed menu. + * Added build dependencies on bison and flex for epist. + + -- Kyle McMartin Thu, 8 Aug 2002 15:00:01 -0400 + +openbox (0.20020807-1) unstable; urgency=low + + * New checkout from CVS. + * Added menu entries and lintian fixes, and a manpage for epist (undoc) + + -- Kyle McMartin Thu, 8 Aug 2002 00:42:29 -0400 + +openbox (0.20020721-1) unstable; urgency=low + + * New checkout from CVS. + * Added post-install scripts to handle x-window-manager alternatives. + + -- Kyle McMartin Sun, 21 Jul 2002 17:32:25 -0400 + +openbox (0.20020717-1) unstable; urgency=low + + * Checkout from CVS. + * Initial release. (closes: Bug#153407) + + -- Kyle McMartin Thu, 18 Jul 2002 00:00:01 -0400 --- openbox-3.4.10.orig/debian/libobparser21.docs +++ openbox-3.4.10/debian/libobparser21.docs @@ -0,0 +1,2 @@ +AUTHORS +README --- openbox-3.4.10.orig/debian/kdetrayproxy.pod +++ openbox-3.4.10/debian/kdetrayproxy.pod @@ -0,0 +1,35 @@ +=head1 NAME + +Openbox - standards compliant, fast, light-weight, extensible window manager. + +=head1 SYNOPSIS + +kdetrayproxy & + +=head1 DESCRIPTION + +The current release of KDE is still using a non-standard, deprecated protocol +for its system tray. This protocol requires interaction from the window +manager. In place of that, Openbox includes the B<< kdetrayproxy >> +application. Once you run it, KDE system tray apps will work with window +managers that don't support the legacy protocol, like Openbox. + +=head1 AUTHORS + +Openbox was written by Mikael Magnusson and Ben Jansens +, aided by several contributors; for a full list read the +file AUTHORS. + +This manual page was written by Tore Anderson . + +=head1 COPYRIGHT + +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, or (at your option) any +later version. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +=cut --- openbox-3.4.10.orig/debian/openbox.postinst +++ openbox-3.4.10/debian/openbox.postinst @@ -0,0 +1,20 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + update-alternatives --install /usr/bin/x-window-manager \ + x-window-manager /usr/bin/openbox 90 --slave \ + /usr/share/man/man1/x-window-manager.1.gz \ + x-window-manager.1.gz /usr/share/man/man1/openbox.1.gz + update-alternatives --install /usr/bin/x-session-manager \ + x-session-manager /usr/bin/openbox-session 40 --slave \ + /usr/share/man/man1/x-session-manager.1.gz \ + x-session-manager.1.gz /usr/share/man/man1/openbox-session.1.gz + + if [ -x /usr/bin/update-menus ]; then update-menus; fi + ;; +esac + +#DEBHELPER# --- openbox-3.4.10.orig/debian/openbox-dev.install +++ openbox-3.4.10/debian/openbox-dev.install @@ -0,0 +1,17 @@ +usr/lib/libobparser.la +usr/lib/libobparser.a +usr/lib/libobrender.la +usr/lib/libobrender.a +usr/lib/pkgconfig/obrender-3.0.pc +usr/lib/pkgconfig/obparser-3.0.pc +usr/include/openbox/3.4/openbox/version.h +usr/include/openbox/3.4/openbox/color.h +usr/include/openbox/3.4/openbox/geom.h +usr/include/openbox/3.4/openbox/gradient.h +usr/include/openbox/3.4/openbox/image.h +usr/include/openbox/3.4/openbox/instance.h +usr/include/openbox/3.4/openbox/mask.h +usr/include/openbox/3.4/openbox/render.h +usr/include/openbox/3.4/openbox/theme.h +usr/include/openbox/3.4/openbox/parse.h +usr/include/openbox/3.4/openbox/font.h --- openbox-3.4.10.orig/debian/openbox.menu-method +++ openbox-3.4.10/debian/openbox.menu-method @@ -0,0 +1,36 @@ +#!/usr/bin/install-menu + +!include menu.h + +compat="menu-1" + +outputencoding="UTF-8" +genmenu="debian-menu.xml" +rootprefix="/var/lib/openbox/" +userprefix=".config/openbox/" +treewalk="(M)" + +function xml_escape($s) = replace(replace(replace(replace(replace($s, \ + "&", "&"), \ + ">", ">"), \ + "<", "<"), \ + "'", "'"), \ + "\"", """) + +supported + x11= nstring(level(), " ") "\n" \ + nstring(level(), " ") " " xml_escape($command) "\n" \ + nstring(level(), " ") "\n" + text= nstring(level(), " ") "\n" \ + nstring(level(), " ") " " xml_escape(term()) "\n" \ + nstring(level(), " ") "\n" + wm= nstring(level(), " ") "\n" \ + nstring(level(), " ") " " xml_escape($command) "\n" \ + nstring(level(), " ") "\n" +endsupported + +startmenu= nstring(level(), " ") "\n" +endmenu= nstring(level(), " ") "\n" + +preoutput= "\n\n\n\n\n\n" +postoutput= "\n\n" --- openbox-3.4.10.orig/debian/libobrender21.install +++ openbox-3.4.10/debian/libobrender21.install @@ -0,0 +1,2 @@ +usr/lib/libobrender.so.21.0.6 +usr/lib/libobrender.so.21 --- openbox-3.4.10.orig/debian/openbox.prerm +++ openbox-3.4.10/debian/openbox.prerm @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +case "$1" in + remove) + update-alternatives --remove x-window-manager /usr/bin/openbox + update-alternatives --remove x-session-manager /usr/bin/openbox-session + rm -f /var/lib/openbox/debian-menu.xml + ;; +esac + +#DEBHELPER# --- openbox-3.4.10.orig/debian/watch +++ openbox-3.4.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://icculus.org/openbox/releases (?:.*/)?openbox-?_?([\d+\.]+|\d+)\.tar.* debian uupdate --- openbox-3.4.10.orig/debian/libobparser21.install +++ openbox-3.4.10/debian/libobparser21.install @@ -0,0 +1,2 @@ +usr/lib/libobparser.so.21.0.6 +usr/lib/libobparser.so.21 --- openbox-3.4.10.orig/debian/control +++ openbox-3.4.10/debian/control @@ -0,0 +1,110 @@ +Source: openbox +Section: x11 +Priority: optional +Maintainer: Nico Golde +Build-Depends: debhelper (>= 7), gettext, libxft-dev, libstartup-notification0-dev, libxrender-dev, pkg-config, libglib2.0-dev, libxml2-dev (>= 2.6.0), perl, libxt-dev, libxinerama-dev, libxrandr-dev, libpango1.0-dev, dpatch, libx11-dev, libxau-dev +Standards-Version: 3.8.3 +Homepage: http://www.openbox.org +Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/openbox/trunk +Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/openbox + +Package: openbox +Architecture: any +Provides: x-window-manager, x-session-manager +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: openbox-themes +Suggests: obconf, menu, ttf-dejavu, python, libxml2-dev +Conflicts: menu (<< 2.1.12) +Description: standards compliant, fast, light-weight, extensible window manager + Openbox works with your applications, and makes your desktop easier to manage. + This is because the approach to its development was the opposite of what seems + to be the general case for window managers. Openbox was written first to + comply with standards and to work properly. Only when that was in place did + the team turn to the visual interface. + . + Openbox is fully functional as a stand-alone working environment, or can be + used as a drop-in replacement for the default window manager in the GNOME or + KDE desktop environments. + . + Openbox 3 is a completely new breed of window manager. It is not based upon + any existing code base, although the visual appearance has been based upon + that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. + . + Some of the things to look for in Openbox are: + . + * ICCCM and EWMH compliance! + * Very fast + * Chainable key bindings + * Customizable mouse actions + * Window resistance + * Multi-head Xinerama support! + * Pipe menus + +Package: libobparser21 +Section: libs +Architecture: any +Conflicts: libobparser15, libobparser16 +Replaces: libobparser15, libobparser16 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: parsing library for openbox + Openbox works with your applications, and makes your desktop easier to manage. + This is because the approach to its development was the opposite of what seems + to be the general case for window managers. Openbox was written first to + comply with standards and to work properly. Only when that was in place did + the team turn to the visual interface. + . + Openbox is fully functional as a stand-alone working environment, or can be + used as a drop-in replacement for the default window manager in the GNOME or + KDE desktop environments. + . + Openbox 3 is a completely new breed of window manager. It is not based upon + any existing code base, although the visual appearance has been based upon + that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. + . + This package contains the libobparser library files used by openbox + to load and parse configuration and theme files of openbox. + +Package: libobrender21 +Section: libs +Architecture: any +Conflicts: libobrender15, libobrender16 +Replaces: libobrender15, libobrender16 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: rendering library for openbox themes + Openbox works with your applications, and makes your desktop easier to manage. + This is because the approach to its development was the opposite of what seems + to be the general case for window managers. Openbox was written first to + comply with standards and to work properly. Only when that was in place did + the team turn to the visual interface. + . + Openbox is fully functional as a stand-alone working environment, or can be + used as a drop-in replacement for the default window manager in the GNOME or + KDE desktop environments. + . + Openbox 3 is a completely new breed of window manager. It is not based upon + any existing code base, although the visual appearance has been based upon + that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. + . + This package contains the libobrender library files used by openbox + for theme rendering. + +Package: openbox-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, libobrender21 (= ${binary:Version}), libobparser21 (= ${binary:Version}) +Description: standards compliant, fast, light-weight, extensible window manager + Openbox works with your applications, and makes your desktop easier to manage. + This is because the approach to its development was the opposite of what seems + to be the general case for window managers. Openbox was written first to + comply with standards and to work properly. Only when that was in place did + the team turn to the visual interface. + . + Openbox is fully functional as a stand-alone working environment, or can be + used as a drop-in replacement for the default window manager in the GNOME or + KDE desktop environments. + . + Openbox 3 is a completely new breed of window manager. It is not based upon + any existing code base, although the visual appearance has been based upon + that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. + . + This package contains the development headers for building openbox stuff. --- openbox-3.4.10.orig/debian/copyright +++ openbox-3.4.10/debian/copyright @@ -0,0 +1,43 @@ +Openbox was first packaged for Debian by Kyle McMartin on +the 15th April 2002. It was later adopted by Tore Anderson +on the 15th November 2003 and is now maintained by Nico Golde +and Anibal Avelar (Fixxxer) . + +The source code was downloaded from: http://icculus.org/openbox. + +Upstream Authors: Mikael Magnusson , Dana Jansens + +Copyright: + + Copyright (c) 2003 Ben Jansens + Copyright (c) 2003 Derek Foreman + Copyright (c) 2006-2008 Mikael Magnusson + Copyright (c) 2003-2008 Dana Jansens + +License: + + This package 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; version 2 dated June, 1991. + + This package 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +Copyright for the Debian-related build-scripts: + + Copyright (C) 2002 Kyle McMartin + Copyright (C) 2003-2004 Tore Anderson + Copyright (C) 2007-2009 Nico Golde , Anibal Avelar (Fixxxer) + + These scripts are placed under the BSD license, which may be found in + the file `/usr/share/common-licenses/BSD' on most Debian systems. --- openbox-3.4.10.orig/debian/openbox.xsession +++ openbox-3.4.10/debian/openbox.xsession @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Openbox Session +Comment=Use this session to run Openbox as your desktop environment +Exec=openbox-session +Icon= +Type=Application --- openbox-3.4.10.orig/debian/gdm-control.pod +++ openbox-3.4.10/debian/gdm-control.pod @@ -0,0 +1,64 @@ +=head1 NAME + +Openbox - standards compliant, fast, light-weight, extensible window manager. + +=head1 SYNOPSIS + +gdm-control