~ubuntu-desktop/gnome-python/ubuntu

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Didier Roche
  • Date: 2009-05-09 07:07:01 UTC
  • Revision ID: didrocks@ubuntu.com-20090509070701-wbv5ptcqa12qf1el
* Merge from debian unstable, remaining changes:
  - debian/control.in:
    + Add python-gnome2-dbg, python-gnomecanvas and python-gnomecanvas-dbg
      packages
    + build-dep on python-all-dbg for debug packages
    + Re-generate debian/control
  - add some files:
    + debian/python-gnomecanvas.{install, examples}
    + debian/python-gconf.examples file
    + debian/python-gnome2.examples
  - debian/python-gnome2.install adapted as gnomecanvas are in another
    package and adapted to python 2.6 package layout
  - debian/python-gconf.install adapted to python 2.6 package layout
  - debian/rules:
    - dbg-* targets
    - dbg related extra install/cleanage
  - debian/watch takes into account unstable version
  - debian/patches converted to quilt:
    + 01-dont-build-with-lpython.patch: don't create a depends on a
      python version
    + regenerate 70_autoreconf.patch
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.8.1 (no changes needed).
* debian/patches/70_relibtoolize.patch:
  - Remove, lintian doesn't complain about rpath on amd64.
* Update Vcs-* fields.
* Remove empty python-gnome2.examples.
* Split the gconf module in a separate package named python-gconf.
* Upload to unstable.
* New upstream release
* rules:
  - Remove patch system
* Add docs file
* debian/control:
  - Bump Standards-Version to 3.8.0 (no changes needed)
  - Add python-gnome2-doc package
  - Add gtk-doc-tools to Build-Deps
  - python-gnome2 Suggests python-gnome2-doc
  - python-gnome2-dev Recommends python-gnome2-doc
* python-gnome2.examples moved to python-gnome2-doc.examples
* Change Homepage to http://www.pygtk.org/; the previous Homepage was a
  redirect to the new url.
* Remove dpatch build-dependency.
* Require python 2.5 to match the change in pygobject.
* Add quilt patch system; build-depend on quilt.
* 70_relibtoolize.patch: new patch. Relibtoolize the source to avoid 
  the rpath issue on amd64.
* Add copyright statements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Sebastien Bacher <seb128@debian.org>
6
 
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 
6
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>
7
7
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-python/ubuntu
8
8
Build-Depends: debhelper (>= 5.0.37.2),
9
 
               dpatch,
10
9
               gnome-pkg-tools (>= 0.10),
11
 
               python-all-dev (>= 2.3.5-11),
 
10
               python-all-dev (>= 2.5),
12
11
               python-all-dbg (>= 2.5),
13
12
               python-support (>= 0.7.6),
14
13
               python-gtk2-dev (>= 2.10.3),
22
21
               libgconf2-dev (>= 2.11.1),
23
22
               libbonobo2-dev (>= 2.8.0),
24
23
               libbonoboui2-dev (>= 2.8.0),
25
 
               dpkg-dev (>= 1.13.19)
26
 
Standards-Version: 3.7.3
 
24
               gtk-doc-tools,
 
25
               dpkg-dev (>= 1.13.19),
 
26
               quilt
 
27
Standards-Version: 3.8.1
27
28
XS-Python-Version: >= 2.5
28
 
Homepage: http://www.daa.com.au/~james/software/pygtk/
 
29
Homepage: http://www.pygtk.org/
29
30
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/?op=log
30
31
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-python/debian
31
32
 
33
34
Architecture: any
34
35
Depends: ${python:Depends},
35
36
         ${shlibs:Depends},
36
 
         ${misc:Depends}
 
37
         ${misc:Depends},
 
38
         python-gconf (= ${binary:Version})
37
39
Python-Depends: python-gtk2 (>= 2.10.3),
38
 
                python-pyorbit (>= 2.0.1-4), 
39
 
                python-gnomecanvas, 
40
 
                python-gconf
 
40
                python-pyorbit (>= 2.0.1-4),
 
41
                python-gnomecanvas
 
42
Suggests: python-gnome2-doc
41
43
Provides: ${python:Provides}
42
44
Conflicts: python2.3-gnome2,
43
45
           python2.4-gnome2
44
46
XB-Python-Version: ${python:Versions}
45
47
Description: Python bindings for the GNOME desktop environment
46
 
 This archive contains modules that allow you to write GNOME programs
47
 
 in Python. This package contains the bindings for the new version 2.0
48
 
 of that desktop environment.
 
48
 This archive contains modules that allow you to write Python programs
 
49
 using the GNOME libraries: GnomeVFS, bonobo, libgnome, libgnomeui and 
 
50
 libgnomecanvas.
 
51
 
 
52
Package: python-gconf
 
53
Architecture: any
 
54
Depends: ${python:Depends},
 
55
         ${shlibs:Depends},
 
56
         ${misc:Depends}
 
57
Python-Depends: python-gobject
 
58
Suggests: python-gnome2-doc
 
59
Provides: ${python:Provides}
 
60
Conflicts: python-gnome2 (<< 2.22.3-3)
 
61
XB-Python-Version: ${python:Versions}
 
62
Description: Python bindings for the GConf configuration database system
 
63
 This package contains modules that allow to access and manipulate the 
 
64
 GNOME configuration database (GConf) from Python programs.
 
65
 
 
66
Package: python-gconf-dbg
 
67
Priority: extra
 
68
Architecture: any
 
69
Depends: python-gconf (= ${Source-Version}), python-dbg, python-pyorbit-dbg, ${shlibs:Depends}
 
70
Description: Python bindings for the GConf configuration database system (debug extension)
 
71
 This package contains modules that allow to access and manipulate the
 
72
 GNOME configuration database (GConf) from Python programs.
 
73
 .
 
74
 This package contains the extension built for the python debug interpreter.
49
75
 
50
76
Package: python-gnome2-dev
51
77
Architecture: all
74
100
 .
75
101
 This package contains the extension built for the python debug interpreter.
76
102
 
77
 
Package: python-gconf
78
 
Architecture: any
79
 
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pyorbit (>= 2.0.1-4)
80
 
Conflicts: python-gnome2 (<< 2.16.0-0ubuntu3)
81
 
Replaces: python-gnome2 (<< 2.16.0-0ubuntu3)
82
 
Suggests: python-gconf-dbg
83
 
Provides: ${python:Provides}
84
 
Description: Python bindings for GConf2
85
 
 This archive contains modules that allow you to write programs that use
86
 
 GConf2 in Python.
87
 
 
88
 
Package: python-gconf-dbg
89
 
Priority: extra
90
 
Architecture: any
91
 
Depends: python-gconf (= ${Source-Version}), python-dbg, python-pyorbit-dbg, ${shlibs:Depends}
92
 
Description: Python bindings for GConf2 (debug extension)
93
 
 This archive contains modules that allow you to write programs that use
94
 
 GConf2 in Python.
95
 
 .
96
 
 This package contains the extension built for the python debug interpreter.
 
103
Package: python-gnome2-doc
 
104
Architecture: all
 
105
Section: doc
 
106
Depends: ${misc:Depends}
 
107
Recommends: python-gnome2
 
108
Suggests: devhelp
 
109
Description: Python bindings for the GNOME desktop environment
 
110
 This archive contains modules that allow you to write GNOME programs
 
111
 in Python.
 
112
 .
 
113
 The documentation can be browsed with the devhelp documentation
 
114
 browser, or with a regular web browser.
 
115
 .
 
116
 This package also provides several examples showing how to use these
 
117
 bindings to build GNOME applications.
97
118
 
98
119
Package: python-gnomecanvas
99
120
Architecture: any