r20412 - in /packages/unstable/pyclutter: ./ debian/ debian/TODO debian/changelog debian/compat debian/control debian/copyright debian/examples debian/python-clutter-doc.install debian/python-clutter.install debian/rules debian/watch

ross at users.alioth.debian.org ross at users.alioth.debian.org
Fri Jun 19 10:35:48 UTC 2009


Author: ross
Date: Fri Jun 19 10:35:47 2009
New Revision: 20412

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20412
Log:
Add pyclutter

Added:
    packages/unstable/pyclutter/
    packages/unstable/pyclutter/debian/   (with props)
    packages/unstable/pyclutter/debian/TODO
    packages/unstable/pyclutter/debian/changelog
    packages/unstable/pyclutter/debian/compat
    packages/unstable/pyclutter/debian/control
    packages/unstable/pyclutter/debian/copyright
    packages/unstable/pyclutter/debian/examples
    packages/unstable/pyclutter/debian/python-clutter-doc.install
    packages/unstable/pyclutter/debian/python-clutter.install
    packages/unstable/pyclutter/debian/rules   (with props)
    packages/unstable/pyclutter/debian/watch

Propchange: packages/unstable/pyclutter/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/unstable/pyclutter/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/TODO?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/TODO (added)
+++ packages/unstable/pyclutter/debian/TODO Fri Jun 19 10:35:47 2009
@@ -1,0 +1,3 @@
+Get packaging reviewed
+
+Split out python-clutter-dev

Added: packages/unstable/pyclutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/changelog?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/changelog (added)
+++ packages/unstable/pyclutter/debian/changelog Fri Jun 19 10:35:47 2009
@@ -1,0 +1,57 @@
+pyclutter (0.8.0-2) unstable; urgency=low
+
+  * Bump libclutter-gtk-0.8-dev to 0.8.2 for pycluttergtk (Closes: #505918)
+  * Package the API documentation, add build-depends on xsltproc
+
+ -- Ross Burton <ross at debian.org>  Wed, 19 Nov 2008 13:46:27 +0000
+
+pyclutter (0.8.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Rob Bradford <robster at debian.org>  Wed, 15 Oct 2008 15:25:57 +0100
+
+pyclutter (0.6.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Rob Bradford <robster at debian.org>  Tue, 15 Apr 2008 13:34:16 +0100
+
+pyclutter (0.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+  - Fix copyright file.
+  - Add missing dependency on clutter-python to clutter-python-dbg.
+
+ -- Rob Bradford <robster at debian.org>  Tue, 19 Feb 2008 14:57:04 +0000
+
+pyclutter (0.5.2-1) unstable; urgency=low
+
+  * New (unstable) upstream release.
+
+ -- Rob Bradford <robster at debian.org>  Mon, 11 Feb 2008 17:36:34 +0000
+
+pyclutter (0.4.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ross Burton <ross at debian.org>  Tue, 18 Sep 2007 11:31:59 +0100
+
+pyclutter (0.4.1-1) unstable; urgency=low
+
+  * New  upstream release.
+
+ -- Ross Burton <ross at debian.org>  Wed,  8 Aug 2007 20:41:00 +0100
+
+pyclutter (0.4.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ross Burton <ross at debian.org>  Wed,  8 Aug 2007 15:32:53 +0100
+
+pyclutter (0.2.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Ross Burton <ross at debian.org>  Wed,  7 Feb 2007 16:44:39 +0000
+

Added: packages/unstable/pyclutter/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/compat?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/compat (added)
+++ packages/unstable/pyclutter/debian/compat Fri Jun 19 10:35:47 2009
@@ -1,0 +1,1 @@
+5

Added: packages/unstable/pyclutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/control?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/control (added)
+++ packages/unstable/pyclutter/debian/control Fri Jun 19 10:35:47 2009
@@ -1,0 +1,42 @@
+Source: pyclutter
+Section: python
+Priority: optional
+Maintainer: Ross Burton <ross at debian.org>
+Uploaders: Rob Bradford <robster at debian.org>
+XS-Python-Version: current
+Build-Depends: debhelper (>= 5.0.38), cdbs, python-support (>= 0.5.3), python, python-dev, python-gtk2-dev (>= 2.8), libclutter-0.8-dev (>= 0.8.2), python-cairo-dev (>= 1.0.2), python-gst0.10, libclutter-cairo-0.8-dev, libclutter-gtk-0.8-dev (>= 0.8.2), libclutter-gst-0.8-dev, xsltproc
+Standards-Version: 3.7.3
+
+Package: python-clutter
+Architecture: any
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Description: Open GL based interactive canvas library - Python bindings
+ Clutter is an Open GL based interactive canvas library, designed for creating
+ fast, mainly 2D single window applications such as media box UIs,
+ presentations, kiosk style applications and so on.
+ .
+ This package contains the Python bindings.
+
+Package: python-clutter-doc
+Architecture: all
+Section: doc
+Description: Open GL based interactive canvas library - Python bindings documentation
+ Clutter is an Open GL based interactive canvas library, designed for creating
+ fast, mainly 2D single window applications such as media box UIs,
+ presentations, kiosk style applications and so on.
+ .
+ This package contains the documentation for the Python bindings.
+
+Package: python-clutter-dbg
+Architecture: any
+Priority: extra
+XB-Python-Version: ${python:Versions}
+Depends: python-clutter, ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Description: Open GL based interactive canvas library - Python bindings
+ Clutter is an Open GL based interactive canvas library, designed for creating
+ fast, mainly 2D single window applications such as media box UIs,
+ presentations, kiosk style applications and so on.
+ .
+ This package contains the debug symbols for the Python bindings.

Added: packages/unstable/pyclutter/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/copyright?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/copyright (added)
+++ packages/unstable/pyclutter/debian/copyright Fri Jun 19 10:35:47 2009
@@ -1,0 +1,30 @@
+This package was debianized by Ross Burton <ross at debian.org> on Wed, 7 Feb 2007
+16:49:43 +0000.
+
+It was downloaded from http://projects.o-hand.com/clutter
+
+Upstream Authors:
+Matthew Allum <mallum at o-hand.com>
+Emmanuele Bassi <ebassi at o-hand.com>
+Iain Holmes <iain at o-hand.com>
+Jorn Baayen <jorn at o-hand.com>
+
+Copyright (C) 2008 OpenedHand Ltd.
+
+License:
+
+  This library is free software; you can redistribute it and/or modify it under
+  the terms of the GNU Lesser General Public License as published by the Free
+  Software Foundation; either version 2 of the License, or (at your option) any
+  later version.
+
+  This library 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 Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public License along
+  with this library; 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/LGPL-2'.

Added: packages/unstable/pyclutter/debian/examples
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/examples?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/examples (added)
+++ packages/unstable/pyclutter/debian/examples Fri Jun 19 10:35:47 2009
@@ -1,0 +1,1 @@
+examples/*.py

Added: packages/unstable/pyclutter/debian/python-clutter-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/python-clutter-doc.install?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/python-clutter-doc.install (added)
+++ packages/unstable/pyclutter/debian/python-clutter-doc.install Fri Jun 19 10:35:47 2009
@@ -1,0 +1,1 @@
+usr/share/gtk-doc

Added: packages/unstable/pyclutter/debian/python-clutter.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/python-clutter.install?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/python-clutter.install (added)
+++ packages/unstable/pyclutter/debian/python-clutter.install Fri Jun 19 10:35:47 2009
@@ -1,0 +1,3 @@
+usr/include
+usr/lib
+usr/share/pyclutter

Added: packages/unstable/pyclutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/rules?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/rules (added)
+++ packages/unstable/pyclutter/debian/rules Fri Jun 19 10:35:47 2009
@@ -1,0 +1,14 @@
+#! /usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs
+DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
+
+binary-install/python-clutter::
+	dh_pysupport -p$(cdbs_curpkg)
+
+common-binary-predeb-arch:: list-missing

Propchange: packages/unstable/pyclutter/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/unstable/pyclutter/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/watch?rev=20412&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/watch (added)
+++ packages/unstable/pyclutter/debian/watch Fri Jun 19 10:35:47 2009
@@ -1,0 +1,2 @@
+version=2
+http://www.clutter-project.org/sources/pyclutter/([\d.]+[02468])/pyclutter-(.*)\.tar\.gz




More information about the pkg-gnome-commits mailing list