--- window-picker-applet-0.5.10.orig/debian/watch +++ window-picker-applet-0.5.10/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/window-picker-applet/+download \ + .*/window-picker-applet-(.*)\.tar\.gz --- window-picker-applet-0.5.10.orig/debian/rules +++ window-picker-applet-0.5.10/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed" +DEB_INSTALL_DOCS_ALL += --exclude=README +DEB_INSTALL_CHANGELOGS_ALL = + +get-orig-source: + uscan --force-download + --- window-picker-applet-0.5.10.orig/debian/control +++ window-picker-applet-0.5.10/debian/control @@ -0,0 +1,20 @@ +Source: window-picker-applet +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Guido Günther +Build-Depends: cdbs, debhelper (>= 5), gnome-pkg-tools, libgconf2-dev, + libgtk2.0-dev (>= 2.6.0), libglade2-dev, libgnomeui-dev, libpanel-applet2-dev, + libwnck-dev, intltool +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/users/agx/window-picker-applet.git +Vcs-Browser: http://git.debian.org/?p=users/agx/window-picker-applet.git +Homepage: https://launchpad.net/window-picker-applet + +Package: window-picker-applet +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Window picker applet for GNOME + The Window Picker Applet is a GNOME panel applet that displays open windows as + icons on the panel, and has integrated window title-bar functionality. + Optimised for use on netbook-size screens. --- window-picker-applet-0.5.10.orig/debian/changelog +++ window-picker-applet-0.5.10/debian/changelog @@ -0,0 +1,84 @@ +window-picker-applet (0.5.10-0ubuntu1) lucid; urgency=low + + * New upstream release: + - readd drag and drop support unintentionnaly removed (LP: #252920) + + -- Didier Roche Thu, 11 Mar 2010 17:32:28 +0100 + +window-picker-applet (0.5.8-1) unstable; urgency=low + + * [65f33bd] add Vcs-{Git,Browser} + * [4b89124] fix upstream URL + * [b6704c2] Imported Upstream version 0.5.8 + * [cb8b82c] bump standards version + * [22f22db] Add Homepage: field + * [217dfc2] Drop 0001-fix-version-display.patch - applied upstream + + -- Guido Günther Tue, 29 Sep 2009 14:11:04 +0200 + +window-picker-applet (0.4.23-1) unstable; urgency=low + + * Upload to unstable (Closes: #530895) + * [46130ee] Imported Upstream version 0.4.23 + * [372282c] don't install empty ChangeLog and README + * [4c537de] use quilt + * [74d6b1b] fix version number in about dialog + + -- Guido Günther Fri, 29 May 2009 10:22:18 +0200 + +window-picker-applet (0.4.22-1) unstable; urgency=low + + * [2bd8ff0] add build-dep + * [dd73370] update description + * [f27519f] change maintainer + + -- Guido Günther Thu, 28 May 2009 18:33:30 +0200 + +window-picker-applet (0.4.22-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Steve Kowalik Wed, 08 Apr 2009 12:35:21 +1000 + +window-picker-applet (0.4.21-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Steve Kowalik Fri, 03 Apr 2009 16:35:33 +1100 + +window-picker-applet (0.4.19-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Steve Kowalik Mon, 09 Mar 2009 12:26:58 +1100 + +window-picker-applet (0.4.14-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Steve Kowalik Mon, 23 Feb 2009 11:38:26 +1100 + +window-picker-applet (0.4.13-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Steve Kowalik Wed, 18 Feb 2009 12:04:40 +1100 + +window-picker-applet (0.4.5-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Steve Kowalik Wed, 28 Jan 2009 01:18:21 +1100 + +window-picker-applet (0.4.0-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #283355) + + -- Neil J. Patel Mon, 13 Oct 2008 19:43:13 +0100 + +window-picker-applet (0.3-0ubuntu1) intrepid; urgency=low + + * Inital release, based for Intrepid. (LP: #263493) + + -- Steve Kowalik Mon, 01 Sep 2008 13:28:40 +1000 + --- window-picker-applet-0.5.10.orig/debian/copyright +++ window-picker-applet-0.5.10/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Neil J. Patel on +Tue, 29 Apr 2008 12:40:45 +0100. + +It was downloaded from https://launchpad.net/window-picker-applet/+download + +Upstream Author: Neil J. Patel + +Copyright (C) 2008 Canonical Ltd + + This program 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, either version 3 of the License, or + (at your option) any later version. + + This program 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 program. If not, see . + +The packaging is copyright 2008 Canonical Ltd, and is also under the terms +of the GPL version 3. + +On Debian/Ubuntu systems, the full text of GPL v3 can be found in +`/usr/share/common-licenses/GPL-3'. + --- window-picker-applet-0.5.10.orig/debian/compat +++ window-picker-applet-0.5.10/debian/compat @@ -0,0 +1 @@ +5