--- simple-ccsm-0.7.7+git20080630.orig/debian/copyright +++ simple-ccsm-0.7.7+git20080630/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Michael Vogt +Wed, 29 Oct 2007 15:59:31 +0200. + +It was downloaded from git://anongit.compiz-fusion.org/fusion/compizconfig/simple-ccsm + +Upstream Author: Patrick Niklaus + +Copyright: Copyright (C) 2007 Patrick Niklaus + +License: + + This package 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 2 of the License, or + (at your option) any later version. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007, Michael Vogt and +is licensed under the GPL, see above. --- simple-ccsm-0.7.7+git20080630.orig/debian/patches/01_remove_prefix_mangling.patch +++ simple-ccsm-0.7.7+git20080630/debian/patches/01_remove_prefix_mangling.patch @@ -0,0 +1,53 @@ +diff -Nur ubuntu/setup.py ubuntu.new/setup.py +--- ubuntu/setup.py 2007-08-03 11:16:12.000000000 +0200 ++++ ubuntu.new/setup.py 2007-08-06 19:22:19.000000000 +0200 +@@ -74,27 +74,28 @@ + print "Please specify operation : %s" % " | ".join (ops) + raise SystemExit + +-prefix = None +-if len (sys.argv) > 2: +- i = 0 +- for o in sys.argv: +- if o.startswith ("--prefix"): +- if o == "--prefix": +- if len (sys.argv) >= i: +- prefix = sys.argv[i + 1] +- sys.argv.remove (prefix) +- elif o.startswith ("--prefix=") and len (o[9:]): +- prefix = o[9:] +- sys.argv.remove (o) +- break +- i += 1 +-if not prefix and "PREFIX" in os.environ: +- prefix = os.environ["PREFIX"] +-if not prefix or not len (prefix): +- prefix = "/usr/local" +- +-if sys.argv[1] in ("install", "uninstall") and len (prefix): +- sys.argv += ["--prefix", prefix] ++prefix = "/usr" ++#prefix = None ++#if len (sys.argv) > 2: ++# i = 0 ++# for o in sys.argv: ++# if o.startswith ("--prefix"): ++# if o == "--prefix": ++# if len (sys.argv) >= i: ++# prefix = sys.argv[i + 1] ++# sys.argv.remove (prefix) ++# elif o.startswith ("--prefix=") and len (o[9:]): ++# prefix = o[9:] ++# sys.argv.remove (o) ++# break ++# i += 1 ++#if not prefix and "PREFIX" in os.environ: ++# prefix = os.environ["PREFIX"] ++#if not prefix or not len (prefix): ++# prefix = "/usr/local" ++# ++#if sys.argv[1] in ("install", "uninstall") and len (prefix): ++# sys.argv += ["--prefix", prefix] + + f = open (os.path.join ("ccm/Constants.py.in"), "rt") + data = f.read () --- simple-ccsm-0.7.7+git20080630.orig/debian/changelog +++ simple-ccsm-0.7.7+git20080630/debian/changelog @@ -0,0 +1,68 @@ +simple-ccsm (0.7.7+git20080630-0ubuntu2) intrepid; urgency=low + + * Added python-glade2 and compiz-fusion-plugins-main to dependencies (LP: #269839). + + -- Nick Ellery Sun, 14 Sep 2008 09:57:30 -0700 + +simple-ccsm (0.7.7+git20080630-0ubuntu1) intrepid; urgency=low + + * New git snpashot + + -- Michael Vogt Mon, 30 Jun 2008 10:29:17 +0200 + +simple-ccsm (0.7.7+git20080618-0ubuntu1) intrepid; urgency=low + + * New git snpashot + + -- Michael Vogt Wed, 18 Jun 2008 12:28:41 +0200 + +simple-ccsm (0.7.6-0ubuntu1) intrepid; urgency=low + + * new upstream release + + -- Michael Vogt Mon, 02 Jun 2008 12:12:36 +0200 + +simple-ccsm (0.7.4-0ubuntu1) hardy; urgency=low + + * new upstream release + + Added expo plugin to effects page + + Added widget to configure global edge settings + + Added 'mag' plugin as 'area zoom' to zoom page + + Minor code cleanups + * update dependencies to latest compizconfig-settings-manager + * added Vcs-Bzr header + + -- Michael Vogt Sat, 05 Apr 2008 13:40:34 +0200 + +simple-ccsm (0.7.2-0ubuntu1) hardy; urgency=low + + * new upstream release + * update standards version + + -- Michael Vogt Fri, 07 Mar 2008 15:48:44 +0100 + +simple-ccsm (0.6.99+git20080224-0ubuntu2) hardy; urgency=low + + * updated dependencies to reflect simple-ccsm needing ccsm now (due to symbols added + to ccsm and used by simple-ccsm) + + -- Mirco Müller (MacSlow) Thu, 28 Feb 2008 15:24:38 +0000 + +simple-ccsm (0.6.99+git20080224-0ubuntu1) hardy; urgency=low + + * new git shapshot, fixes suggested UI-layout changes + + -- Mirco Müller (MacSlow) Thu, 28 Feb 2008 11:23:39 +0000 + +simple-ccsm (0.6.99+git20080112-0ubuntu1) hardy; urgency=low + + * new git snapshot + + -- Michael Vogt Wed, 16 Jan 2008 10:13:59 +0100 + +simple-ccsm (0.6.99+git20071204-0ubuntu1) hardy; urgency=low + + * initial upload + + -- Michael Vogt Mon, 29 Oct 2007 16:37:55 -0400 + --- simple-ccsm-0.7.7+git20080630.orig/debian/rules +++ simple-ccsm-0.7.7+git20080630/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/langpack.mk + +binary-install/simple-ccsm:: + dh_pycentral + dh_icons --- simple-ccsm-0.7.7+git20080630.orig/debian/compat +++ simple-ccsm-0.7.7+git20080630/debian/compat @@ -0,0 +1 @@ +5 --- simple-ccsm-0.7.7+git20080630.orig/debian/control +++ simple-ccsm-0.7.7+git20080630/debian/control @@ -0,0 +1,18 @@ +Source: simple-ccsm +Section: x11 +Priority: extra +Maintainer: Michael Vogt +XS-Python-Version: all +Build-Depends: cdbs, debhelper (>= 5.0.51), pkg-config, python-central, intltool, python-compizconfig +Standards-Version: 3.7.3 +Vcs-Bzr: http://code.launchpad.net/~compiz/simple-ccsm/ubuntu/ + +Package: simple-ccsm +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2, python-compizconfig (>= 0.7.6), compizconfig-settings-manager (>= 0.7.6), python-glade2, compiz-fusion-plugins-main +Description: Simple Compizconfig settings manager + The OpenCompositing Project brings 3D desktop visual effects that improve + usability of the X Window System and provide increased productivity. + . + This package contains a simple compizconfig settings manager application. --- simple-ccsm-0.7.7+git20080630.orig/debian/pycompat +++ simple-ccsm-0.7.7+git20080630/debian/pycompat @@ -0,0 +1 @@ +2 --- simple-ccsm-0.7.7+git20080630.orig/simple-ccsm.desktop +++ simple-ccsm-0.7.7+git20080630/simple-ccsm.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Simple CompizConfig Settings Manager +Name[de]=Einfacher CompizConfig Einstellungs-Manager +Name[fi]=Yksinkertainen CompizConfig-asetusten hallinta +Name[ja]=簡易版 CompizConfig 設定マネージャ +Comment=Configure Compiz with CompizConfig +Comment[de]=Konfiguriere Compiz mit CompizConfig +Comment[fi]=Compizin hallinta CompizConfigia käyttäen +Comment[ja]=CompizConfig で Compiz の設定 +Icon=simple-ccsm +Exec=simple-ccsm +Terminal=false +Type=Application +Categories=Compiz;Settings;DesktopSettings;