--- gnome-compiz-manager-0.10.3.orig/debian/libgnome-compiz-manager0-dev.install +++ gnome-compiz-manager-0.10.3/debian/libgnome-compiz-manager0-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/lib/*.la +debian/tmp/usr/lib/*.a +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/pkgconfig/gnome-compiz-manager.pc +debian/tmp/usr/include/gnome-compiz-manager/*.h --- gnome-compiz-manager-0.10.3.orig/debian/libgnome-compiz-manager0.install +++ gnome-compiz-manager-0.10.3/debian/libgnome-compiz-manager0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.* --- gnome-compiz-manager-0.10.3.orig/debian/gnome-compiz-manager.install +++ gnome-compiz-manager-0.10.3/debian/gnome-compiz-manager.install @@ -0,0 +1,9 @@ +debian/tmp/usr/bin/gnome-compiz-preferences +debian/tmp/usr/bin/compiz-tray-icon +debian/tmp/usr/lib/gnome-compiz-manager/*.so +debian/tmp/usr/lib/gnome-compiz-manager/*.plugin +debian/tmp/usr/share/gnome-compiz-manager/* +debian/tmp/etc/gconf/schemas/gnome-compiz-preferences.schemas +debian/tmp/usr/share/applications/gnome-compiz-preferences.desktop +debian/tmp/usr/share/man/* +debian/tmp/usr/share/locale/* --- gnome-compiz-manager-0.10.3.orig/debian/changelog +++ gnome-compiz-manager-0.10.3/debian/changelog @@ -0,0 +1,12 @@ +gnome-compiz-manager (0.10.3-0ubuntu2) gutsy; urgency=low + + * Rebuild for libwnck18 -> libwnck22. + + -- Michael Bienia Sat, 30 Jun 2007 12:20:39 +0200 + +gnome-compiz-manager (0.10.3-0ubuntu1) feisty; urgency=low + + * Initial release + + -- Nicolas Bruguier Thu, 8 Feb 2007 00:09:56 +0100 + --- gnome-compiz-manager-0.10.3.orig/debian/control +++ gnome-compiz-manager-0.10.3/debian/control @@ -0,0 +1,41 @@ +Source: gnome-compiz-manager +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +Build-Depends: debhelper (>= 5.0.37), cdbs, autotools-dev, patchutils, intltool, gnome-pkg-tools, gob2, libgtk2.0-dev, libglade2-dev, libwnck-dev, libgconf2-dev, libgnome2-dev, libgnomeui-dev, librsvg2-dev, libgnome-desktop-dev +Standards-Version: 3.7.2 + +Package: gnome-compiz-manager +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, compiz, compiz-gnome +Description: Compiz Gnome Manager + Gnome compiz manager is small utility, which manage GL Desktop configuration on + XGL/AiGLX. It’s composed of two applications : + - compiz-tray-icon : which launch and stop compiz + - gnome-compiz-preferences : which adjust GL effects + The goal isn’t to propose all compiz options but allow a simple configuration + of compiz. + +Package: libgnome-compiz-manager0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: libgnome-compiz-manager +Description: Compiz Gnome Manager + Gnome compiz manager is small utility, which manage GL Desktop configuration on + XGL/AiGLX. It’s composed of two applications : + - compiz-tray-icon : which launch and stop compiz + - gnome-compiz-preferences : which adjust GL effects + The goal isn’t to propose all compiz options but allow a simple configuration + of compiz. + +Package: libgnome-compiz-manager0-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libgnome-compiz-manager0 +Replaces: libgnome-compiz-manager-dev +Description: Compiz Gnome Manager + Gnome compiz manager is small utility, which manage GL Desktop configuration on + XGL/AiGLX. It’s composed of two applications : + - compiz-tray-icon : which launch and stop compiz + - gnome-compiz-preferences : which adjust GL effects + The goal isn’t to propose all compiz options but allow a simple configuration + of compiz. --- gnome-compiz-manager-0.10.3.orig/debian/copyright +++ gnome-compiz-manager-0.10.3/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Nicolas Bruguier on +Tue, 19 Dec 2006 22:11:03 +0100 . + +It was downloaded from http://download.gna.org/gcm/gnome-compiz-manager + +Copyright Holder: Nicolas Bruguier + Precision Insight, Inc., Cedar Park, Texas. + (XF86Config-parser) +License: + +This software is available under the terms of the 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' + +Alternatively, this software include a part of xorg code under the terms of the MIT/X11 + +Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. --- gnome-compiz-manager-0.10.3.orig/debian/compat +++ gnome-compiz-manager-0.10.3/debian/compat @@ -0,0 +1 @@ +5 --- gnome-compiz-manager-0.10.3.orig/debian/rules +++ gnome-compiz-manager-0.10.3/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-gnome-session