r22937 - in /packages/unstable/pyclutter-gtk/debian: ./ changelog compat control control.in copyright python-clutter-gtk-dev.examples python-clutter-gtk-dev.install python-clutter-gtk.install rules watch

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Feb 2 22:18:33 UTC 2010


Author: bigon
Date: Tue Feb  2 22:18:33 2010
New Revision: 22937

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22937
Log:
Initial commit for pyclutter-gtk

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

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

Propchange: packages/unstable/pyclutter-gtk/debian/
------------------------------------------------------------------------------
    svn-bp:tagsUrl = svn+ssh://svn.debian.org/svn/pkg-gnome/tags/pyclutter-gtk

Added: packages/unstable/pyclutter-gtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/changelog?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/changelog (added)
+++ packages/unstable/pyclutter-gtk/debian/changelog [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,5 @@
+pyclutter-gtk (0.10.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #557669)
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 02 Feb 2010 20:45:09 +0100

Added: packages/unstable/pyclutter-gtk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/compat?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/compat (added)
+++ packages/unstable/pyclutter-gtk/debian/compat [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,1 @@
+5

Added: packages/unstable/pyclutter-gtk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/control?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/control (added)
+++ packages/unstable/pyclutter-gtk/debian/control [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,62 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+Source: pyclutter-gtk
+Section: python
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Laurent Bigonville <bigon at debian.org>
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               gnome-pkg-tools,
+               python-support,
+               python-all-dev (>= 2.5),
+               python-gtk2-dev (>= 2.8.0),
+               python-clutter-dev,
+               libclutter-1.0-dev,
+               libclutter-gtk-0.10-dev (>= 0.10.2)
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.5
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pyclutter-gtk/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/pyclutter-gtk/
+Homepage: http://www.clutter-project.org/
+
+Package: python-clutter-gtk
+Architecture: any
+Provides: ${python:Provides}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Open GL based interactive canvas library for GTK+ - Python bindings
+ Clutter-Gtk is a library which allows the embedding of a Clutter canvas
+ (or "stage") into a GTK+ application. PyClutter-Gtk provides Python
+ bindings for the Clutter-Gtk library.
+ .
+ This package contains the Python bindings.
+
+Package: python-clutter-gtk-dev
+Architecture: any
+Depends: python-clutter-gtk (= ${binary:Version}),
+         ${misc:Depends}
+Description: Open GL based interactive canvas library for GTK+ - Python bindings development files
+ Clutter-Gtk is a library which allows the embedding of a Clutter canvas
+ (or "stage") into a GTK+ application. PyClutter-Gtk provides Python
+ bindings for the Clutter-Gtk library.
+ .
+ This package contains the development files for the Python bindings.
+
+Package: python-clutter-gtk-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: python-clutter-gtk (= ${binary:Version}),
+         ${misc:Depends}
+Description: Open GL based interactive canvas library for GTK+ - Python bindings debugging symbols
+ Clutter-Gtk is a library which allows the embedding of a Clutter canvas
+ (or "stage") into a GTK+ application. PyClutter-Gtk provides Python
+ bindings for the Clutter-Gtk library.
+ .
+ This package contains the debug symbols for the Python bindings.

Added: packages/unstable/pyclutter-gtk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/control.in?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/control.in (added)
+++ packages/unstable/pyclutter-gtk/debian/control.in [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,57 @@
+Source: pyclutter-gtk
+Section: python
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               gnome-pkg-tools,
+               python-support,
+               python-all-dev (>= 2.5),
+               python-gtk2-dev (>= 2.8.0),
+               python-clutter-dev,
+               libclutter-1.0-dev,
+               libclutter-gtk-0.10-dev (>= 0.10.2)
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.5
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pyclutter-gtk/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/pyclutter-gtk/
+Homepage: http://www.clutter-project.org/
+
+Package: python-clutter-gtk
+Architecture: any
+Provides: ${python:Provides}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Open GL based interactive canvas library for GTK+ - Python bindings
+ Clutter-Gtk is a library which allows the embedding of a Clutter canvas
+ (or "stage") into a GTK+ application. PyClutter-Gtk provides Python
+ bindings for the Clutter-Gtk library.
+ .
+ This package contains the Python bindings.
+
+Package: python-clutter-gtk-dev
+Architecture: any
+Depends: python-clutter-gtk (= ${binary:Version}),
+         ${misc:Depends}
+Description: Open GL based interactive canvas library for GTK+ - Python bindings development files
+ Clutter-Gtk is a library which allows the embedding of a Clutter canvas
+ (or "stage") into a GTK+ application. PyClutter-Gtk provides Python
+ bindings for the Clutter-Gtk library.
+ .
+ This package contains the development files for the Python bindings.
+
+Package: python-clutter-gtk-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: python-clutter-gtk (= ${binary:Version}),
+         ${misc:Depends}
+Description: Open GL based interactive canvas library for GTK+ - Python bindings debugging symbols
+ Clutter-Gtk is a library which allows the embedding of a Clutter canvas
+ (or "stage") into a GTK+ application. PyClutter-Gtk provides Python
+ bindings for the Clutter-Gtk library.
+ .
+ This package contains the debug symbols for the Python bindings.

Added: packages/unstable/pyclutter-gtk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/copyright?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/copyright (added)
+++ packages/unstable/pyclutter-gtk/debian/copyright [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,36 @@
+This package was debianized by Laurent Bigonville <bigon at debian.org> on Wed, 2 Feb 2010
+21:49:19 +0100.
+
+It was downloaded from <http://www.clutter-project.org/sources/pyclutter-gtk/>
+
+Upstream Authors:
+  Emmanuele Bassi <ebassi at openedhand.com>
+  Robert Bradford <rob at openedhand.com>
+  Ross Burton <ross at openedhand.com>
+  Matthew Allum <mallum at openedhand.com>
+  Bastian Winkler <buz at netbuz.org>
+
+Copyright (C) 2006 OpenedHand Ltd
+Copyright (C) 2008 Intel Corporation
+
+License:
+
+  This library is free software; you can redistribute it and/or modify it under
+  the terms of the GNU Library General Public License as published by the Free
+  Software Foundation; either version 2.1 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 Library 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.1'.
+
+The Debian packaging is © 2010, Laurent Bigonville <bigon at bigon.be> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/unstable/pyclutter-gtk/debian/python-clutter-gtk-dev.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/python-clutter-gtk-dev.examples?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/python-clutter-gtk-dev.examples (added)
+++ packages/unstable/pyclutter-gtk/debian/python-clutter-gtk-dev.examples [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,1 @@
+examples/*.py

Added: packages/unstable/pyclutter-gtk/debian/python-clutter-gtk-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/python-clutter-gtk-dev.install?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/python-clutter-gtk-dev.install (added)
+++ packages/unstable/pyclutter-gtk/debian/python-clutter-gtk-dev.install [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,2 @@
+usr/share/pyclutter
+usr/lib/pkgconfig

Added: packages/unstable/pyclutter-gtk/debian/python-clutter-gtk.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/python-clutter-gtk.install?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/python-clutter-gtk.install (added)
+++ packages/unstable/pyclutter-gtk/debian/python-clutter-gtk.install [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,1 @@
+usr/lib/python*

Added: packages/unstable/pyclutter-gtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/rules?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/rules (added)
+++ packages/unstable/pyclutter-gtk/debian/rules [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,15 @@
+#!/usr/bin/make -f
+
+DEB_DH_INSTALL_SOURCEDIR=debian/tmp
+
+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
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+
+# List any files which are not installed
+include /usr/share/cdbs/1/rules/utils.mk
+common-binary-post-install-arch:: list-missing
+
+binary-install/python-clutter-gtk::
+	dh_pysupport -p$(cdbs_curpkg)

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

Added: packages/unstable/pyclutter-gtk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter-gtk/debian/watch?rev=22937&op=file
==============================================================================
--- packages/unstable/pyclutter-gtk/debian/watch (added)
+++ packages/unstable/pyclutter-gtk/debian/watch [utf-8] Tue Feb  2 22:18:33 2010
@@ -1,0 +1,2 @@
+version=3
+http://www.clutter-project.org/sources/pyclutter-gtk/([0-9.]+)/pyclutter-gtk-(.*).tar.gz




More information about the pkg-gnome-commits mailing list