--- desktop-switcher-0.4.3.orig/debian/rules +++ desktop-switcher-0.4.3/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +configure: configure-stamp +configure-stamp: + dh_auto_configure + touch $@ + +build: build-stamp +build-stamp: configure-stamp + $(MAKE) + intltool-update -p --verbose + touch $@ + +clean: + dh clean + +install: build install-stamp +install-stamp: + dh_clean -k + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep --- desktop-switcher-0.4.3.orig/debian/changelog +++ desktop-switcher-0.4.3/debian/changelog @@ -0,0 +1,20 @@ +desktop-switcher (0.4.3-0ubuntu1) jaunty; urgency=low + + * New upstream release. + - Add Build-Depends on intltool. + + -- Steve Kowalik Tue, 17 Feb 2009 14:30:20 +1100 + +desktop-switcher (0.4.0-0ubuntu2) jaunty; urgency=low + + * Fiddle the short Description. + * Run intltool-update during the buid. + + -- Steve Kowalik Tue, 27 Jan 2009 19:50:51 +1100 + +desktop-switcher (0.4.0-0ubuntu1) jaunty; urgency=low + + * Initial release. + + -- Steve Kowalik Tue, 27 Jan 2009 18:12:41 +1100 + --- desktop-switcher-0.4.3.orig/debian/compat +++ desktop-switcher-0.4.3/debian/compat @@ -0,0 +1 @@ +7 --- desktop-switcher-0.4.3.orig/debian/control +++ desktop-switcher-0.4.3/debian/control @@ -0,0 +1,15 @@ +Source: desktop-switcher +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +Build-Depends: debhelper (>= 7), libglib2.0-dev (>= 2.15.5), libgtk2.0-dev (>= 2.10.0), libgconf2-dev, libxml-parser-perl, intltool +Standards-Version: 3.8.0 + +Package: desktop-switcher +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Switch between desktop modes + desktop-switcher allows the user to switch between two desktop modes. + It currently supports switching between Ubuntu Netbook Remix mode and + "Classic Ubuntu" (two panels, gnome-like) mode. + --- desktop-switcher-0.4.3.orig/debian/copyright +++ desktop-switcher-0.4.3/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Steve Kowalik on +Mon, 26 Jan 2009 00:42:24 +1100. + +It was downloaded from https://launchpad.net/desktop-switcher/+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 icons located in data are licensed under the GPL version 2. + +The packaging is copyright 2008 Canonical Ltd, and is 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', and the full text of the GPL v2 can be +found in `/usr/share/common-licenses/GPL-2'. + --- desktop-switcher-0.4.3.orig/debian/watch +++ desktop-switcher-0.4.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/desktop-switcher/+download \ + .*/desktop-switcher-(.*)\.tar\.gz