Changeset 4725
- Timestamp:
- 12/20/08 01:02:09 (4 years ago)
- Location:
- pkg/boss/main/gnome-python/trunk/debian
- Files:
-
- 8 added
- 5 edited
-
changelog (modified) (1 diff)
-
control (modified) (5 diffs)
-
control.in (modified) (5 diffs)
-
copyright (modified) (1 diff)
-
docs (added)
-
patches (added)
-
patches/70_relibtoolize.patch (added)
-
patches/series (added)
-
python-gnome2-doc.doc-base.pygnomevfs (added)
-
python-gnome2-doc.examples (added)
-
python-gnome2-doc.install (added)
-
python-gnome2-doc.links (added)
-
rules (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/boss/main/gnome-python/trunk/debian/changelog
r4550 r4725 1 gnome-python (2.22.0-parsix2) unstable; urgency=low 2 3 * Rebuild using python2.5 4 5 -- Alan Baghumian <alan@technotux.org> Mon, 24 Nov 2008 14:18:21 -0800 6 7 gnome-python (2.22.0-parsix1) unstable; urgency=low 8 9 * Rebuilt against new pygtk/pygobject 10 11 -- Alan Baghumian <alan@technotux.org> Mon, 24 Nov 2008 13:22:11 -0800 1 gnome-python (2.22.3-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.22.3-1 4 5 -- Alan Baghumian <alan@technotux.org> Fri, 19 Dec 2008 15:56:15 -0800 6 7 gnome-python (2.22.3-1) experimental; urgency=low 8 9 [ Luca Bruno ] 10 * New upstream release 11 * rules: 12 - Remove patch system 13 * Add docs file 14 * debian/control: 15 - Bump Standards-Version to 3.8.0 (no changes needed) 16 - Add python-gnome2-doc package 17 - Add gtk-doc-tools to Build-Deps 18 - python-gnome2 Suggests python-gnome2-doc 19 - python-gnome2-dev Recommends python-gnome2-doc 20 * python-gnome2.examples moved to python-gnome2-doc.examples 21 * Change Homepage to http://www.pygtk.org/; the previous Homepage was a 22 redirect to the new url. 23 24 [ Emilio Pozuelo Monfort ] 25 * Remove dpatch build-dependency. 26 27 [ Josselin Mouette ] 28 * Require python 2.5 to match the change in pygobject. 29 * Add quilt patch system; build-depend on quilt. 30 * 70_relibtoolize.patch: new patch. Relibtoolize the source to avoid 31 the rpath issue on amd64. 32 * Add copyright statements. 33 34 -- Josselin Mouette <joss@debian.org> Thu, 13 Nov 2008 07:52:07 +0100 12 35 13 36 gnome-python (2.22.0-1) unstable; urgency=low -
pkg/boss/main/gnome-python/trunk/debian/control
r4550 r4725 5 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@ubuntu.com>, Josselin Mouette <joss@debian.org>, Julian Andres Klode <jak@jak-linux.org>, Loic Minier <lool@dooz.org> 6 6 Build-Depends: debhelper (>= 5.0.37.2), 7 dpatch,8 7 gnome-pkg-tools (>= 0.10), 9 python 2.5-dev (>= 2.5.0),8 python-all-dev (>= 2.5), 10 9 python-support (>= 0.7.6), 11 10 python-gtk2-dev (>= 2.10.3), … … 20 19 libbonobo2-dev (>= 2.8.0), 21 20 libbonoboui2-dev (>= 2.8.0), 22 dpkg-dev (>= 1.13.19) 23 Standards-Version: 3.7.3 24 XS-Python-Version: >= 2.2 25 Homepage: http://www.daa.com.au/~james/software/pygtk/ 26 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/?op=log 27 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-python/debian 21 gtk-doc-tools, 22 dpkg-dev (>= 1.13.19), 23 quilt 24 Standards-Version: 3.8.0 25 XS-Python-Version: >= 2.5 26 Homepage: http://www.pygtk.org/ 27 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/?op=log 28 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gnome-python/debian 28 29 29 30 Package: python-gnome2 … … 34 35 Python-Depends: python-gtk2 (>= 2.10.3), 35 36 python-pyorbit (>= 2.0.1-4) 37 Suggests: python-gnome2-doc 36 38 Provides: ${python:Provides} 37 39 Conflicts: python2.3-gnome2, … … 50 52 python-gtk2-dev (>= 2.10.3), 51 53 python-pyorbit-dev (>= 2.0.1-4) 54 Recommends: python-gnome2-doc 52 55 Replaces: python2.2-gnome2 (<< 1.99.16-7), 53 56 python2.3-gnome2 (<< 2.12.1-3), … … 58 61 This archive contains files that allow you to build wrappers for addon 59 62 that interoperate gnome-python. 63 64 Package: python-gnome2-doc 65 Architecture: all 66 Section: doc 67 Depends: ${misc:Depends} 68 Recommends: python-gnome2 69 Suggests: devhelp 70 Description: Python bindings for the GNOME desktop environment 71 This archive contains modules that allow you to write GNOME programs 72 in Python. 73 . 74 The documentation can be browsed with the devhelp documentation 75 browser, or with a regular web browser. 76 . 77 This package also provides several examples showing how to use these 78 bindings to build GNOME applications. -
pkg/boss/main/gnome-python/trunk/debian/control.in
r4550 r4725 5 5 Uploaders: @GNOME_TEAM@ 6 6 Build-Depends: debhelper (>= 5.0.37.2), 7 dpatch,8 7 gnome-pkg-tools (>= 0.10), 9 python 2.5-dev (>= 2.5.0),8 python-all-dev (>= 2.5), 10 9 python-support (>= 0.7.6), 11 10 python-gtk2-dev (>= 2.10.3), … … 20 19 libbonobo2-dev (>= 2.8.0), 21 20 libbonoboui2-dev (>= 2.8.0), 22 dpkg-dev (>= 1.13.19) 23 Standards-Version: 3.7.3 24 XS-Python-Version: >= 2.2 25 Homepage: http://www.daa.com.au/~james/software/pygtk/ 26 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/?op=log 27 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-python/debian 21 gtk-doc-tools, 22 dpkg-dev (>= 1.13.19), 23 quilt 24 Standards-Version: 3.8.0 25 XS-Python-Version: >= 2.5 26 Homepage: http://www.pygtk.org/ 27 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/?op=log 28 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gnome-python/debian 28 29 29 30 Package: python-gnome2 … … 34 35 Python-Depends: python-gtk2 (>= 2.10.3), 35 36 python-pyorbit (>= 2.0.1-4) 37 Suggests: python-gnome2-doc 36 38 Provides: ${python:Provides} 37 39 Conflicts: python2.3-gnome2, … … 50 52 python-gtk2-dev (>= 2.10.3), 51 53 python-pyorbit-dev (>= 2.0.1-4) 54 Recommends: python-gnome2-doc 52 55 Replaces: python2.2-gnome2 (<< 1.99.16-7), 53 56 python2.3-gnome2 (<< 2.12.1-3), … … 58 61 This archive contains files that allow you to build wrappers for addon 59 62 that interoperate gnome-python. 63 64 Package: python-gnome2-doc 65 Architecture: all 66 Section: doc 67 Depends: ${misc:Depends} 68 Recommends: python-gnome2 69 Suggests: devhelp 70 Description: Python bindings for the GNOME desktop environment 71 This archive contains modules that allow you to write GNOME programs 72 in Python. 73 . 74 The documentation can be browsed with the devhelp documentation 75 browser, or with a regular web browser. 76 . 77 This package also provides several examples showing how to use these 78 bindings to build GNOME applications. -
pkg/boss/main/gnome-python/trunk/debian/copyright
r4549 r4725 5 5 <http://ftp.gnome.org/pub/GNOME/sources/gnome-python/> 6 6 7 Upstream Authors and Copyright Holders:7 Upstream Authors: 8 8 James Henstridge <james@daa.com.au> 9 9 Johan Dahlin <jdahlin@telia.com> 10 10 Matt Wilson <msw@redhat.com> 11 12 Copyright: 13 Copyright (C) 2001, 2002, 2003 Johan Dahlin 14 Copyright (C) 2000 James Henstridge 15 Copyright (C) 2005 Red Hat, Inc. 11 16 12 17 License: -
pkg/boss/main/gnome-python/trunk/debian/rules
r4549 r4725 1 1 #!/usr/bin/make -f 2 2 3 include /usr/share/dpatch/dpatch.make4 3 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk 4 include /usr/share/quilt/quilt.make 5 5 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 6 6 … … 20 20 PYVERS := $(shell pyversions -vr debian/control 2>/dev/null) 21 21 22 build-%/configure-stamp: ${DPATCH_STAMPFN}22 build-%/configure-stamp: patch 23 23 dh_testdir 24 24 mkdir -p build-$* … … 100 100 # implicit/pattern rules may only build real files; if you declare these 101 101 # .PHONY, no command will be run 102 .PHONY: patch unpatchbuild install-clean install clean binary-indep binary-arch binary102 .PHONY: build install-clean install clean binary-indep binary-arch binary
Note: See TracChangeset
for help on using the changeset viewer.


