--- xfce4-panel-4.3.99.2.orig/debian/xfce4-panel.postinst +++ xfce4-panel-4.3.99.2/debian/xfce4-panel.postinst @@ -0,0 +1,10 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + # Get xfce-mcs-manager to reinit + pkill -USR1 -f xfce-mcs-manager || true +fi + +#DEBHELPER# + +exit 0 --- xfce4-panel-4.3.99.2.orig/debian/control +++ xfce4-panel-4.3.99.2/debian/control @@ -0,0 +1,35 @@ +Source: xfce4-panel +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.0), libgtk2.0-dev, libxft-dev, libxml2-dev, xfce4-mcs-manager-dev (>= 4.3.99.2) +Standards-Version: 3.7.2 + +Package: xfce4-panel +Architecture: any +Depends: ${shlibs:Depends}, procps +Replaces: xfce4 (<< 4.0.0.final-1), xfce4-iconbox (<< 4.3), xfce4-systray (<< 4.3), xfce4-utils (<< 4.3), xfce4-showdesktop-plugin, xfce4-windowlist-plugin +Conflicts: xfce4 (<< 4.0.0.final-1), xfce4-themes, xfce4-iconbox (<< 4.3), xfce4-systray (<< 4.3), xfce4-utils (<< 4.3), xfce4-showdesktop-plugin, xfce4-windowlist-plugin +Description: The Xfce4 desktop environment panel + This is the panel provided by the Xfce4 desktop project. + If you want a multifunctional panel that can even handle + plugins and the like, xfce4-panel might be worth a try. + . + Homepage: http://www.xfce.org/ + +Package: xfce4-panel-dev +Section: devel +Architecture: any +Depends: xfce4-panel (= ${Source-Version}), libxml2-dev, xfce4-mcs-manager-dev (>= 4.3.99-1) +Replaces: xfce4-dev (<= 4.0.0.final-1) +Conflicts: xfce4-dev (<= 4.0.0.final-1), xfce4-panel (<< 4.3.30) +Description: The Xfce4 panel development files + In this package, you can find the development files + distributed with the Xfce4 panel, the main panel of + Xfce4 desktop environment. The files in this package + are mainly going to be of interest for you if you + intend to code applications which use some of the + Xfce4 C panel functions. + . + Homepage: http://www.xfce.org/ --- xfce4-panel-4.3.99.2.orig/debian/rules +++ xfce4-panel-4.3.99.2/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/xfce.mk + +DEB_INSTALL_MANPAGES_xfce4-panel := debian/xfce4-panel.1 +DEB_INSTALL_DOCS_xfce4-panel := README.Kiosk +DEB_INSTALL_DOCS_xfce4-panel-dev := HACKING README.Plugins + +DEB_DH_INSTALL_SOURCEDIR := debian/tmp + +binary-post-install/xfce4-panel:: + rm -f debian/xfce4-panel/etc/xdg/xfce4/panel/* + rm -f debian/xfce4-panel/usr/lib/xfce4/panel-plugins/*.la + rm -f debian/xfce4-panel/usr/lib/xfce4/panel-plugins/*.a + rm -f debian/xfce4-panel/usr/lib/xfce4/mcs-plugins/*.la + rm -f debian/xfce4-panel/usr/lib/xfce4/mcs-plugins/*.a --- xfce4-panel-4.3.99.2.orig/debian/changelog +++ xfce4-panel-4.3.99.2/debian/changelog @@ -0,0 +1,272 @@ +xfce4-panel (4.3.99.2-0ubuntu1) feisty; urgency=low + + * New upstream release (4.4RC2) + + -- Gauvain Pocentek Thu, 9 Nov 2006 16:33:08 +0100 + +xfce4-panel (4.3.99.1-0ubuntu1) edgy; urgency=low + + * New upstream release (4.4RC1) + * Bumped library and policy versions + + -- Jani Monoses Tue, 12 Sep 2006 15:36:53 +0300 + +xfce4-panel (4.3.90.2svn+r22593-0ubuntu1) edgy; urgency=low + + * Upstream svn snapshot, fix kiosk mode, fix building against + libxfc4panel when using -Wl,--as-needed + + -- Jani Monoses Mon, 31 Jul 2006 17:04:51 +0300 + +xfce4-panel (4.3.90.2-0ubuntu1) edgy; urgency=low + + * New upstream release, Xfce 4.4 beta2 + + -- Jani Monoses Tue, 11 Jul 2006 17:16:19 +0300 + +xfce4-panel (4.3.90.1svn+r21633-0ubuntu2) dapper; urgency=low + + * Add office category to the launcher icon selector to be in + sync with the icon naming spec (patch from upstream svn) + + -- Jani Monoses Mon, 29 May 2006 21:14:56 +0300 + +xfce4-panel (4.3.90.1svn+r21633-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (a few bugfixes, translation updates) + + -- Jani Monoses Fri, 12 May 2006 15:02:00 +0300 + +xfce4-panel (4.3.90.1svn+r21136-0ubuntu2) dapper; urgency=low + + * Do not ship panel layouts, will be provided by xubuntu-default-settings + + -- Jani Monoses Sun, 23 Apr 2006 20:33:36 +0300 + +xfce4-panel (4.3.90.1svn+r21136-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (4.4 beta1) + * Use upstream panel layout, now that they are shipping such settings + + -- Jani Monoses Fri, 21 Apr 2006 21:45:40 +0300 + +xfce4-panel (4.3.30svn+r20608-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot, fixes LP bug #35857 + * Switch to using xfce CDBS class + * Generate POT file for langpack support + + -- Jani Monoses Tue, 28 Mar 2006 09:23:52 +0300 + +xfce4-panel (4.3.30svn+r20393-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot with bugfixes and fixed translation + installation + * Move html docs to the xfce4-panel-dev package (Daniele Favara) + * Bump package version to reflect upstream version + + -- Jani Monoses Tue, 14 Mar 2006 08:27:21 +0200 + +xfce4-panel (4.3.0svn+r20145-0ubuntu2) dapper; urgency=low + + * Add gettext domain to panel plugin .desktop files + + -- Jani Monoses Fri, 3 Mar 2006 10:43:10 +0200 + +xfce4-panel (4.3.0svn+r20145-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Switch to CDBS packaging + * Install a friendlier two panel setup by default + + -- Jani Monoses Thu, 2 Mar 2006 07:45:12 +0200 + +xfce4-panel (4.3.0svn+r19871-0ubuntu4) dapper; urgency=low + + * Conflict/Replace older versions of xfce4-utils and several plugins + which are in the new panel. + + -- Jani Monoses Sat, 18 Feb 2006 09:54:58 +0200 + +xfce4-panel (4.3.0svn+r19871-0ubuntu3) dapper; urgency=low + + * Conflict/Replace xfce4-iconbox and xfce4-systray as they are + now incorporated in the new panel. + + -- Jani Monoses Thu, 16 Feb 2006 17:01:22 +0200 + +xfce4-panel (4.3.0svn+r19871-0ubuntu2) dapper; urgency=low + + * Remove usr/share/locale dir from .install file to prevent FTBFS + + -- Jani Monoses Thu, 16 Feb 2006 00:14:19 +0200 + +xfce4-panel (4.3.0svn+r19871-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Bump all depends to 4.3 + + -- Jani Monoses Wed, 15 Feb 2006 16:27:07 +0200 + +xfce4-panel (4.3.0svn+r19850-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * UVF exception granted + + -- Jani Monoses Wed, 15 Feb 2006 12:52:03 +0200 + +xfce4-panel (4.2.3-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 + +xfce4-panel (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 + * Remove Depends on debianutils, it is Essential + * Change suite to unstable + + -- Simon Huggins Sat, 18 Jun 2005 09:46:08 +0100 + +xfce4-panel (4.2.1.1-1) experimental; urgency=low + + * ML: New Upstream Release (Xfce 4.2.1.1) + * ML: Upload to experimental to prevents problems with NEW packages + * ML: debian/control: Added Maintainer/Uploaders fields + + -- Martin Loschwitz Sat, 19 Mar 2005 13:02:00 +0100 + +xfce4-panel (4.2.0-2) experimental; urgency=low + + * Add --enable-final to configure + * Add a Homepage: to the description + * Ship the README.Kiosk as well + + -- Simon Huggins Sun, 16 Jan 2005 15:49:21 +0000 + +xfce4-panel (4.2.0-1) experimental; urgency=low + + * New Upstream Release + * Conflict against all versions of xfce4-themes since upstream no longer + ship this. + + -- Simon Huggins Sat, 15 Jan 2005 12:55:32 +0000 + +xfce4-panel (4.1.99.1-1) experimental; urgency=low + + * ML: New Upstream Release (4.1.99.1 alias XFce4 4.2 RC1) + + -- Martin Loschwitz Fri, 19 Nov 2004 18:04:00 +0100 + +xfce4-panel (4.0.6-1) unstable; urgency=high + + * urgency high to avoid previous buildd mess; last upload stage building dev + packages required before we can upload the rest (see + http://wiki.earth.li/XfceDebian) + * New upstream release + - includes fix for non existant xfce-settings.xml closes: #254467 + * Update .no translation still not picked up upstream yet + * Change mozilla to sensible-browser (and depend on debianutils which + provides this) closes: #221835 + + -- Simon Huggins Mon, 19 Jul 2004 17:40:59 +0100 + +xfce4-panel (4.0.5-4) unstable; urgency=low + + * And extracting po/no.gmo so it builds, I also overwrote my lovingly + updated libtool stuff. + Update libtool once again. closes: #252927 + + -- Simon Huggins Tue, 08 Jun 2004 10:44:21 +0100 + +xfce4-panel (4.0.5-3) unstable; urgency=low + + * Except obviously whilst I don't mind installing the -dev package with the + old one around I do want to build against the new libxfce4gui *sigh* + Update the Build-Depends libxfce4gui dependency to the new version. + + -- Simon Huggins Fri, 28 May 2004 12:59:57 +0100 + +xfce4-panel (4.0.5-2) unstable; urgency=low + + * Change the depends in the -dev pacage to be less strict >= instead of = so + the new libxfcegui4-dev doesn't cause problems. + + -- Simon Huggins Wed, 26 May 2004 09:29:27 +0100 + +xfce4-panel (4.0.5-1) unstable; urgency=high + + * urgency high to avoid previous buildd mess; last upload stage building dev + packages required before we can upload the rest (see + http://wiki.earth.li/XfceDebian) + * New upstream release + * Update upstream's libtool + * Fix path to docs in manpage + * Add libstartup-notification support to the panel + * Typo in debian/control "wort" -> "worth" + * Update .no translation not picked up upstream yet closes: #240275 + + -- Simon Huggins Sun, 25 Apr 2004 13:13:55 +0100 + +xfce4-panel (4.0.3-3) unstable; urgency=low + + * Fix the section in the control file closes: #236669 + * 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 09:55:04 +0000 + +xfce4-panel (4.0.3-2) unstable; urgency=low + * Add libxfcegui4-dev to the Depends closes: #232803 + + -- Simon Huggins Sun, 07 Mar 2004 11:49:24 +0000 + +xfce4-panel (4.0.3-1) unstable; urgency=low + + * New upstream release + * Add Daniel Silverstone to Uploaders as approved by + madkiss + * Add xfce4-panel manpage to point at upstream documentation + * Remove .la and .a files as these are only for the plugins + * Thanks to Daniel for checking and uploading these packages + + -- Simon Huggins Wed, 25 Feb 2004 10:31:08 +0000 + +xfce4-panel (4.0.2-2.1) unstable; urgency=low + + * NMU + * Fix aclocal, add Depends: libxml2-dev to xfce4-panel-dev. Closes: #227606 + + -- LaMont Jones Tue, 17 Feb 2004 11:33:56 -0700 + +xfce4-panel (4.0.2-2) unstable; urgency=low + + * Adding Build-Dependency for libxfce4gui-dev + + -- Martin Loschwitz Tue, 06 Jan 2003 12:01:00 +0100 + +xfce4-panel (4.0.2-1) unstable; urgency=low + + * Acknowledging NMU (Closes: #215589) + * New upstream release + + -- Martin Loschwitz Fri, 26 Dec 2003 16:19:00 +0100 + +xfce4-panel (4.0.0.final-1.1) unstable; urgency=low + + * NMU + * Add xfce4-mcs-manager-dev to Build-Depends (Closes: #215589) + * libxft-dev now Provides: libxft2-dev, so Build-Depend on that + + -- Guido Guenther Thu, 20 Nov 2003 11:18:00 +0100 + +xfce4-panel (4.0.0.final-1) unstable; urgency=low + + * Initial Release. + + -- Martin Loschwitz Tue, 29 Sep 2003 17:09:09 +0200 --- xfce4-panel-4.3.99.2.orig/debian/compat +++ xfce4-panel-4.3.99.2/debian/compat @@ -0,0 +1 @@ +4 --- xfce4-panel-4.3.99.2.orig/debian/xfce4-panel.prerm +++ xfce4-panel-4.3.99.2/debian/xfce4-panel.prerm @@ -0,0 +1,10 @@ +#!/bin/sh -e + +if [ "$1" = "remove" ]; then + # Get xfce-mcs-manager to reinit + pkill -USR1 -f xfce-mcs-manager || true +fi + +#DEBHELPER# + +exit 0 --- xfce4-panel-4.3.99.2.orig/debian/xfce4-panel.install +++ xfce4-panel-4.3.99.2/debian/xfce4-panel.install @@ -0,0 +1,7 @@ +etc/ +usr/share/xfce4/ +usr/share/locale/ +usr/bin/ +usr/lib/xfce4/ +usr/lib/lib*.so.* +usr/share/icons/hicolor/ --- xfce4-panel-4.3.99.2.orig/debian/xfce4-panel-dev.install +++ xfce4-panel-4.3.99.2/debian/xfce4-panel-dev.install @@ -0,0 +1,4 @@ +usr/include/ +usr/lib/lib*so +usr/lib/pkgconfig/ +usr/share/gtk-doc/ --- xfce4-panel-4.3.99.2.orig/debian/copyright +++ xfce4-panel-4.3.99.2/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Martin Loschwitz on +Sat, 19 Jul 2003 20:52:09 +0200. + +You can fetch xfce4-panel from the official Xfce4 website which is +http://www.xfce.org/ + +Upstream author is Jasper Huijsmans, portions of code were taken from +other people. + +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'. --- xfce4-panel-4.3.99.2.orig/debian/xfce4-panel.1 +++ xfce4-panel-4.3.99.2/debian/xfce4-panel.1 @@ -0,0 +1,18 @@ +.\" Copyright (C) 2004 Simon Huggins +.TH XFCE4-PANEL "1" "February 2004" "xfce4-panel 0.1" "User Commands" +.SH NAME +xfce4-panel \- XFce 4 Panel +.SH SYNOPSIS +.B xfce4-panel +.SH DESCRIPTION +.PP +Starts the XFce 4 panel. +.SH SEE ALSO +Upstream documentation in /usr/share/xfce4/doc/C/xfce4-panel.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.