r17229 - in /packages/unstable/gobject-introspection/debian: ./ patches/
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Wed Oct 8 08:13:54 UTC 2008
Author: slomo
Date: Wed Oct 8 08:13:54 2008
New Revision: 17229
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17229
Log:
Initial version (Closes: #497451).
Added:
packages/unstable/gobject-introspection/debian/
packages/unstable/gobject-introspection/debian/changelog
packages/unstable/gobject-introspection/debian/compat
packages/unstable/gobject-introspection/debian/control
packages/unstable/gobject-introspection/debian/control.in
packages/unstable/gobject-introspection/debian/copyright
packages/unstable/gobject-introspection/debian/gobject-introspection-glib-2.0.install
packages/unstable/gobject-introspection/debian/gobject-introspection.install
packages/unstable/gobject-introspection/debian/libgirepository-dev.install
packages/unstable/gobject-introspection/debian/libgirepository0.install
packages/unstable/gobject-introspection/debian/patches/
packages/unstable/gobject-introspection/debian/python-giscanner.install
packages/unstable/gobject-introspection/debian/rules (with props)
packages/unstable/gobject-introspection/debian/watch
Added: packages/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/changelog?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/changelog (added)
+++ packages/unstable/gobject-introspection/debian/changelog Wed Oct 8 08:13:54 2008
@@ -1,0 +1,6 @@
+gobject-introspection (0.5.0-1) unstable; urgency=low
+
+ * Initial version (Closes: #497451).
+
+ -- Sebastian Dröge <slomo at debian.org> Sun, 21 Sep 2008 19:32:37 +0200
+
Added: packages/unstable/gobject-introspection/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/compat?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/compat (added)
+++ packages/unstable/gobject-introspection/debian/compat Wed Oct 8 08:13:54 2008
@@ -1,0 +1,1 @@
+5
Added: packages/unstable/gobject-introspection/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/control?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/control (added)
+++ packages/unstable/gobject-introspection/debian/control Wed Oct 8 08:13:54 2008
@@ -1,0 +1,116 @@
+Source: gobject-introspection
+Section: devel
+Priority: optional
+Maintainer: Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5),
+ cdbs,
+ gnome-pkg-tools (>= 0.10),
+ python-dev (>= 2.5),
+ python-central,
+ pkg-config,
+ flex,
+ bison,
+ libglib2.0-dev,
+ libffi-dev
+Standards-Version: 3.8.0
+XS-Python-Version: >= 2.5
+Homepage: http://live.gnome.org/GObjectIntrospection
+
+Package: python-giscanner
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Python package for handling GObject introspection data
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains a Python package for handling the introspection
+ data from Python.
+
+Package: libgirepository0
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Library for handling GObject introspection data (runtime library)
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains a C library for handling the introspection data.
+
+Package: libgirepository-dev
+Architecture: any
+Depends: libgirepository0 (= ${binary:Version}),
+ libglib2.0-dev,
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: Library for handling GObject introspection data (development files)
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains the headers for the C library for handling the
+ introspection data.
+
+Package: gobject-introspection
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ python-giscanner (= ${binary:Version}),
+ libgirepository0 (= ${binary:Version})
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Generate interface introspection data for GObject libraries
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains tools for extracting introspection data from libraries
+ and transforming it to different formats.
+
+Package: gobject-introspection-glib-2.0
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libglib2.0-0
+Recommends: libglib2.0-dev
+ gobject-introspection
+Description: Introspection data for GLib, GObject, Gio and GModule
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains the introspection data for the GLib, GObject,
+ GModule and Gio libraries.
+
Added: packages/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/control.in?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/control.in (added)
+++ packages/unstable/gobject-introspection/debian/control.in Wed Oct 8 08:13:54 2008
@@ -1,0 +1,116 @@
+Source: gobject-introspection
+Section: devel
+Priority: optional
+Maintainer: Sebastian Dröge <slomo at debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 5),
+ cdbs,
+ gnome-pkg-tools (>= 0.10),
+ python-dev (>= 2.5),
+ python-central,
+ pkg-config,
+ flex,
+ bison,
+ libglib2.0-dev,
+ libffi-dev
+Standards-Version: 3.8.0
+XS-Python-Version: >= 2.5
+Homepage: http://live.gnome.org/GObjectIntrospection
+
+Package: python-giscanner
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Python package for handling GObject introspection data
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains a Python package for handling the introspection
+ data from Python.
+
+Package: libgirepository0
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Library for handling GObject introspection data (runtime library)
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains a C library for handling the introspection data.
+
+Package: libgirepository-dev
+Architecture: any
+Depends: libgirepository0 (= ${binary:Version}),
+ libglib2.0-dev,
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: Library for handling GObject introspection data (development files)
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains the headers for the C library for handling the
+ introspection data.
+
+Package: gobject-introspection
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ python-giscanner (= ${binary:Version}),
+ libgirepository0 (= ${binary:Version})
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Generate interface introspection data for GObject libraries
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains tools for extracting introspection data from libraries
+ and transforming it to different formats.
+
+Package: gobject-introspection-glib-2.0
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libglib2.0-0
+Recommends: libglib2.0-dev
+ gobject-introspection
+Description: Introspection data for GLib, GObject, Gio and GModule
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection
+ data can be used in several different use cases, for example
+ automatic code generation for bindings, API verification and documentation
+ generation.
+ .
+ GObject Introspection contains tools to generate and handle the
+ introspection data.
+ .
+ This package contains the introspection data for the GLib, GObject,
+ GModule and Gio libraries.
+
Added: packages/unstable/gobject-introspection/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/copyright?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/copyright (added)
+++ packages/unstable/gobject-introspection/debian/copyright Wed Oct 8 08:13:54 2008
@@ -1,0 +1,152 @@
+This package was debianized by Sebastian Dröge <slomo at debian.org> on
+Sun, 21 Sep 2008 19:32:37 +0200.
+
+It was downloaded from:
+ <http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/>
+
+Upstream Authors:
+ Matthias Clasen <mclasen at redhat.com>
+ Johan Dahlin <johan at gnome.org>
+ Jürg Billeter <j at bitron.ch>
+ Philip Van Hoof <pvanhoof at gnome.org>
+ Rob Taylor <rob.taylor at codethink.co.uk>
+
+Copyright:
+
+ For everything not noted explicitely below:
+ Copyright (C) 2005 Matthias Clasen
+
+
+ For girepository/girparser.c:
+ Copyright (C) 2008 Philip Van Hoof
+
+ For giscanner/ast.py,
+ giscanner/cgobject.py,
+ giscanner/config.py.in,
+ giscanner/girparser.py,
+ giscanner/girwriter.py,
+ giscanner/giscannermodule.c,
+ giscanner/glibast.py,
+ giscanner/glibtransformer.py,
+ giscanner/__init__.py,
+ giscanner/odict.py,
+ giscanner/utils.py,
+ giscanner/transformer.py,
+ giscanner/xmlwriter.py,
+ giscanner/sourcescanner.py:
+ Copyright (C) 2008 Johan Dahlin
+
+ For giscanner/sourcescanner.[ch]:
+ Copyright (C) 2007 Jürg Billeter
+ Copyright (C) 2008 Johan Dahlin
+
+ For giscanner/scannerparser.y,
+ giscanner/scannerlexer.l:
+ Copyright (c) 1997 Sandro Sigala <ssigala at globalnet.it>
+ Copyright (c) 2007-2008 Jürg Billeter <j at bitron.ch>
+
+ For misc/pep8.py:
+ Copyright (C) 2006 Johann C. Rocholl <johann at browsershots.org>
+
+ For misc/pyflakes.py:
+ Copyright (c) 2005-2008 Divmod, Inc.
+
+ For tools/g-ir-scanner:
+ Copyright (C) 2008 Johan Dahlin
+
+License:
+
+ For everything not noted explicitely below:
+
+ This program 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 3 of the License, or
+ (at your option) any later version.
+
+ This program 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 program. If not, see <http://www.gnu.org/licenses/>.
+
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL'.
+
+----------------------------------------
+
+ For girepository/*.[ch],
+ giscanner/giscannermodule.c,
+ giscanner/sourcescanner.[ch],
+ tools/compiler.c,
+ tools/generate.c:
+
+ 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 Lesser General Public
+ License can be found in `/usr/share/common-licenses/LGPL'.
+
+----------------------------------------
+
+ For giscanner/scannerlexer.l,
+ giscanner/scannerparser.y:
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+----------------------------------------
+
+ For misc/pep8.py,
+ misc/pyflakes.py:
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
Added: packages/unstable/gobject-introspection/debian/gobject-introspection-glib-2.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/gobject-introspection-glib-2.0.install?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/gobject-introspection-glib-2.0.install (added)
+++ packages/unstable/gobject-introspection/debian/gobject-introspection-glib-2.0.install Wed Oct 8 08:13:54 2008
@@ -1,0 +1,2 @@
+debian/tmp/usr/share/gir
+debian/tmp/usr/share/girepository
Added: packages/unstable/gobject-introspection/debian/gobject-introspection.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/gobject-introspection.install?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/gobject-introspection.install (added)
+++ packages/unstable/gobject-introspection/debian/gobject-introspection.install Wed Oct 8 08:13:54 2008
@@ -1,0 +1,2 @@
+debian/tmp/usr/bin
+debian/tmp/usr/share/man
Added: packages/unstable/gobject-introspection/debian/libgirepository-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/libgirepository-dev.install?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/libgirepository-dev.install (added)
+++ packages/unstable/gobject-introspection/debian/libgirepository-dev.install Wed Oct 8 08:13:54 2008
@@ -1,0 +1,4 @@
+debian/tmp/usr/lib/libgirepository.so
+debian/tmp/usr/lib/libgirepository.a
+debian/tmp/usr/include
+debian/tmp/usr/lib/pkgconfig
Added: packages/unstable/gobject-introspection/debian/libgirepository0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/libgirepository0.install?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/libgirepository0.install (added)
+++ packages/unstable/gobject-introspection/debian/libgirepository0.install Wed Oct 8 08:13:54 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libgirepository.so.*
Added: packages/unstable/gobject-introspection/debian/python-giscanner.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/python-giscanner.install?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/python-giscanner.install (added)
+++ packages/unstable/gobject-introspection/debian/python-giscanner.install Wed Oct 8 08:13:54 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*
Added: packages/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/rules?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/rules (added)
+++ packages/unstable/gobject-introspection/debian/rules Wed Oct 8 08:13:54 2008
@@ -1,0 +1,15 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+binary-install/gobject-introspection::
+ dh_pycentral -pgobject-introspection
+
+binary-install/python-giscanner::
+ dh_pycentral -ppython-giscanner
+
Propchange: packages/unstable/gobject-introspection/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/unstable/gobject-introspection/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/watch?rev=17229&op=file
==============================================================================
--- packages/unstable/gobject-introspection/debian/watch (added)
+++ packages/unstable/gobject-introspection/debian/watch Wed Oct 8 08:13:54 2008
@@ -1,0 +1,4 @@
+version=2
+http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/([\d.]*)/ \
+ gobject-introspection-(.*)\.tar\.gz \
+ debian uupdate
More information about the pkg-gnome-commits
mailing list