r24476 - in /packages/unstable/pygi/debian: ./ changelog compat control control.in copyright python-gi.install rules source/ source/format watch

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Jun 3 19:46:54 UTC 2010


Author: bigon
Date: Thu Jun  3 19:46:45 2010
New Revision: 24476

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24476
Log:
* Thanks to Robert Ancell for the package
* debian/control:
  - Put the package under Debian GNOME Team maintenance
  - Rename binary package python-pygi to python-gi
  - Versionize cdbs to be sure python-autotools.mk is present
  - Add gnome-pkg-tools for uploaders.mk
  - Add build-dep on python-support
  - Add python-all-dev as build-dep to build module on all versions
  - Python-gi binary package is arch any as it ship python module
  - Relax debhelper build-dep
* debian/rules:
  - Use python-autotools.mk for building package
  - Use uploaders.mk to generate Uploaders list
  - Use gnome-get-source.mk to allow download sources with get-orig-source
* debian/watch: Use version 3
* Add python-gi-dbg package
* Initial release

Added:
    packages/unstable/pygi/debian/   (with props)
    packages/unstable/pygi/debian/changelog
    packages/unstable/pygi/debian/compat
    packages/unstable/pygi/debian/control
    packages/unstable/pygi/debian/control.in
    packages/unstable/pygi/debian/copyright
    packages/unstable/pygi/debian/python-gi.install
    packages/unstable/pygi/debian/rules   (with props)
    packages/unstable/pygi/debian/source/
    packages/unstable/pygi/debian/source/format
    packages/unstable/pygi/debian/watch

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

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

Added: packages/unstable/pygi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/changelog?rev=24476&op=file
==============================================================================
--- packages/unstable/pygi/debian/changelog (added)
+++ packages/unstable/pygi/debian/changelog [utf-8] Thu Jun  3 19:46:45 2010
@@ -1,0 +1,26 @@
+pygi (0.5.1-1) UNRELEASED; urgency=low
+
+  * Thanks to Robert Ancell for the package
+  * debian/control:
+    - Put the package under Debian GNOME Team maintenance
+    - Rename binary package python-pygi to python-gi
+    - Versionize cdbs to be sure python-autotools.mk is present
+    - Add gnome-pkg-tools for uploaders.mk
+    - Add build-dep on python-support
+    - Add python-all-dev as build-dep to build module on all versions
+    - Python-gi binary package is arch any as it ship python module
+    - Relax debhelper build-dep
+  * debian/rules:
+    - Use python-autotools.mk for building package
+    - Use uploaders.mk to generate Uploaders list
+    - Use gnome-get-source.mk to allow download sources with get-orig-source
+  * debian/watch: Use version 3
+  * Add python-gi-dbg package
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 03 Jun 2010 21:27:12 +0200
+
+pygi (0.5.1-0ubuntu1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Robert Ancell <robert.ancell at canonical.com>  Tue, 18 May 2010 14:38:02 +1000

Added: packages/unstable/pygi/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/compat?rev=24476&op=file
==============================================================================
--- packages/unstable/pygi/debian/compat (added)
+++ packages/unstable/pygi/debian/compat [utf-8] Thu Jun  3 19:46:45 2010
@@ -1,0 +1,1 @@
+7

Added: packages/unstable/pygi/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/control?rev=24476&op=file
==============================================================================
--- packages/unstable/pygi/debian/control (added)
+++ packages/unstable/pygi/debian/control [utf-8] Thu Jun  3 19:46:45 2010
@@ -1,0 +1,25 @@
+Source: pygi
+Section: python
+Priority: optional
+Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
+Build-Depends: debhelper (>= 7.0.50~),
+               cdbs,
+               libffi-dev (>= 3.0),       
+               libglib2.0-dev (>= 2.22.4),
+               libgirepository1.0-dev (>= 0.6.10),
+               python-gobject-dev (>= 2.20),
+               python-cairo-dev (>= 1.0.2),
+               libcairo-dev
+Standards-Version: 3.8.4
+Homepage: http://live.gnome.org/PyGI
+Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pygi/ubuntu
+
+Package: python-pygi
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${python:Depends},
+         ${misc:Depends}
+XB-Python-Version: ${python:Versions}         
+Description: Python GObject Introspection modules
+ PyGI is a set of python modules which allow for dynamic binding and
+ introspection of gobject based programs at run-time.  

Added: packages/unstable/pygi/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/control.in?rev=24476&op=file
==============================================================================
--- packages/unstable/pygi/debian/control.in (added)
+++ packages/unstable/pygi/debian/control.in [utf-8] Thu Jun  3 19:46:45 2010
@@ -1,0 +1,44 @@
+Source: pygi
+Section: python
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 7),
+               cdbs (>= 0.4.75~),
+               gnome-pkg-tools,
+               python-support,
+               libffi-dev (>= 3.0),       
+               libglib2.0-dev (>= 2.22.4),
+               libgirepository1.0-dev (>= 0.6.10),
+               python-all-dev (>= 2.5),
+               python-gobject-dev (>= 2.20),
+               python-cairo-dev (>= 1.0.2),
+               libcairo-dev
+Standards-Version: 3.8.4
+Homepage: http://live.gnome.org/PyGI
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/pygi
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pygi
+XS-Python-Version: >= 2.5
+
+Package: python-gi
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${python:Depends},
+         ${misc:Depends}
+XB-Python-Version: ${python:Versions}         
+Description: Python GObject Introspection modules
+ PyGI is a set of Python modules which allow for dynamic binding and
+ introspection of GObject based programs at run-time.  
+
+Package: python-gi-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: python-gi (= ${binary:Version}),
+         ${misc:Depends}
+XB-Python-Version: ${python:Versions}         
+Description: Python GObject Introspection modules - debugging symbols
+ PyGI is a set of Python modules which allow for dynamic binding and
+ introspection of GObject based programs at run-time.  
+ .
+ This package contains the debug symbols for the Python bindings.

Added: packages/unstable/pygi/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/copyright?rev=24476&op=file
==============================================================================
--- packages/unstable/pygi/debian/copyright (added)
+++ packages/unstable/pygi/debian/copyright [utf-8] Thu Jun  3 19:46:45 2010
@@ -1,0 +1,34 @@
+This work was packaged for Debian by:
+
+    Robert Ancell <robert.ancell at canonical.com> on Tue, 18 May 2010 14:38:02 +1000
+
+It was downloaded from:
+
+    http://download.gnome.org/sources/pygi
+
+Upstream Author(s):
+
+    Johan Dahlin <johan at gnome.org>
+    Simon van der Linden <svdlinden at src.gnome.org>
+
+Copyright:
+
+    Copyright (C) 2010 Collabora Ltd
+    Copyright (C) 2005-2009 Johan Dahlin
+    Copyright (C) 2010 litl, LLC
+    Copyright (C) 2009 Simon van der Linden
+
+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.1 of the License, or (at your option) any later version.
+
+    On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+    Public License can be found in /usr/share/common-licenses/LGPL-2.1.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Canonical Ltd and is licensed under the GPL version 3,
+    see `/usr/share/common-licenses/GPL-3'.

Added: packages/unstable/pygi/debian/python-gi.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/python-gi.install?rev=24476&op=file
==============================================================================
--- packages/unstable/pygi/debian/python-gi.install (added)
+++ packages/unstable/pygi/debian/python-gi.install [utf-8] Thu Jun  3 19:46:45 2010
@@ -1,0 +1,1 @@
+usr/lib/python*/*-packages/

Added: packages/unstable/pygi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/rules?rev=24476&op=file
==============================================================================
--- packages/unstable/pygi/debian/rules (added)
+++ packages/unstable/pygi/debian/rules [utf-8] Thu Jun  3 19:46:45 2010
@@ -1,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_BUILDDIR = debian/build
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-autotools.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+DEB_DBG_PACKAGE_python-gi = python-gi-dbg

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

Added: packages/unstable/pygi/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/source/format?rev=24476&op=file
==============================================================================
--- packages/unstable/pygi/debian/source/format (added)
+++ packages/unstable/pygi/debian/source/format [utf-8] Thu Jun  3 19:46:45 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/unstable/pygi/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pygi/debian/watch?rev=24476&op=file
==============================================================================
--- packages/unstable/pygi/debian/watch (added)
+++ packages/unstable/pygi/debian/watch [utf-8] Thu Jun  3 19:46:45 2010
@@ -1,0 +1,2 @@
+version=3
+http://download.gnome.org/sources/pygi/([\d\.]+)/pygi-(.*)\.tar\.gz




More information about the pkg-gnome-commits mailing list