--- xfce4-panel-4.6.3.orig/debian/rules +++ xfce4-panel-4.6.3/debian/rules @@ -0,0 +1,94 @@ +#!/usr/bin/make -f + +#include /usr/share/quilt/quilt.make + + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +LDFLAGS+=-Wl,-z,defs -Wl,--as-needed +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + + dh_testdir + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-final --libexecdir=\$${prefix}/lib + +build: build-stamp +build-stamp: config.status + + dh_testdir + $(MAKE) + touch build-stamp + +clean: + + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +install: build + + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + + install -d $(CURDIR)/debian/tmp/usr/share/man/man1 + install $(CURDIR)/debian/xfce4-panel.1 $(CURDIR)/debian/tmp/usr/share/man/man1 + install $(CURDIR)/debian/xfce4-popup-windowlist.1 $(CURDIR)/debian/tmp/usr/share/man/man1 + + perl -i -pe 's/Exec=Terminal/Exec=exo-open --launch TerminalEmulator/' $(CURDIR)/debian/tmp/etc/xdg/xfce4/panel/launcher* + rm -f $(CURDIR)/debian/tmp/etc/xdg/xfce4/panel/launcher-8.rc + sed -i '//d' $(CURDIR)/debian/tmp/etc/xdg/xfce4/panel/panels.xml + + rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/panel-plugins/*.la + rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/panel-plugins/*.a + rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/mcs-plugins/*.la + rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/mcs-plugins/*.a + rm -f $(CURDIR)/debian/tmp/usr/lib/libxfce4panel.la + + dh_lintian + + chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/xfce4-panel \ + $(CURDIR)/debian/tmp/usr/bin/xfce4-popup-windowlist \ + $(CURDIR)/debian/tmp/usr/lib/xfce4/*/* \ + $(CURDIR)/debian/tmp/usr/lib/libxfce4panel.so.*1 + +binary-indep: build install +binary-arch: build install + + dh_testdir + dh_testroot + + dh_install --fail-missing --sourcedir=debian/tmp + + dh_installchangelogs ChangeLog + dh_installdocs NEWS README + + dh_strip --dbg-package=xfce4-panel-dbg + dh_compress + + dh_fixperms + dh_installdeb + + dh_shlibdeps + dh_gencontrol + + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- xfce4-panel-4.6.3.orig/debian/changelog +++ xfce4-panel-4.6.3/debian/changelog @@ -0,0 +1,901 @@ +xfce4-panel (4.6.3-1ubuntu1) lucid; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/control: + + update Vcs-* fields to point at LP + + xfce4-panel conflicts/replaces xubuntu-default-settings (<< 0.48) + - debian/xfce4-panel.1: update bug reporting (LP vs. BTS). + + * Fixes "XFCE panels have window borders". lp: #503633 + + -- Lionel Le Folgoc Sat, 09 Jan 2010 20:33:54 +0100 + +xfce4-panel (4.6.3-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - add depends on ${misc:Depends}. + + -- Yves-Alexis Perez Wed, 30 Dec 2009 19:38:15 +0100 + +xfce4-panel (4.6.2-1ubuntu1) lucid; urgency=low + + * Merge from Debian testing, remaining Ubuntu changes: + - debian/control: + + update Vcs-* fields to point at LP + + xfce4-panel conflicts/replaces xubuntu-default-settings (<< 0.48) + - debian/xfce4-panel.1: update bug reporting (LP vs. BTS). + + * debian/patches/03_escape-tooltip-text.patch: dropped, included upstream. + + * bugs fixed: + - "changing time zone does not change displayed time" LP: #384227 + - "Xfce panel pushes away Workspace Switcher" LP: #380402 + + -- Lionel Le Folgoc Mon, 23 Nov 2009 08:57:59 +0100 + +xfce4-panel (4.6.2-1) unstable; urgency=low + + * New upstream release. + - fix italian translation. closes: #526459 + * debian/control: + - update standards version to 3.8.3. + - remove quilt build-dep. + * debian/patches: + - 01_use-exo-open-for-terminal dropped, included upstream. + - 02_fix-session-restart-command as well. + * debian/rules: + - drop quilt stuff. + + -- Yves-Alexis Perez Sat, 17 Oct 2009 00:29:42 +0200 + +xfce4-panel (4.6.1-3ubuntu2) karmic; urgency=low + + * debian/patches: + - 03_escape-tooltip-text.patch: correctly escape special characters + in the tooltip LP: #392816 + - series: add this patch. + + -- Lionel Le Folgoc Sun, 04 Oct 2009 15:26:17 +0200 + +xfce4-panel (4.6.1-3ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/control: + + update Vcs-* fields to point at LP + + xfce4-panel conflicts/replaces xubuntu-default-settings (<< 0.48) + - debian/xfce4-panel.1: update bug reporting (LP vs. BTS). + + -- Lionel Le Folgoc Fri, 26 Jun 2009 19:44:27 +0200 + +xfce4-panel (4.6.1-3) unstable; urgency=low + + * debian/patches/ + - 02_fix-session-restart-command added, fix panel command saved in + session to not use -r arg. + * debian/control: + - bump standards version to 3.8.2. + + -- Yves-Alexis Perez Thu, 25 Jun 2009 20:50:27 +0200 + +xfce4-panel (4.6.1-2ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/control: + + update Vcs-* fields to point at LP + + xfce4-panel conflicts/replaces xubuntu-default-settings (<< 0.48) + - debian/xfce4-panel.1: update bug reporting (LP vs. BTS). + + -- Lionel Le Folgoc Mon, 15 Jun 2009 20:06:47 +0200 + +xfce4-panel (4.6.1-2) unstable; urgency=low + + * debian/patches: + - 1_use-exo-open-for-terminal added, use exo-open for launchers when + using “run in terminal” option. + * debian/control: + - add build-dep on quilt. + * debian/rules: + - use quilt rules. + + -- Yves-Alexis Perez Tue, 09 Jun 2009 22:31:53 +0200 + +xfce4-panel (4.6.1-1ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/control: + + update Vcs-* fields to point at LP + + xfce4-panel conflicts/replaces xubuntu-default-settings (<< 0.48) + - debian/xfce4-panel.1: update bug reporting (LP vs. BTS). + + -- Lionel Le Folgoc Thu, 28 May 2009 22:21:06 +0200 + +xfce4-panel (4.6.1-1) unstable; urgency=low + + * New upstream release. + - fix launchers arrow in vertical panel. closes: #524676 + * debian/patches: + - 01_fix-wl-as-needed dropped, merged upstream. + + -- Yves-Alexis Perez Sun, 19 Apr 2009 14:37:59 +0200 + +xfce4-panel (4.6.0-2) unstable; urgency=low + + * Upload to unstable. + * debian/rules: + - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS. + - re-add quilt rules. + - replace dh_clean -k by dh_prep. + * debian/control: + - bump standards version to 3.8.1. + - add build-dep on quilt. + - bump debhelper build-dep to 7. + - move to xfce section. + * debian/compat bumped to 7. + * debian/patches: + - 01_fix-wl-as-needed added, fix build with -Wl,--as-needed. + + -- Yves-Alexis Perez Sat, 04 Apr 2009 01:13:33 +0200 + +xfce4-panel (4.6.0-1ubuntu1) jaunty; urgency=low + + * Merge Xfce 4.6.0 final with Debian experimental, remaining Ubuntu changes: + - debian/control: + + update Vcs-* fields to point at LP + + xfce4-panel conflicts/replaces xubuntu-default-settings (<< 0.48) + - debian/xfce4-panel.1: update bug reporting (LP vs. BTS). + + -- Lionel Le Folgoc Sun, 01 Mar 2009 15:03:24 +0100 + +xfce4-panel (4.6.0-1) experimental; urgency=low + + [ Xfce 4.6 Alpha “Pinkie”] + * New upstream alpha release. + - plugin process are correctly terminated when removed. closes: #457395 + * debian/rules: + - fail if dh_install misses files. + - don't mess with config.{guess,sub} anymore. + - call dh_lintian + - don't use quilt rules. + * debian/control: + - drop build-dep on quilt. + - update build-dep on debhelper for dh_lintian support. + - add build-dep on intltool. + - gq the long desc so they are on 80-cols. + * add xfce4-popup-windowlist.1, thanks to François Wendling. closes: #496862 + * debian/xfce4-panel.shlibs: update shlibs to 4.5.90 (Xfce 4.6 Alpha). + + [ Xfce 4.6 Beta 1 “Fuzzy”] + * New upstream beta release. + * debian/control: + - update build-deps for Fuzzy. + - remove useless intltool from build-deps. + - add build-dep on libxml-parser-perl. + * debian/xfce4-panel.shlibs: bump shlibs. + + [ Xfce 4.6 Beta 2 “Hopper”] + * New upstream beta release. + * debian/control: + - update build-deps for Hopper. + * debian/xfce4-panel.shlibs: + - bump shlibs for Hopper. + + [ Xfce 4.6 Beta 3 “Tuco-tuco”] + * new upstream beta release. + * debian/control: + - update build-deps for “Tuco-Tuco”. + - add build-dep on intltool. + - add dep on libxfce4util-dev and libxfcegui4-dev to xfce4-panel-dev. + + [ Xfce 4.6 RC1 “Capybara” ] + * new upstream release candidate. + * debian/control: + - update build-deps for “Capybara”. + - update deps on -dev packages for “Capybara”. + * debian/xfce4-panel.shlibs: + - bump shlibs to 4.5.99.1. + + [ Xfce 4.6 ] + * new upstream release. + * debian/control: + - update build-deps for 4.6. + - update deps on -dev packages for 4.6. + * debian/xfce4-panel.shlibs: + - bump shlibs to 4.6.0. + * debian/copyright: + - update copyrights, dates and format. + + -- Yves-Alexis Perez Sat, 28 Feb 2009 12:38:19 +0100 + +xfce4-panel (4.5.99.1-0ubuntu3) jaunty; urgency=low + + * debian/{xfce4-panel.install,rules}: revert previous upload, now that + xfce4-utils is patched to handle that correctly. + * debian/control: conflicts/replaces xubuntu-default-settings (<< 0.48). + + -- Lionel Le Folgoc Sat, 07 Feb 2009 14:10:09 +0100 + +xfce4-panel (4.5.99.1-0ubuntu2) jaunty; urgency=low + + * debian/xfce4-panel.install: don't ship default config files, they are + already provided by xubuntu-default-settings (LP: #322296). + * debian/rules: delete them. + + -- Lionel Le Folgoc Wed, 28 Jan 2009 14:53:53 +0100 + +xfce4-panel (4.5.99.1-0ubuntu1) jaunty; urgency=low + + * Merge from Debian pkg-xfce UNRELEASED, remaining Ubuntu changes: + - debian/xfce4-panel.1: update bug reporting (LP vs. BTS) + - debian/rules: + . Don't ship etc/xdg/xfce4/panel* as it is in xubuntu-default-settings. + . Remove mangling of files in etc/xdg/xfce4/panel* + - debian/control: + . Updated Vcs info to point at Launchpad + + -- Michael Casadevall Mon, 26 Jan 2009 23:52:34 -0500 + +xfce4-panel (4.5.99.1-1) UNRELEASED; urgency=low + + [ Xfce 4.6 Alpha “Pinkie”] + * New upstream alpha release. + - plugin process are correctly terminated when removed. closes: #457395 + * debian/rules: + - fail if dh_install misses files. + - don't mess with config.{guess,sub} anymore. + - call dh_lintian + - don't use quilt rules. + * debian/control: + - drop build-dep on quilt. + - update build-dep on debhelper for dh_lintian support. + - add build-dep on intltool. + - gq the long desc so they are on 80-cols. + * add xfce4-popup-windowlist.1, thanks to François Wendling. closes: #496862 + * debian/xfce4-panel.shlibs: update shlibs to 4.5.90 (Xfce 4.6 Alpha). + [ Xfce 4.6 Beta 1 “Fuzzy”] + * New upstream beta release. + * debian/control: + - update build-deps for Fuzzy. + - remove useless intltool from build-deps. + - add build-dep on libxml-parser-perl. + * debian/xfce4-panel.shlibs: bump shlibs. + + [ Xfce 4.6 Beta 2 “Hopper”] + * New upstream beta release. + * debian/control: + - update build-deps for Hopper. + * debian/xfce4-panel.shlibs: + - bump shlibs for Hopper. + + [ Xfce 4.6 Beta 3 “Tuco-tuco”] + * new upstream beta release. + * debian/control: + - update build-deps for “Tuco-Tuco”. + - add build-dep on intltool. + - add dep on libxfce4util-dev and libxfcegui4-dev to xfce4-panel-dev. + + [ Xfce 4.6 RC1 “Capybara” ] + * new upstream release candidate. + * debian/control: + - update build-deps for “Capybara”. + - update deps on -dev packages for “Capybara”. + * debian/xfce4-panel.shlibs: + - bump shlibs to 4.5.99.1. + + -- Yves-Alexis Perez Mon, 26 Jan 2009 11:43:19 +0100 + +xfce4-panel (4.4.3-0ubuntu1) jaunty; urgency=low + + * Merge from Debian Xfce SVN, remaining Ubuntu changes: + - debain/xfce4-panel.1: update bug reporting (LP vs. BTS) + - debian/xfce4-panel.install: don't ship etc/xdg/xfce4/panel* + its in xubuntu-default-settings + - debian/rules: keep the .desktop installed, but add "NoDisplay=true" + to hide them by default + - debian/patches/99_update_translations.patch - dropped, merged upstream + + -- Michael Casadevall Mon, 10 Nov 2008 05:54:04 -0500 + +xfce4-panel (4.4.3-1) UNRELEASED; urgency=low + + [ Yves-Alexis Perez ] + * new upstream bugfix release + * debian/control: + - update standards version yo 3.8.0. + - add build-dep on intltool. + * debian/rules: + - stop messing with config.{guess,sub}. + * debian/patches: + - 01_fix-dnd-file-panel dropped, merged upstream. + + [ Michael Casadevall ] + * debian/control: + Bumped libxfce4mcs build-dep to 4.4.3 + + -- Michael Casadevall Mon, 10 Nov 2008 05:48:25 -0500 + +xfce4-panel (4.4.2-6ubuntu2) intrepid; urgency=low + + * Translations: cherry-pick from upstream 4.4 svn branch: + - Sinhala, Urdu, Indonesian translations added + - Spanish, Albanian, Greek, Latvian, Slovak translations updated. + * New patch debian/patches/99_update_translations.patch created and enabled + for this. + + -- Lionel Le Folgoc Mon, 20 Oct 2008 18:38:00 +0200 + +xfce4-panel (4.4.2-6ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/control: adhere to DebianMaintainerField + - debian/xfce4-panel.1: update bug reporting (LP instead of Debian BTS) + - debian/xfce4-panel.install: do not ship etc/xdg/xfce4/panel/*, it's in + xubuntu-default-settings. + * debian/patches: 00_fix-segfault-with-dnd.patch dropped, use + 01_fix-dnd-file-panel from the debian package instead. + * debian/rules: keep the .desktop installed, but add "NoDisplay=true" to hide + them by default. + + -- Lionel Le Folgoc Fri, 23 May 2008 20:58:09 +0200 + +xfce4-panel (4.4.2-6) unstable; urgency=low + + * switch to triggers: + - debian/postinst: remove xfce-mcs-manager refresh. + - debian/prerm dropped. + - debian/control: conflicts against non-triggers-enable xfce4-mcs-manager. + * debian/control: remove useless Conflicts/Replaces against Sarge stuff. + + -- Yves-Alexis Perez Mon, 19 May 2008 08:08:22 +0200 + +xfce4-panel (4.4.2-5) unstable; urgency=low + + * debian/patches: + - 01_fix-dnd-file-panel added, fix a crash when drag & droping a file over + the panel. (Xfce #3815, r26669). + - 02_fix-screen-config-dialog added, fix multiscreen support for + configuration dialogs. (Xfce r26937). closes: #481086 + * debian/rules: use quilt make rule. + * debian/control: remove Martin Loschwitz from Uploaders:. Thanks for the + work! + + -- Yves-Alexis Perez Thu, 15 May 2008 08:48:41 +0200 + +xfce4-panel (4.4.2-4) unstable; urgency=low + + * debian/rules: + - don't edit mousepad launcher… + - and remove it. + - remove editor launcher item from panel config. closes: #426164 + - use $(CURDIR) instead of `pwd`. + + -- Yves-Alexis Perez Sun, 06 Apr 2008 02:24:09 +0200 + +xfce4-panel (4.4.2-3ubuntu3) hardy; urgency=low + + * Upload to Ubuntu, thanks Jérôme Guelfucci, Verstraete Linard and + Jim Campbell for testing. + + -- Lionel Le Folgoc Thu, 13 Mar 2008 19:17:02 +0100 + +xfce4-panel (4.4.2-3ubuntu3~ppa1) hardy; urgency=low + + * debian/patches: + + 00_fix-segfault-with-dnd.patch: prevent the panel from disappearing when + dragging files onto it, and fix some crashes. (LP: #185448, Xfce #3815) + + series: refreshed. + + -- Lionel Le Folgoc Mon, 10 Mar 2008 22:36:36 +0100 + +xfce4-panel (4.4.2-3ubuntu2) hardy; urgency=low + + * debian/xfce4-panel.install: really drop etc/xdg/xfce4/panel/* (LP: #198388). + + -- Lionel Le Folgoc Tue, 04 Mar 2008 19:12:24 +0100 + +xfce4-panel (4.4.2-3ubuntu1) hardy; urgency=low + + * Merge with debian unstable. Remaining changes: + - debian/control: bump xfce4-mcs-manager-dev to (>= 4.4.2) + - debian/xfce4-panel.1: update bug reporting (LP instead of Debian BTS) + - Adhere to DebianMaintainerField + * debian/control: don't depend on exo-utils + * debian/xfce4-panel.install: don't install the mcs settings desktop file. + LP: #197277 + + -- Gauvain Pocentek Sun, 2 Mar 2008 20:08:33 +0100 + +xfce4-panel (4.4.2-3) unstable; urgency=low + + * debian/compat: bump debhelper compatibility to 5. + * debian/control: + - bump build-dep on debhelper accordingly. + - update standards version to 3.7.3. + - update my email address. + - add a -dbg package + * debian/rules: install debugging informations into -dbg package. + * debian/copyright: use © sign. + + -- Yves-Alexis Perez Sun, 02 Mar 2008 01:01:52 +0100 + +xfce4-panel (4.4.2-2) unstable; urgency=low + + * Add dependency on new exo-utils for exo-open + + -- Simon Huggins Mon, 28 Jan 2008 11:31:25 +0000 + +xfce4-panel (4.4.2-1ubuntu1) hardy; urgency=low + + * Merge with Debian Unstable, Ubuntu changes: + - use our xfce.mk class + - debian/control: remove quilt and chrpath build-dependencies and add cdbs + - Adhere to DebianMaintainerField + - debian/xfce4-panel.1: update bug reporting (LP instead of Debian BTS) + - debian/compat: bump to 5 + - use our Vcs-* fields + - debian/xfce4-panel.install: drop usr/share/man to fix FTBFS. + * debian/control: bump xfce4-mcs-manager-dev to (>= 4.4.2). + + -- Lionel Le Folgoc Wed, 05 Dec 2007 23:36:22 +0100 + +xfce4-panel (4.4.2-1) unstable; urgency=low + + [ Simon Huggins ] + * debian/control: Move fake Homepage field to a real one now dpkg + supports it. + + [ Yves-Alexis Perez ] + * New upstream release. + * debian/patches: + - removed 02_fix-segfault-gtk2.11.patch, included upstream. + + [ Simon Huggins ] + * Add Vcs-* headers to debian/control + + -- Simon Huggins Tue, 27 Nov 2007 16:39:19 +0000 + +xfce4-panel (4.4.1-2ubuntu1) hardy; urgency=low + + * Merge with Debian Unstable, Ubuntu changes: + - use our xfce.mk class + - debian/control: remove quilt and chrpath build-dependencies and add cdbs + - Adhere to DebianMaintainerField + - debian/patches/series: dropped, we use simple-patchsys + - debian/patches/01_lower-margins-in-launchers.patch: dropped + - debian/xfce4-panel.1: update bug reporting (LP instead of Debian BTS) + - debian/compat: bump to 5 + - Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields added + - debian/xfce4-panel.install: drop usr/share/man to fix FTBFS. + * Drop uneeded delta with Debian: rename debian/patches/01_fix-segfault-with-2nd-panel.patch + to debian/patches/02_fix-segfault-gtk2.11.patch. + * debian/control: use Vcs-* instead of XS-Vcs-*. + + -- Lionel Le Folgoc Sat, 24 Nov 2007 21:18:05 +0100 + +xfce4-panel (4.4.1-2) unstable; urgency=low + + [ Simon Huggins ] + * Use ${binary:Version} so we are binNMU safe. + * debian/xfce4-panel.prerm: Use kill -s to keep Hurd and lintian happy at + the same time. + + [ Yves-Alexis Perez ] + * debian/xfce4-panel.1: update bug reporting in manpage. + * debian/xfce4-panel.postinst: use posix kill -s closes: #374618 + * debian/patches: added 02_fix-segfault-gtk2.11.patch, fix segfault when + removing a panel. closes: #446536 + + [ Emanuele Rocca ] + * debian/rules: do not ignore make errors in the clean target. + + -- Yves-Alexis Perez Mon, 15 Oct 2007 22:54:48 +0200 + +xfce4-panel (4.4.1-1ubuntu4) hardy; urgency=low + + * debian/patches: + - 01_lower-margins-in-launchers.patch.disabled: dropped, was disabled anyway + - 02_fix-segfault-with-2nd-panel.patch renamed to 01_fix-segfault-with-2nd-panel.patch. + * debian/control: + - b-ds updated & cleaned + - Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields added + - use ${binary:Version} instead of ${Source-Version} to make lintian happy. + * debian/compat: bump to 5. + * debian/NEWS: dropped. + * debian/xfce4-panel.1: update bug reporting (LP instead of a mail address). + * Clean the diff.gz from config.{sub,guess}, cdbs takes care of this anyway. + + -- Lionel Le Folgoc Tue, 30 Oct 2007 12:11:49 +0100 + +xfce4-panel (4.4.1-1ubuntu3) gutsy; urgency=low + + * debian/patches/02_fix-segfault-with-2nd-panel.patch: fixes segfaults with + gtk 2.11 when removing the second panel. (LP: #128491 and Xfce #3496) + + -- Lionel Le Folgoc Wed, 05 Sep 2007 14:39:24 +0200 + +xfce4-panel (4.4.1-1ubuntu2) gutsy; urgency=low + + * Disable patches/01_lower-margins-in-launchers.patch as it breaks the panel + display. (LP: #118750) + + -- Lionel Le Folgoc Tue, 05 Jun 2007 12:57:41 +0200 + +xfce4-panel (4.4.1-1ubuntu1) gutsy; urgency=low + + * Merge with Debian Unstable, Ubuntu changes: + - use our xfce.mk class + - debian/control: remove quilt and chrpath build-dependencies and add cdbs. + * debian/control: Adhere to DebianMaintainerField. + + -- Lionel Le Folgoc Sat, 05 May 2007 01:15:55 +0200 + +xfce4-panel (4.4.1-1) unstable; urgency=low + + * New upstream release. + * debian/patch: added patch to reduce margin size of launchers. + * debian/control: added versionned build-dep against gtk 2.10. + * debian/copyright: updated copyright holders. + + -- Yves-Alexis Perez Sun, 15 Apr 2007 15:28:17 +0100 + +xfce4-panel (4.4.0-2) experimental; urgency=low + + * debian/rules: remove /usr/lib/libxfce4panel.la from the package. + * debian/xfce4-panel.install: ship xfce4-panel-manager.desktop in + /usr/share/applications. + + -- Yves-Alexis Perez Thu, 25 Jan 2007 00:50:58 +0100 + +xfce4-panel (4.4.0-1) experimental; urgency=low + + * New upstream release. + * debian/control: updated build-deps against Xfce 4.4. + + -- Yves-Alexis Perez Thu, 25 Jan 2007 00:06:03 +0100 + +xfce4-panel (4.4.0-0ubuntu1) feisty; urgency=low + + * New upstream release + * Tighten build dependecies versions + + -- Gauvain Pocentek Tue, 23 Jan 2007 10:43:49 +0100 + +xfce4-panel (4.3.99.2-1) unstable; urgency=low + + * New upstream release. + * debian/control: updated build-deps against Xfce 4.4RC2 (4.3.99.2). + + -- Yves-Alexis Perez Thu, 16 Nov 2006 15:18:46 +0100 + +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-1) unstable; urgency=low + + * New upstream release. + * debian/control: updated build-dep against Xfce 4.4RC1 (4.3.99.1). + + -- Yves-Alexis Perez Sat, 23 Sep 2006 13:40:01 +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-3) unstable; urgency=low + + * Bump shlibs file too. + + -- Simon Huggins Wed, 26 Jul 2006 15:47:42 +0100 + +xfce4-panel (4.3.90.2-2) unstable; urgency=low + + * xfce4-panel should continue shipping xfce-filemanager.png as it has done + since the beginning. + * Add Replaces: on the bogus xfce4-mcs-plugins version. + + -- Yves-Alexis Perez Tue, 25 Jul 2006 07:49:17 +0200 + +xfce4-panel (4.3.90.2-1) unstable; urgency=low + + (Yves-Alexis Perez) + * New upstream release. + * debian/NEWS: fixed typo. + * debian/postinst: fixed install on hurd by not using pkill. Closes: #374618 + * debian/control: updated standard versions to 3.7.2. + (Simon Huggins) + * Add rpath fixes. + + -- Yves-Alexis Perez Fri, 21 Jul 2006 15:45:54 +0200 + +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.1-3) unstable; urgency=low + + * (Simon Huggins) + * Conflict/Replace -trigger-launcher too. + + * (Yves-Alexis Perez) + * debian/NEWS: warn users they will lose their 4.2 panel config. + + -- Yves-Alexis Perez Sat, 17 Jun 2006 12:37:27 +0100 + +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.90.1-2) unstable; urgency=low + + * (Simon Huggins) + * Add dependency on libexo-0.3-0 for exo-open which we use in our default + panel config. + * Ship the README.Plugins + * (Yves-Alexis Perez) + * Use the correct libexec dir + + -- Simon Huggins Sat, 13 May 2006 22:19:56 +0200 + +xfce4-panel (4.3.90.1-1) unstable; urgency=low + + * New Upstream Release + + -- Yves-Alexis Perez Wed, 03 May 2006 18:35:05 +0100 + +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.6.3.orig/debian/xfce4-popup-windowlist.1 +++ xfce4-panel-4.6.3/debian/xfce4-popup-windowlist.1 @@ -0,0 +1,42 @@ +.TH "xfce4-popup-windowlist" "1" "8-28-2008" + +.SH "NAME" +xfce4-popup-windowlist \- shows the Xfce window list applet popup + +.SH "SYNOPSIS" +.PP +.B xfce4-popup-windowlist +[ \-pointer ] + +.SH "DESCRIPTION" +.PP +This manual page documents briefly the \fBxfce4-popup-windowlist\fR command. +.PP +\fBxfce4-popup-windowlist\fR shows the Xfce window list if at least one Xfce +window list applet is present on one of your panel(s). +.PP +The default behaviour is to show the window list near the applet button. If +you have several Xfce window list applets, only the first one you have set up +will pop up. +.PP +If you want to pop up the window list without using the window list applet on +your panel(s), see the manual page for \fBxfdesktop\fR(1). + +.SH "OPTIONS" +.TP +.BR \-pointer +The window list appears at your current mouse position instead of its default +position. + +.SH "SEE ALSO" +.BR xfce4-popup-menu (1), +.BR xfdesktop (1) + +.SH "AUTHOR" +.PP +.B xfce4-popup-windowlist +.\" from source : +is Copyright (c) 2006 Darren Salt. + +This manual page was written by Francois Wendling for the +Debian GNU/Linux system (but may be used by others). --- xfce4-panel-4.6.3.orig/debian/watch +++ xfce4-panel-4.6.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.xfce.org/archive/xfce-(.*)/src/ \ + xfce4-panel-(.*)\.tar\.bz2 --- xfce4-panel-4.6.3.orig/debian/xfce4-panel.lintian-overrides +++ xfce4-panel-4.6.3/debian/xfce4-panel.lintian-overrides @@ -0,0 +1,2 @@ +#Panel includes its library +xfce4-panel: package-name-doesnt-match-sonames libxfce4panel1 --- xfce4-panel-4.6.3.orig/debian/copyright +++ xfce4-panel-4.6.3/debian/copyright @@ -0,0 +1,81 @@ +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 are: +Jasper Huijsmans +Nick Schermer +clock plugin is written by Jasper Huijsmans and Jannis Pohlmann + +Files: libxfce4panel/* +License: LGPL-2+ +Copyright: © 2005-2007 Jasper Huijsmans +Files: libxfce4panel/libxfce4panel.h +Copyright: © 2008 Nick Schermer +Files: libxfce4panel/libxfce4panel.symbols +Copyright: © 2007 Nick Schermer +Files: libxfce4panel/make-libxfce4panel-alias.pl +Copyright: © 2007 Nick Schermer +Copyright: © 2004 The GLib Development Team. +Files: libxfce4panel/xfce-arrow-button.{c,h} +Copyright: © 2004-2007 Nick Schermer +Files: libxfce4panel/xfce-hvbox.{c,h} +Copyright: © 2002 Red Hat Inc. based on GtkHBox +Copyright: © 2006 Jani Monoses +Copyright: © 2006-2007 Jasper Huijsmans +Files: libxfce4panel/xfce-itembar.{c,h} +Copyright: © 2004-2007 Jasper Huijsmans +Copyright: © 1997-200 The GTK+ Team +Files: libxfce4panel/xfce-panel-convenience.{c,h} +Copyright: © 2006-2007 Jasper Huijsmans +Files: libxfce4panel/xfce4-panel-macros.{c,h} +Copyright: © 2006-2007 2006-2007 Nick Schermer +Files: libxfce4panel/xfce-panel-window.{c,h} +Copyright: © 2004-2007 Jasper Huijsmans + +Files: panel/* +License: GPL-2+ +Copyright: © 2005 Jasper Huijsmans +Files: panel/frap-icon-entry.{c,h} +Copyright: © 2004-2006 Benedikt Meurer +Files: panel/panel-dialogs.c +Copyright: © 2005-2007 Jasper Huijsmans +Copyright: © 2006 Benedikt Meurer +Files: panel/panel-dnd.c +Copyright: © 2005 Jasper Huijsmans +Copyright: © 2005 Ryan McDougall + +dz and gl translations are © 2006 Canonical Ltd, and Rosetta Contributors + +Files: plugins/{action,iconbox,pager,separator}/* +Copyright: © 2005 Jasper Huijsmans +Files: plugins/clock +Copyright: © 2007 Nick Schermer +Files: plugins/launcher +Copyright: © 2005-2007 Jasper Huijsmans +Copyright: © 2006-2007 Nick Schermer +Copyright: © 2005-2008 Benedikt Meurer +Files: plugins/showdesktop +Copyright: © 2005 Jasper Huijsmans +Copyright: © 2006 Jani Monoses +Files: plugins/systray +Copyright: © 2007 Nick Schermer +Copyright: © 2002 Anders Carlsson +Copyright: © 2003-2004 Benedikt Meurer +Copyright: © 2003-2006 Vincent Untz +Copyright: © 2003-2004 Olivier Fourdan +Files: plugins/tasklist +Copyright: © 2005-2007 Jasper Huijsmans +Files: plugins/windowlist +Copyright: © 2003 Andre Lerche +Copyright: © 2003 Benedikt Meurer +Copyright: © 2006 Jani Monoses +Copyright: © 2006 Jasper Huijsmans +Copyright: © 2006 Nick Schermer + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. +The complete text of the GNU Lesser General Public License can be found in +`/usr/share/common-licenses/LGPL'. --- xfce4-panel-4.6.3.orig/debian/control +++ xfce4-panel-4.6.3/debian/control @@ -0,0 +1,46 @@ +Source: xfce4-panel +Section: xfce +Priority: optional +Maintainer: Xubuntu Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers +Uploaders: Emanuele Rocca , Simon Huggins , Yves-Alexis Perez +Build-Depends: debhelper (>= 7), libgtk2.0-dev (>= 2.10.6), bison, + libxft-dev, libxml2-dev, chrpath, libxfce4util-dev (>= 4.6.0), + libxfcegui4-dev (>= 4.6.0), libexo-0.3-dev (>= 0.3.100), libwnck-dev, + libxml-parser-perl, intltool +Standards-Version: 3.8.3 +Homepage: http://www.xfce.org/ +Vcs-Bzr: lp:~xubuntu-dev/xfce4-panel/lucid +Vcs-Browser: http://bazaar.launchpad.net/~xubuntu-dev/xfce4-panel/lucid/files + +Package: xfce4-panel +Section: xfce +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libexo-0.3-0 (>= 0.3.100), + exo-utils +Conflicts: xubuntu-default-settings (<< 0.48) +Replaces: xubuntu-default-settings (<< 0.48) +Description: The Xfce4 desktop environment panel + This is the panel provided by the Xfce4 desktop project. If you want a + multi-functional panel that can even handle plugins and the like, xfce4-panel + might be worth a try. + +Package: xfce4-panel-dev +Section: xfce +Architecture: any +Depends: ${misc:Depends}, xfce4-panel (= ${binary:Version}), libxml2-dev, + pkg-config, libxfce4util-dev (>= 4.6.0), libxfcegui4-dev (>= 4.6.0) +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. + +Package: xfce4-panel-dbg +Section: debug +Architecture: any +Priority: extra +Depends: ${shlibs:Depends}, ${misc:Depends}, xfce4-panel (= ${binary:Version}) +Description: debugging informations for xfce4-panel + This package contains debugging symbols for xfce4-panel, the panel provided by + the Xfce4 desktop project. --- xfce4-panel-4.6.3.orig/debian/compat +++ xfce4-panel-4.6.3/debian/compat @@ -0,0 +1 @@ +7 --- xfce4-panel-4.6.3.orig/debian/NEWS +++ xfce4-panel-4.6.3/debian/NEWS @@ -0,0 +1,12 @@ +xfce4-panel (4.3.90.1-3) unstable; urgency=low + + This is the 4.4beta1 release of xfce panel. + + This is a major upgrade and as such you will lose your 4.2 panel config + There is no sane way for us to avoid this. Also as this is a beta please + consider reporting any bugs to upstream first or to both the BTS and + upstream's bugzilla at http://bugzilla.xfce.org/ + + Also #xfce and #debian-xfce on irc.freenode.net can be useful resources. + + -- Yves-Alexis Perez Mon, 05 Jun 2006 19:51:37 +0200 --- xfce4-panel-4.6.3.orig/debian/xfce4-panel.shlibs +++ xfce4-panel-4.6.3/debian/xfce4-panel.shlibs @@ -0,0 +1 @@ +libxfce4panel 1 xfce4-panel (>= 4.6.0) --- xfce4-panel-4.6.3.orig/debian/xfce4-panel.install +++ xfce4-panel-4.6.3/debian/xfce4-panel.install @@ -0,0 +1,9 @@ +usr/bin/ +usr/lib/lib*.so.* +usr/lib/xfce4/ +etc/ +usr/share/applications/ +usr/share/icons/hicolor/ +usr/share/locale/ +usr/share/xfce4/ +usr/share/man/ --- xfce4-panel-4.6.3.orig/debian/xfce4-panel-dev.install +++ xfce4-panel-4.6.3/debian/xfce4-panel-dev.install @@ -0,0 +1,4 @@ +usr/include/ +usr/lib/pkgconfig/ +usr/lib/lib*.so +usr/share/gtk-doc/ --- xfce4-panel-4.6.3.orig/debian/xfce4-panel.1 +++ xfce4-panel-4.6.3/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 https://bugs.launchpad.net/ubuntu/+source/xfce4-panel +.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. --- xfce4-panel-4.6.3.orig/debian/xfce4-panel.postinst +++ xfce4-panel-4.6.3/debian/xfce4-panel.postinst @@ -0,0 +1,10 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + # Run ldconfig to update shared library system + ldconfig +fi + +#DEBHELPER# + +exit 0