debian/0000755000000000000000000000000012150127765007174 5ustar debian/docs0000644000000000000000000000002012150100367010024 0ustar README scripts/ debian/changelog0000644000000000000000000000641512150127644011050 0ustar xfce4-messenger-plugin (0.1.0-6) unstable; urgency=low * debian/rules: - use dh rules. - enable all hardening flags. - enable parallel build. - don't install script Makefiles in doc folder. - don't try to disable silent rules, it doesn't work. * debian/control: - update debhelper build-dep to 9. - drop version on xfce4-panel-dev, stable has Xfce 4.8. - drop cdbs and hardening-includes build-dep, unneeded anymore. - update standards version to 3.9.4. * debian/docs: - install scripts in /u/s/doc. * debian/compat bumped to 9. -- Yves-Alexis Perez Sat, 25 May 2013 14:33:40 +0200 xfce4-messenger-plugin (0.1.0-5+b1) unstable; urgency=low [ Yves-Alexis Perez ] * debian/patches: - 01_link-with-libxfcegui4 added, link against libxfcegui4 now that xfce4-panel-dev doesn't bring the flags. * debian/rules: - run xdt-autogen after applying patches touching Makefile.am - pick {C,LD}FLAGS from dpkg-buildflags - add hardening flags to {C,LD}FLAGS - add -z,defs, -O1 and --as-needed to LDFLAGS. * debian/control: - add build-dep on xfce4-dev-tools, intltool and libtool to run xdt-autogen after applying patches. - add build-dep on hardening-includes - update standards version to 3.9.2. - switch to xfce section. * debian/watch edited to track Xfce archive reorganisation. * Switch to 3.0 (quilt) source format. [ Lionel Le Folgoc ] * debian/rules: clean up autogenerated files changed by xdt-autogen. * debian/control: - add myself to Uploaders. - remove Simon and Emanuele from uploaders, thanks to them. - bump xfce4-panel-dev b-dep to (>= 4.8.0). -- Yves-Alexis Perez Tue, 19 Apr 2011 23:06:56 +0200 xfce4-messenger-plugin (0.1.0-4) unstable; urgency=low [ Evgeni Golov ] * Fix Vcs-* fields, they were missing 'trunk' in the path. [ Yves-Alexis Perez ] * debian/control: - add libxt-dev to build-deps, fix FTBFS. closes: #533942 - update standards version to 3.8.2. - add build-dep on autotools-dev so CDBS automagically updates autotools helper files. - update debhelper build-dep to 7. * debian/compat bumped to 7. -- Yves-Alexis Perez Tue, 23 Jun 2009 23:01:31 +0200 xfce4-messenger-plugin (0.1.0-3) unstable; urgency=low [ Stefan Ott ] * debian/control: updated the url [ Yves-Alexis Perez ] * debian/control: - removed Jani, Rudy and Martin from uploaders. Thanks to them! - add dep on ${misc:Depends}. - update my email address. - update standards version to 3.8.0. * debian/copyright: update dates and licensing informations. [ Simon Huggins ] * debian/control: Move fake Homepage field to a real one now dpkg supports it. * Add Vcs-* headers to debian/control -- Yves-Alexis Perez Sat, 28 Feb 2009 22:31:32 +0100 xfce4-messenger-plugin (0.1.0-2) unstable; urgency=low * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2). -- Yves-Alexis Perez Wed, 26 Jul 2006 17:48:43 +0100 xfce4-messenger-plugin (0.1.0-1) unstable; urgency=low * Initial Release. closes: #365509 -- Yves-Alexis Perez Sun, 30 Apr 2006 17:06:32 +0200 debian/compat0000644000000000000000000000000212150126112010353 0ustar 9 debian/patches/0000755000000000000000000000000012150127647010622 5ustar debian/patches/series0000644000000000000000000000003711464537743012050 0ustar 01_link-with-libxfcegui4.patch debian/patches/01_link-with-libxfcegui4.patch0000644000000000000000000000133311500151023016233 0ustar Description: explicit link against libxfcegui4, fix ftbfs with xfce4-panel 4.7 Author: Yves-Alexis Perez diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index c17906a..d5974df 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -20,14 +20,16 @@ xfce4_messenger_plugin_SOURCES = \ xfce4_messenger_plugin_CFLAGS = \ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ @LIBXFCE4PANEL_CFLAGS@ \ + @LIBXFCEGUI4_CFLAGS@ \ @GLIB_CFLAGS@ \ @GOBJECT_CFLAGS@ \ @GTK_CFLAGS@ \ @DBUS_CFLAGS@ \ @DBUS_GLIB_CFLAGS@ -xfce4_messenger_plugin_LDFLAGS = \ +xfce4_messenger_plugin_LDADD = \ @LIBXFCE4PANEL_LIBS@ \ + @LIBXFCEGUI4_LIBS@ \ @GLIB_LIBS@ \ @GOBJECT_LIBS@ \ @GTK_LIBS@ \ debian/watch0000644000000000000000000000021311235611542010213 0ustar version=3 http://archive.xfce.org/src/panel-plugins/xfce4-messenger-plugin/([\d\.]+)/ \ xfce4-messenger-plugin-([\d\.]+)\.tar\.(?:gz|bz2) debian/copyright0000644000000000000000000000067711152317270011132 0ustar This package was debianized by Yves-Alexis Perez on Sun, 30 Apr 2006 17:08:52 +0200. It was downloaded from http://xfce-goodies.berlios.de © 2005-2006 Pasi Orovuo License: This software is released under the terms of the GPL (GNU General Public License) version 2 or later. On Debian systems, the complete text of the GNU General Public License can be found in the file /usr/share/common-licenses/GPL debian/rules0000755000000000000000000000063712150126112010243 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all override_dh_auto_configure: NOCONFIGURE=1 xdt-autogen dh_auto_configure override_dh_auto_clean: dh_auto_clean xdt-autogen clean rm -f INSTALL override_dh_install: dh_install --fail-missing -X .la override_dh_installdocs: dh_installdocs -X Makefile %: dh $@ --parallel debian/control0000644000000000000000000000166312150100367010572 0ustar Source: xfce4-messenger-plugin Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Lionel Le Folgoc Build-Depends: debhelper (>= 9), xfce4-panel-dev, libdbus-1-dev, libdbus-glib-1-dev, libxt-dev, autotools-dev, libxfcegui4-dev, xfce4-dev-tools, libtool, intltool Standards-Version: 3.9.4 Homepage: http://goodies.xfce.org/ Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-messenger-plugin/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-messenger-plugin/ Package: xfce4-messenger-plugin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Dbus messages plugin for xfce4-panel Xfce4 Messenger Plugin for Xfce4 Panel is a plugin that listens DBus messages and displays received messages in panel and/or popup window, and maintains a log of received messages. debian/source/0000755000000000000000000000000012150127647010473 5ustar debian/source/format0000644000000000000000000000001411464537743011712 0ustar 3.0 (quilt)