--- compizconfig-python-0.7.6.orig/debian/changelog +++ compizconfig-python-0.7.6/debian/changelog @@ -0,0 +1,116 @@ +compizconfig-python (0.7.6-0ubuntu1~ppa1) hardy; urgency=low + + * new upstream release + + -- Michael Vogt Mon, 02 Jun 2008 11:45:06 +0200 + +compizconfig-python (0.7.4-0ubuntu1) hardy; urgency=low + + * new upstream release + * build against latest libcompizconfig + + -- Michael Vogt Sat, 05 Apr 2008 13:06:16 +0200 + +compizconfig-python (0.7.2-0ubuntu1) hardy; urgency=low + + * new upstream release + * updated standards version + * updated section + + -- Michael Vogt Fri, 07 Mar 2008 15:10:24 +0100 + +compizconfig-python (0.6.99+git20080214-0ubuntu1) hardy; urgency=low + + * new git snpashot to keep track of libcompizconfig changes + with regard to autosave + + -- Michael Vogt Thu, 14 Feb 2008 17:08:45 +0100 + +compizconfig-python (0.6.99+git20071127-0ubuntu1) hardy; urgency=low + + * new git HEAD snapshot + + -- Michael Vogt Wed, 05 Dec 2007 22:03:03 +0100 + +compizconfig-python (0.5.2+git20070912-0ubuntu1) gutsy; urgency=low + + * new 0.6 snapshot + * fixes profile reset + + -- Michael Vogt Wed, 12 Sep 2007 19:41:17 +0200 + +compizconfig-python (0.5.2+git20070829-0ubuntu1) gutsy; urgency=low + + * updated to latest git 0.6.0 branch + + -- Michael Vogt Wed, 29 Aug 2007 10:42:08 +0200 + +compizconfig-python (0.5.2-0ubuntu1) gutsy; urgency=low + + * update to the 0.5.2 releae + + -- Michael Vogt Fri, 17 Aug 2007 10:41:18 +0200 + +compizconfig-python (0.0.0+git20070810-0ubuntu2) gutsy; urgency=low + + * Small fixes to packaging (LP #131035) + * debian/rules + - Fix packaging to actually call dh_pycentral + + Generates correct python dependencies + - Remove .a and .la files from package + * debian/control + - We only build a python2.5 package. Make this explicit. + + -- Christopher James Halse Rogers (RAOF) Wed, 10 Aug 2007 17:56:56 +1000 + +compizconfig-python (0.0.0+git20070810-0ubuntu1) gutsy; urgency=low + + * new git snapshot + * b-d on latest libcompizconfig0-dev + + -- Michael Vogt Fri, 10 Aug 2007 16:53:51 +0200 + +compizconfig-python (0.0.0+git20070712-0ubuntu1) gutsy; urgency=low + + * new git snapshot (for new compizconfig-settings-manager) + + -- Michael Vogt Thu, 12 Jul 2007 09:55:34 +0100 + +compizconfig-python (0.0.0+git20070703-0ubuntu1) gutsy; urgency=low + + * new git snapshot + + -- Michael Vogt Tue, 03 Jul 2007 16:47:16 +0200 + +compizconfig-python (0.0.0+git20070622-0ubuntu1) gutsy; urgency=low + + * new git snapshot + * renamed source package to compizconfig-python to match upstream + name + + -- Michael Vogt Fri, 22 Jun 2007 09:01:16 +0200 + +compizconfig-bindings (0.0.0+git20070615-0ubuntu2) gutsy; urgency=low + + * fix FTBFS + + -- Michael Vogt Tue, 19 Jun 2007 17:12:14 +0200 + +compizconfig-bindings (0.0.0+git20070615-0ubuntu1) gutsy; urgency=low + + * new git snapshot + + -- Michael Vogt Fri, 15 Jun 2007 15:15:58 +0200 + +compizconfig-bindings (0.0.0+git20070613-0ubuntu2) gutsy; urgency=low + + * fix FTBFS by adding missing build-dependencies + + -- Michael Vogt Thu, 14 Jun 2007 08:57:57 +0200 + +compizconfig-bindings (0.0.0+git20070613-0ubuntu1) gutsy; urgency=low + + * Initial upload of the package to Ubuntu + + -- Sebastien Bacher Wed, 13 Jun 2007 15:59:31 +0200 + --- compizconfig-python-0.7.6.orig/debian/compat +++ compizconfig-python-0.7.6/debian/compat @@ -0,0 +1 @@ +5 --- compizconfig-python-0.7.6.orig/debian/control +++ compizconfig-python-0.7.6/debian/control @@ -0,0 +1,17 @@ +Source: compizconfig-python +Section: python +Priority: extra +Maintainer: Ubuntu MOTU Developers +XS-Python-Version: current +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libglib2.0-dev (>= 2.6), python-pyrex, libcompizconfig0-dev (>= 0.7.6), python-dev (>= 2.3.5-11), python-central, libxml2-dev, libxslt1-dev +Standards-Version: 3.7.3 + +Package: python-compizconfig +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Description: Compiz configuration system bindings + The OpenCompositing Project brings 3D desktop visual effects that improve + usability of the X Window System and provide increased productivity. + . + This package contains bindings for the compiz configuration system --- compizconfig-python-0.7.6.orig/debian/copyright +++ compizconfig-python-0.7.6/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Sebastien Bacher on +Wed, 13 Jun 2007 15:59:31 +0200. + +It was downloaded from git://anongit.opencompositing.org/compcomm/compiz-configuration-system/bindings/ccs-python + +Upstream Author: Quinn Storm (quinn@beryl-project.org) + +Copyright: Copyright (C) 2007 Quinn Storm + +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, Sebastien Bacher and +is licensed under the GPL, see above. --- compizconfig-python-0.7.6.orig/debian/rules +++ compizconfig-python-0.7.6/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +install/python-compizconfig:: + # Why are static and libtool libraries even built? + rm debian/python-compizconfig/usr/lib/python2.5/site-packages/*.a + rm debian/python-compizconfig/usr/lib/python2.5/site-packages/*.la + +binary-install/python-compizconfig:: + dh_pycentral