r21142 - in /packages/unstable/pyclutter/debian: TODO changelog control control.in copyright examples python-clutter-dev.install python-clutter.install rules

lethalman-guest at users.alioth.debian.org lethalman-guest at users.alioth.debian.org
Sat Aug 29 22:19:27 UTC 2009


Author: lethalman-guest
Date: Sat Aug 29 22:19:27 2009
New Revision: 21142

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21142
Log:
  * New upstream release.
  * debian/TODO deleted.
  * debian/control.in created and added pkg-gnome team to Uploaders.
  * debian/rules:
    - Include uploaders.mk, gnome.mk and gnome-get-source.mk.
  * debian/control:
    - Bump Standards-Version to 3.8.3, no changes needed.
    - Build-Depends:
      + Bump to libclutter-1.0-dev
      + Remove libclutter-gtk, libclutter-cairo, python-gst and libclutter-gst
        as bindings have been dropped upstream.
      + Remove python and python-dev.
      + Add gnome-pkg-tools.
    - Package python-clutter-dbg:
      + Section is debug.
      + Remove shlibs:Depends and python:Depends.
    - Add python-clutter-dev.
    - Add misc:Depends to python-clutter-doc.
    - Add Vcs-* fields.
    - Split Build-Depends on more lines.
  * debian/examples:
    - Ship .png files. Closes: #473315
  * debian/copyright:
    - Update download url to http://www.clutter-project.org/sources/pyclutter.
    - Update copyright holders according to upstream AUTHORS and README.


Added:
    packages/unstable/pyclutter/debian/control.in
    packages/unstable/pyclutter/debian/python-clutter-dev.install
Removed:
    packages/unstable/pyclutter/debian/TODO
Modified:
    packages/unstable/pyclutter/debian/changelog
    packages/unstable/pyclutter/debian/control
    packages/unstable/pyclutter/debian/copyright
    packages/unstable/pyclutter/debian/examples
    packages/unstable/pyclutter/debian/python-clutter.install
    packages/unstable/pyclutter/debian/rules

Modified: packages/unstable/pyclutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/changelog?rev=21142&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/changelog [utf-8] (original)
+++ packages/unstable/pyclutter/debian/changelog [utf-8] Sat Aug 29 22:19:27 2009
@@ -1,3 +1,33 @@
+pyclutter (1.0.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/TODO deleted.
+  * debian/control.in created and added pkg-gnome team to Uploaders.
+  * debian/rules:
+    - Include uploaders.mk, gnome.mk and gnome-get-source.mk.
+  * debian/control:
+    - Bump Standards-Version to 3.8.3, no changes needed.
+    - Build-Depends:
+      + Bump to libclutter-1.0-dev
+      + Remove libclutter-gtk, libclutter-cairo, python-gst and libclutter-gst
+        as bindings have been dropped upstream.
+      + Remove python and python-dev.
+      + Add gnome-pkg-tools.
+    - Package python-clutter-dbg:
+      + Section is debug.
+      + Remove shlibs:Depends and python:Depends.
+    - Add python-clutter-dev.
+    - Add misc:Depends to python-clutter-doc.
+    - Add Vcs-* fields.
+    - Split Build-Depends on more lines.
+  * debian/examples:
+    - Ship .png files. Closes: #473315
+  * debian/copyright:
+    - Update download url to http://www.clutter-project.org/sources/pyclutter.
+    - Update copyright holders according to upstream AUTHORS and README.
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Sat, 29 Aug 2009 22:07:04 +0200
+
 pyclutter (0.8.0-2) unstable; urgency=low
 
   * Bump libclutter-gtk-0.8-dev to 0.8.2 for pycluttergtk (Closes: #505918)

Modified: packages/unstable/pyclutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/control?rev=21142&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/control [utf-8] (original)
+++ packages/unstable/pyclutter/debian/control [utf-8] Sat Aug 29 22:19:27 2009
@@ -2,10 +2,19 @@
 Section: python
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Uploaders: Rob Bradford <robster at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, 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
+Build-Depends: debhelper (>= 5.0.38),
+               cdbs,
+               gnome-pkg-tools,
+               python-support (>= 0.5.3),
+               python-gtk2-dev (>= 2.8),
+               libclutter-1.0-dev (>= 1.0.0),
+               python-cairo-dev (>= 1.0.2),
+               xsltproc
+Standards-Version: 3.8.3
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pyclutter/
+Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/pyclutter/
 
 Package: python-clutter
 Architecture: any
@@ -19,9 +28,21 @@
  .
  This package contains the Python bindings.
 
+Package: python-clutter-dev
+Architecture: any
+Section: libdevel
+Depends: python-clutter, ${misc:Depends}
+Description: Open GL based interactive canvas library - Python bindings development files
+ 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 development files for the Python bindings.
+
 Package: python-clutter-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 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,
@@ -31,9 +52,10 @@
 
 Package: python-clutter-dbg
 Architecture: any
+Section: debug
 Priority: extra
 XB-Python-Version: ${python:Versions}
-Depends: python-clutter, ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: python-clutter, ${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,

Added: packages/unstable/pyclutter/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/control.in?rev=21142&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/control.in (added)
+++ packages/unstable/pyclutter/debian/control.in [utf-8] Sat Aug 29 22:19:27 2009
@@ -1,0 +1,64 @@
+Source: pyclutter
+Section: python
+Priority: optional
+Maintainer: Ross Burton <ross at debian.org>
+Uploaders: @GNOME_TEAM@
+XS-Python-Version: current
+Build-Depends: debhelper (>= 5.0.38),
+               cdbs,
+               gnome-pkg-tools,
+               python-support (>= 0.5.3),
+               python-gtk2-dev (>= 2.8),
+               libclutter-1.0-dev (>= 1.0.0),
+               python-cairo-dev (>= 1.0.2),
+               xsltproc
+Standards-Version: 3.8.3
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pyclutter/
+Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/pyclutter/
+
+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-dev
+Architecture: any
+Section: libdevel
+Depends: python-clutter, ${misc:Depends}
+Description: Open GL based interactive canvas library - Python bindings development files
+ 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 development files for the Python bindings.
+
+Package: python-clutter-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+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
+Section: debug
+Priority: extra
+XB-Python-Version: ${python:Versions}
+Depends: python-clutter, ${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.

Modified: packages/unstable/pyclutter/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/copyright?rev=21142&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/copyright [utf-8] (original)
+++ packages/unstable/pyclutter/debian/copyright [utf-8] Sat Aug 29 22:19:27 2009
@@ -1,15 +1,17 @@
 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
+It was downloaded from <http://www.clutter-project.org/sources/pyclutter/>
 
 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>
+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) 2008 OpenedHand Ltd.
+Copyright (C) 2006 OpenedHand Ltd
+Copyright (C) 2008 Intel Corporation
 
 License:
 

Modified: packages/unstable/pyclutter/debian/examples
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/examples?rev=21142&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/examples [utf-8] (original)
+++ packages/unstable/pyclutter/debian/examples [utf-8] Sat Aug 29 22:19:27 2009
@@ -1,1 +1,2 @@
 examples/*.py
+examples/*.png

Added: packages/unstable/pyclutter/debian/python-clutter-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/python-clutter-dev.install?rev=21142&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/python-clutter-dev.install (added)
+++ packages/unstable/pyclutter/debian/python-clutter-dev.install [utf-8] Sat Aug 29 22:19:27 2009
@@ -1,0 +1,3 @@
+usr/share/pyclutter
+usr/lib/pkgconfig
+usr/include

Modified: packages/unstable/pyclutter/debian/python-clutter.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/python-clutter.install?rev=21142&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/python-clutter.install [utf-8] (original)
+++ packages/unstable/pyclutter/debian/python-clutter.install [utf-8] Sat Aug 29 22:19:27 2009
@@ -1,3 +1,1 @@
-usr/include
-usr/lib
-usr/share/pyclutter
+usr/lib/python*

Modified: packages/unstable/pyclutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/rules?rev=21142&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/rules [utf-8] (original)
+++ packages/unstable/pyclutter/debian/rules [utf-8] Sat Aug 29 22:19:27 2009
@@ -1,8 +1,10 @@
 #! /usr/bin/make -f
 
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs




More information about the pkg-gnome-commits mailing list