--- xfwm4-4.3.90.2.orig/debian/control +++ xfwm4-4.3.90.2/debian/control @@ -0,0 +1,26 @@ +Source: xfwm4 +Section: x11 +Priority: optional +Maintainer: Debian Xfce Maintainers +Uploaders: Martin Loschwitz , Emanuele Rocca , Simon Huggins , Yves-Alexis Perez , Jani Monoses +Build-Depends: cdbs, debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, xfce4-mcs-manager-dev (>= 4.3.90.2), libxfixes-dev, libxdamage-dev, libxrender-dev, libxcomposite-dev +Standards-Version: 3.7.2 + +Package: xfwm4 +Architecture: any +Depends: ${shlibs:Depends}, procps +Recommends: xfwm4-themes, xfce4-mcs-manager +Provides: x-window-manager +Replaces: xfwm4-themes (<< 4.3.0svn+r19718) +Conflicts: xfwm4-themes (<< 4.3.0svn+r19718) +Description: window manager of the Xfce project + This package contains xfwm4 which is the window manager for Xfce4. It is + designed to run with the rest of Xfce4 but makes a capable window manager + for GNOME or KDE. + . + Install xfwm4 if you want a small, resource saving window manager which + complies to the standards defined at http://www.freedesktop.org/. Without + xfce4 installed this only gives you a window manager not the full + environment. + . + Homepage: http://www.xfce.org/ --- xfwm4-4.3.90.2.orig/debian/prerm +++ xfwm4-4.3.90.2/debian/prerm @@ -0,0 +1,14 @@ +#!/bin/sh -e + +# remove alternatives links + +if [ "$1" = "remove" ]; then + update-alternatives --remove x-window-manager /usr/bin/xfwm4 + + # Get xfce-mcs-manager to reinit + pkill -USR1 -f xfce-mcs-manager || true +fi + +#DEBHELPER# + +exit 0 --- xfwm4-4.3.90.2.orig/debian/rules +++ xfwm4-4.3.90.2/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/class/xfce.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-compositor --enable-final +DEB_INSTALL_MANPAGES_xfwm4 := debian/xfwm4.1 + +binary-post-install/xfwm4:: + rm -f debian/xfwm4/usr/lib/xfce4/mcs-plugins/*.la + rm -f debian/xfwm4/usr/lib/xfce4/mcs-plugins/*.a --- xfwm4-4.3.90.2.orig/debian/changelog +++ xfwm4-4.3.90.2/debian/changelog @@ -0,0 +1,247 @@ +xfwm4 (4.3.90.2-0ubuntu2) edgy; urgency=low + + * Bump library dependencies to 4.3.90.2 + * Bump standards version to 3.7.2 + + -- Jani Monoses Wed, 12 Jul 2006 14:58:10 +0300 + +xfwm4 (4.3.90.2-0ubuntu1) edgy; urgency=low + + * New upstream release, Xfce 4.4 beta2 + + -- Jani Monoses Tue, 11 Jul 2006 10:44:20 +0300 + +xfwm4 (4.3.90.1svn+r21712-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot: fix crash when editing workspace name, + fix for windows which have below/ontop property being mistaken + for legacy apps trying to achieve fullscreen mode. + + -- Jani Monoses Thu, 18 May 2006 13:57:12 +0300 + +xfwm4 (4.3.90.1svn+r21633-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (bugfixes, translations, UI and icon theme fixes) + + -- Jani Monoses Fri, 12 May 2006 18:59:16 +0300 + +xfwm4 (4.3.90.1svn+r21146-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (4.4 beta1) + + -- Jani Monoses Sat, 22 Apr 2006 10:45:26 +0300 + +xfwm4 (4.3.0svn+r20625-0ubuntu2) dapper; urgency=low + + * Bump xfwm4-themes version which is in Replace/Conflict to reflect + recent upstream moves (thanks Gauvain Pocentek) + + -- Jani Monoses Wed, 29 Mar 2006 14:43:56 +0300 + +xfwm4 (4.3.0svn+r20625-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Use xfce CDBS class and provide POT file + + -- Jani Monoses Wed, 29 Mar 2006 09:32:31 +0300 + +xfwm4 (4.3.0svn+r20258-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Switch to CDBS + * Add gettext domain to desktop files + * Reenable compositor + + -- Jani Monoses Tue, 7 Mar 2006 14:21:58 +0200 + +xfwm4 (4.3.0svn+r20220-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + + -- Jani Monoses Sun, 5 Mar 2006 00:20:34 +0200 + +xfwm4 (4.3.0svn+r19925-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + + -- Jani Monoses Sat, 18 Feb 2006 19:33:06 +0200 + +xfwm4 (4.3.0svn+r19872-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Bump all depends to 4.3 + + -- Jani Monoses Wed, 15 Feb 2006 16:24:17 +0200 + +xfwm4 (4.3.0svn+r19775-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * UVF exception granted + + -- Jani Monoses Wed, 15 Feb 2006 12:52:09 +0200 + +xfwm4 (4.2.3.2-2) unstable; urgency=low + + * Add patch to fix moving windows to other workspaces closes: #341058 + + -- Simon Huggins Thu, 05 Jan 2006 00:41:18 +0000 + +xfwm4 (4.2.3.2-1) unstable; urgency=low + + * New Upstream Release + * Send xfce-mcs-manager a SIGUSR1 so it notices the plugin. + + -- Yves-Alexis Perez Sun, 06 Nov 2005 22:01:12 +0100 + +xfwm4 (4.2.2-1) unstable; urgency=low + + * New Upstream Release + * Remove Build-Depends on libstartup-notification0-dev as this should be + satisfied via libxfce4gui-dev now + * Change suite to unstable + + -- Simon Huggins Sat, 18 Jun 2005 09:45:36 +0100 + +xfwm4 (4.2.1-1) experimental; urgency=low + + * ML: New Upstream Release (Xfce 4.2.1) + * ML: Upload to experimental to prevents problems with NEW packages + * ML: debian/control: Added/fixed Maintainer/Uploaders fields + + -- Martin Loschwitz Sat, 19 Mar 2005 13:02:00 +0100 + +xfwm4 (4.2.0-2) experimental; urgency=low + + * Add --enable-final to configure. + * Add a Homepage: to the description + + -- Simon Huggins Sun, 16 Jan 2005 17:01:33 +0000 + +xfwm4 (4.2.0-1) experimental; urgency=low + + * New Upstream Release + + -- Simon Huggins Sat, 15 Jan 2005 13:41:19 +0000 + +xfwm4 (4.1.99.1-1) experimental; urgency=low + + * ML: New Upstream Release (4.1.99.1 alias XFce4 4.2 RC1) + * ML: rules: example.xfwm4rc is gone, don't try to install it + + -- Martin Loschwitz Fri, 19 Nov 2004 17:23:00 +0100 + +xfwm4 (4.0.6-1) unstable; urgency=low + + * New upstream release + * Remove Norbert Tretkowski as requested + * Improve description + * Suggests: xfce4 + + -- Simon Huggins Sat, 24 Jul 2004 18:29:50 +0100 + +xfwm4 (4.0.5-1) unstable; urgency=low + + * New upstream release + * Update upstream's libtool + * Correct path in manpage + * Add recommends on xfce4-mcs-manager the settings manager + * Add depends on libstartup-notification0 + + -- Simon Huggins Sun, 02 May 2004 19:12:09 +0100 + +xfwm4 (4.0.3.1-2) unstable; urgency=low + + * Update libtool + * Just adding Daniel wasn't enough. Add self to Uploaders so katie doesn't + think this is an NMU again. + + -- Simon Huggins Tue, 09 Mar 2004 13:56:19 +0000 + +xfwm4 (4.0.3.1-1) unstable; urgency=low + + * New upstream release + * Add Daniel Silverstone to Uploaders as approved by + madkiss + * Add a manpage for xfwm4 referring to the packaged docs + closes: #226032, #188734 + * Remove .la and .a files from mcs-plugins dir + * Quote needs in menu for lintian + * Thanks to Daniel for checking and uploading these packages + + -- Simon Huggins Wed, 25 Feb 2004 12:11:05 +0000 + +xfwm4 (4.0.2-2) unstable; urgency=low + + * Fixed Recommends/Replaces stuff in debian/control + + -- Martin Loschwitz Sat, 27 Dec 2003 12:25:00 +0100 + +xfwm4 (4.0.2-1) unstable; urgency=low + + * Acknowledging NMU (Closes:#211804) + * New Upstream release + + -- Martin Loschwitz Fri, 26 Dec 2003 16:17:00 +0100 + +xfwm4 (4.0.0.final-1.1) unstable; urgency=low + + * NMU + * remove --slave part from "update-alternatives --remove" in prerm + (Closes:#211804) + + -- Guido Guenther Thu, 20 Nov 2003 12:14:48 +0100 + +xfwm4 (4.0.0.final-1) unstable; urgency=low + + * New Upstream release. + * New Co-Maintainer: Norbert Tretkowski. + * Various cleanups in debian/ subdirectory. + * Deleted xfwm4-themes, has its own source package now. + * Bumped Standards-Version to 3.6.1 (no changes). + + -- Martin Loschwitz Tue, 29 Sep 2003 16:58:00 +0200 + +xfwm4 (4.0.0+cvs.20030421-1) unstable; urgency=low + + * New CVS checkout (2003-04-21) + + -- Martin Loschwitz Mon, 21 Apr 2003 19:33:00 +0100 + +xfwm4 (4.0.0+cvs.20030301-1) unstable; urgency=low + + * New CVS checkout (Using Xfce CVS, 2003-03-01) + * Official release (really this time!) (last release was never made public) + * debian/control: Changed Maintainer e-mail address + + -- Martin Loschwitz Sat, 01 Mar 2003 14:09:00 +0100 + +xfwm4 (4.0.0+cvs.20030216-1) unstable; urgency=low + + * New CVS checkout (Using Xfce CVS, 2003-02-16) + * Official release (last release was never made public) + + -- Martin Loschwitz Sun, 16 Feb 2003 12:57:00 +0100 + +xfwm4 (4.0.0+cvs.20030119-1) unstable; urgency=low + + * New CVS checkout (Using Xfce4 cvs, 2003-01-19) + * debian/control: Use Xft2 + * debian/control: Build depend on libxfce4-mcs + * debian/control: Suggest xfce-mce-manager + + -- Martin Loschwitz Sun, 19 Jan 2003 14:52:00 +0100 + +xfwm4 (4.0.0+cvs.20021222-1) unstable; urgency=low + + * New CVS checkout (Using Xfce4 cvs, 2002-12-22) + * debian/rules: Install example configuration file into doc-dir + * debian/control: Changed some Recommends: to Suggests: + * debian/xfwm4-themes.install: Added new theme koynacity + + -- Martin Loschwitz Sun, 22 Dec 2002 14:09:00 +0100 + +xfwm4 (4.0.0+cvs.20021127-1) unstable; urgency=low + + * Initial Release. (Closes: #166641) + + -- Martin Loschwitz Wed, 27 Nov 2002 15:14:00 +0100 --- xfwm4-4.3.90.2.orig/debian/xfwm4.menu +++ xfwm4-4.3.90.2/debian/xfwm4.menu @@ -0,0 +1,2 @@ +?package(xfwm4): needs="wm" section="WindowManagers" command="xfwm4" \ + title="XFwm" longtitle="Xfce Window Manager" hints="Window manager" --- xfwm4-4.3.90.2.orig/debian/postinst +++ xfwm4-4.3.90.2/debian/postinst @@ -0,0 +1,17 @@ +#!/bin/sh -e + +# install alternatives links + +if [ "$1" = "configure" ]; then + update-alternatives --install /usr/bin/x-window-manager \ + x-window-manager /usr/bin/xfwm4 60 --slave \ + /usr/share/man/man1/x-window-manager.1.gz \ + x-window-manager.1.gz /usr/share/man/man1/xfwm4.1.gz + + # Get xfce-mcs-manager to reinit + pkill -USR1 -f xfce-mcs-manager || true +fi + +#DEBHELPER# + +exit 0 --- xfwm4-4.3.90.2.orig/debian/compat +++ xfwm4-4.3.90.2/debian/compat @@ -0,0 +1 @@ +4 --- xfwm4-4.3.90.2.orig/debian/README.Debian +++ xfwm4-4.3.90.2/debian/README.Debian @@ -0,0 +1,9 @@ +[Added by Martin Loschwitz at 19 Jan 2003] + +As of xfwm4-4.0.0+cvs.20031901, the behaviour of Xfwm4 has changed. +In order to move it into background (aka "daemon mode"), appending +& to the program call won't work anymore. You should pass --daemon +to xfwm4 to start it in daemon mode. Please change your local config +files to reflect these changes. + + -- Martin Loschwitz Sun, 19 Jan 2003 15:05:00 +0100 --- xfwm4-4.3.90.2.orig/debian/copyright +++ xfwm4-4.3.90.2/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Martin Loschwitz on +Fri, 11 Oct 2002 13:08:04 +0200. + +You can fetch xfwm4 from http://www.xfce.org/ + +Upstream Author is Olivier Fourdan , but different +portions of code are based on the work of the following projects: + + Oroborus: Ken Lynch + Metacity: Havoc Pennington + Sawfish: John Harper + +The "kindaker" theme is based on a KDE theme called "Keramik" by: + + Keramik style: + -------------- + Malte Starostik (malte@kde.org) + + Keramik decorations: + -------------------- + Fredrik Hoglund (fredrik@kde.org) + +Copyright: + + 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 systems, the complete text of the GNU General Public +License can be found in `/usr/share/common-licenses/GPL'. --- xfwm4-4.3.90.2.orig/debian/xfwm4.1 +++ xfwm4-4.3.90.2/debian/xfwm4.1 @@ -0,0 +1,18 @@ +.\" Copyright (C) 2004 Simon Huggins +.TH XFWM4 "1" "February 2004" "xfwm4 0.1" "User Commands" +.SH NAME +xfwm4 \- XFce 4 Window Manager +.SH SYNOPSIS +.B xfwm4 +.SH DESCRIPTION +.PP +Starts the XFce 4 window manager. +.SH SEE ALSO +Upstream documentation in /usr/share/xfce4/doc/C/xfwm4.html +.SH "REPORTING BUGS" +Report bugs to . +.SH COPYRIGHT +Copyright \(co 2004 Simon Huggins +.br +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.