diff -Nru openbox-3.6.1/debian/changelog openbox-3.6.1/debian/changelog --- openbox-3.6.1/debian/changelog 2016-10-03 09:33:24.000000000 +0000 +++ openbox-3.6.1/debian/changelog 2016-11-24 08:51:09.000000000 +0000 @@ -1,3 +1,16 @@ +openbox (3.6.1-4) unstable; urgency=medium + + [ Bruno Pennati ] + * Update manpage. (Closes: #800669) + + [ Mateusz Łukasik ] + * debian/control: + + Add plasma-workspace to openbox-kde-session depends. (Closes: #845386) + * debian/patches: + + Add fix-spelling-error-in-binary.patch. + + -- Mateusz Łukasik Thu, 24 Nov 2016 09:51:09 +0100 + openbox (3.6.1-3) unstable; urgency=medium * debian/control: diff -Nru openbox-3.6.1/debian/control openbox-3.6.1/debian/control --- openbox-3.6.1/debian/control 2016-09-20 12:08:55.000000000 +0000 +++ openbox-3.6.1/debian/control 2016-11-23 06:45:25.000000000 +0000 @@ -142,7 +142,7 @@ Package: openbox-kde-session Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, openbox (>= ${source:Version}), - x11-utils + x11-utils, plasma-workspace Enhances: kde-workspace Replaces: openbox (<< 3.5.2-5) Breaks: openbox (<< 3.5.2-5) diff -Nru openbox-3.6.1/debian/openbox.manpages openbox-3.6.1/debian/openbox.manpages --- openbox-3.6.1/debian/openbox.manpages 2016-09-20 11:03:03.000000000 +0000 +++ openbox-3.6.1/debian/openbox.manpages 2016-11-24 08:13:45.000000000 +0000 @@ -1,2 +1,2 @@ -openbox.1 +doc/openbox.1 gdm-control.1 diff -Nru openbox-3.6.1/debian/openbox.pod openbox-3.6.1/debian/openbox.pod --- openbox-3.6.1/debian/openbox.pod 2016-09-20 11:03:03.000000000 +0000 +++ openbox-3.6.1/debian/openbox.pod 1970-01-01 00:00:00.000000000 +0000 @@ -1,81 +0,0 @@ -=head1 NAME - -Openbox - standards compliant, fast, light-weight, extensible window manager. - -=head1 SYNOPSIS - -openbox [options] - -=head1 DESCRIPTION - -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. - -=head1 OPTIONS - -=over 5 - -=item B<< --sm-disable >> - -Disable connection to session manager. - -=item B<< --sm-client-id >> - -Specify session management ID. - -=item B<< --sm-save-file >> - -Specify file to load a saved session from. - -=item B<< --replace >> - -Replace the currently running window manager. - -=item B<< --help >> - -Display some help and exit. - -=item B<< --version >> - -Display the version and exit. - -=item B<< --sync >> - -Run in synchronous mode (this is slow and meant for debugging X routines). - -=item B<< --debug >> - -Display debugging output. - -=back - -=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 diff -Nru openbox-3.6.1/debian/patches/fix-spelling-error-in-binary.patch openbox-3.6.1/debian/patches/fix-spelling-error-in-binary.patch --- openbox-3.6.1/debian/patches/fix-spelling-error-in-binary.patch 1970-01-01 00:00:00.000000000 +0000 +++ openbox-3.6.1/debian/patches/fix-spelling-error-in-binary.patch 2016-11-23 07:37:51.000000000 +0000 @@ -0,0 +1,26 @@ +Description: Fix spelling-error-in-binary +Author: Mateusz Łukasik +Last-Update: 2016-11-23 + +--- a/openbox/openbox.c ++++ b/openbox/openbox.c +@@ -602,7 +602,7 @@ static void parse_env(void) + if (ob_sm_id) g_free(ob_sm_id); + ob_sm_id = g_strdup(id); + ob_debug_type(OB_DEBUG_SM, +- "DESKTOP_AUTOSTART_ID %s supercedes --sm-client-id\n", ++ "DESKTOP_AUTOSTART_ID %s supersedes --sm-client-id\n", + ob_sm_id); + } + } +--- a/openbox/session.c ++++ b/openbox/session.c +@@ -442,7 +442,7 @@ static void sm_save_yourself(SmcConn con + free(vendor); + + if (!SmcRequestSaveYourselfPhase2(conn, sm_save_yourself_2, savedata)) { +- ob_debug_type(OB_DEBUG_SM, "Requst for phase 2 failed"); ++ ob_debug_type(OB_DEBUG_SM, "Request for phase 2 failed"); + g_slice_free(ObSMSaveData, savedata); + SmcSaveYourselfDone(conn, FALSE); + } diff -Nru openbox-3.6.1/debian/patches/series openbox-3.6.1/debian/patches/series --- openbox-3.6.1/debian/patches/series 2016-09-26 12:26:16.000000000 +0000 +++ openbox-3.6.1/debian/patches/series 2016-11-23 07:37:08.000000000 +0000 @@ -11,3 +11,4 @@ 754207_use-scrot.patch 808138_Replace-getgrent-with-getgroups.patch d9a405e9.patch +fix-spelling-error-in-binary.patch diff -Nru openbox-3.6.1/debian/rules openbox-3.6.1/debian/rules --- openbox-3.6.1/debian/rules 2016-09-20 11:29:26.000000000 +0000 +++ openbox-3.6.1/debian/rules 2016-11-24 08:38:07.000000000 +0000 @@ -21,8 +21,6 @@ dh_auto_configure -- --enable-librsvg --disable-silent-rules override_dh_auto_build: - pod2man --section=1 --release=$(VERSION) --center \ - "Openbox documentation" debian/openbox.pod > openbox.1 #pod2man --section=1 --release=$(VERSION) --center \ # "Openbox documentation" debian/kdetrayproxy.pod > kdetrayproxy.1 pod2man --section=1 --release=$(VERSION) --center \