debian/0000755000000000000000000000000012236003362007163 5ustar debian/docs0000644000000000000000000000003611561064326010044 0ustar AUTHORS README TODO ChangeLog debian/changelog0000644000000000000000000001117612236003265011045 0ustar xfce4-wmdock-plugin (0.6.0-1) unstable; urgency=low [ Evgeni Golov ] * Correct Vcs-* URLs to point to anonscm.debian.org [ Yves-Alexis Perez ] * New upstream release. * debian/patches: - 01_fix_format-string added, fix a format string issue. - 02_fix-indirect-dso-linking removed, now useless. * debian/control: - add build-dep on dh-autoreconf, xdt-autogen and libtool * debian/rules: - use autoreconf addon to update config.guess for aarch64 support. - run xdt-autogen to fix configure after autoreconf. -- Yves-Alexis Perez Mon, 04 Nov 2013 21:42:26 +0100 xfce4-wmdock-plugin (0.3.4-2) unstable; urgency=low * debian/rules: - switch to dh tiny rules. - enable parallel build. - enable all hardening flags. * debian/compat bumped to 9. * debian/control: - update debhelper build-dep to 9. - drop build-dep on hardening-includes. - update standards version to 3.9.4. * debian/patches: 03_add-wmdock.desktop-to-POTFILES added, add panel-plugin/wmdock.desktop.in.in to POTFILES.in since it contains translatable strings. -- Yves-Alexis Perez Sun, 26 May 2013 14:18:34 +0200 xfce4-wmdock-plugin (0.3.4-1) unstable; urgency=low * New upstream release. * debian/patches: - 01_port-xfce4-panel-47 dropped, included upstream. * debian/rules: - pick build flags from dpkg-buildflags. - add -O1, -z,defs and --as-needed to LDFLAGS. - add hardening flags to build flags. - switch to dh7 tiny rules - override dh_auto_test to not do anything. * debian/control: - add build-dep on hardening-includes. - remove Simon, Emanuele and Enrique from uploaders. - drop build-dep on cdbs and update debhelper one for overrides. * debian/docs added, install docs previously installed by cdbs. -- Yves-Alexis Perez Fri, 06 May 2011 23:23:56 +0200 xfce4-wmdock-plugin (0.3.2-2) unstable; urgency=low [ Evgeni Golov ] * Fix Vcs-* fields, they were missing 'trunk' in the path. [ Yves-Alexis Perez ] * debian/watch edited to track Xfce archive reorganisation. * debian/control: - switch to xfce section. - update standards version to 3.9.2. - add build-dep on libxfcegui4-dev. * Switch to 3.0 (quilt) source format. * debian/patches: - 01_port-xfce4-panel-47 added, port plugin to xfce4-panel 4.7. [ Lionel Le Folgoc ] * debian/patches: - 02_fix-indirect-dso-linking.patch: pass missing -lX11, fixes FTBFS with binutils-gold. Closes: #556702 - series: refreshed. * debian/control: add myself to Uploaders. -- Yves-Alexis Perez Wed, 20 Apr 2011 10:36:05 +0200 xfce4-wmdock-plugin (0.3.2-1) unstable; urgency=low [ Yves-Alexis Perez ] * New upstream release * debian/control: - correct Uploaders field. - add build-dep on intltool. [ Enrique Monge ] * Set standards version to 3.8.0 - Add README.source -- Yves-Alexis Perez Sat, 28 Feb 2009 21:15:51 +0100 xfce4-wmdock-plugin (0.2.0-1) unstable; urgency=low [ Enrique Monge ] * New upstream release * changed Depends from debhelper 5 to debhelper >= 6 [ Yves-Alexis Perez ] * debian/copyright: - remove GPLv2 text, and add link to common-licenses. - update dates. * debian/control: edit short and long description, correct Xfce casing. -- Enrique Monge Sun, 27 Apr 2008 18:47:07 +0200 xfce4-wmdock-plugin (0.1.8-1) unstable; urgency=low * New upstream release * Remove patch from #451392, upstream already include the patch - Removing patches - Remove patchsys includes at debian/rules -- Enrique Monge Thu, 27 Dec 2007 20:51:27 -0600 xfce4-wmdock-plugin (0.1.6-3) unstable; urgency=low * really add patch to fix segfault. (really) closes: #451392 -- Yves-Alexis Perez Thu, 20 Dec 2007 00:24:03 +0100 xfce4-wmdock-plugin (0.1.6-2) unstable; urgency=low [ Simon Huggins ] * Add Vcs-* headers to debian/control [ Yves-Alexis Perez ] * debian/patch: - added 01_fix-implicit-pointer-conversion, fix a possible segfault on amd64 and ia64. Thanks Dann Frazier. closes: #451392 * debian/control: - updated my email address. - updated standards version to 3.7.3. -- Yves-Alexis Perez Wed, 19 Dec 2007 18:07:55 +0100 xfce4-wmdock-plugin (0.1.6-1) unstable; urgency=low [ Enrique Monge ] * Initial release closes: #446652 -- Enrique Monge Sun, 14 Oct 2007 09:36:13 -0600 debian/compat0000644000000000000000000000000212150376607010373 0ustar 9 debian/patches/0000755000000000000000000000000012236003271010611 5ustar debian/patches/series0000644000000000000000000000010312236000713012016 0ustar 01_fix_format-string.patch 03_add-wmdock.desktop-to-POTFILES.patch debian/patches/03_add-wmdock.desktop-to-POTFILES.patch0000644000000000000000000000016212150376607017473 0ustar --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1 +1,2 @@ panel-plugin/wmdock.c +panel-plugin/wmdock.desktop.in.in debian/patches/01_fix_format-string.patch0000644000000000000000000000076112236000656015604 0ustar --- a/panel-plugin/misc.c +++ b/panel-plugin/misc.c @@ -325,7 +325,7 @@ void wmdock_msg_dialog(GtkMessageType ty va_end(args); gtkDlg = gtk_message_dialog_new(GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (wmdock->plugin))), - GTK_DIALOG_DESTROY_WITH_PARENT, type, GTK_BUTTONS_OK, msg); + GTK_DIALOG_DESTROY_WITH_PARENT, type, GTK_BUTTONS_OK, "%s", msg); g_signal_connect (gtkDlg, "response", G_CALLBACK (wmdock_msg_dialog_response), NULL); gtk_dialog_run (GTK_DIALOG(gtkDlg)); } debian/watch0000644000000000000000000000020511235611542010214 0ustar version=3 http://archive.xfce.org/src/panel-plugins/xfce4-wmdock-plugin/([\d\.]+)/ \ xfce4-wmdock-plugin-([\d\.]+)\.tar\.(?:gz|bz2) debian/copyright0000644000000000000000000000107611546066533011136 0ustar This package was debianized by Enrique Monge on Sun, 14 Oct 2007 09:36:13 -0600. It was downloaded from Upstream Author: Andre Ellguth Copyright: (C) 2007-2008 Andre Ellguth License: The plugin is licensed under the GPL version 2. On Debian system, it can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is (C) 2007, Enrique Monge and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/README.source0000644000000000000000000000030111076466467011360 0ustar This package uses cdbs patchsys to manage patches against the upstream source. If you are not familiar with using cdbs patchsys with Debian packages please take a look at /usr/share/doc/cdbs/ debian/rules0000755000000000000000000000035412236003173010245 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all override_dh_auto_configure: NOCONFIGURE=1 xdt-autogen dh_auto_configure %: dh $@ --parallel --with autoreconf debian/control0000644000000000000000000000175512236003173010576 0ustar Source: xfce4-wmdock-plugin Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Lionel Le Folgoc Build-Depends: debhelper (>= 9), xfce4-panel-dev, libwnck-dev, intltool, libxfcegui4-dev, xfce4-dev-tools, libtool, dh-autoreconf Standards-Version: 3.9.4 Homepage: http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-wmdock-plugin/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/xfce4-wmdock-plugin/ Package: xfce4-wmdock-plugin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Compatibility layer for running WindowMaker dockapps on Xfce The WMdock plugin is a compatibility layer for running WindowMaker dockapps on the Xfce desktop. It integrates the dockapps into a panel, closely resembling the look and feel of the WindowMaker dock or clip, respectively. debian/source/0000755000000000000000000000000012236003271010462 5ustar debian/source/format0000644000000000000000000000001411465066677011716 0ustar 3.0 (quilt)