~ubuntu-branches/ubuntu/quantal/gnome-menus2/quantal

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-26 11:43:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110826114302-vgdcyicgxh3xzyzn
Tags: 3.0.1-0ubuntu6
Restore old gnome-menus, the lib still has some rdepends

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: gnome-menus2
 
2
Section: gnome
 
3
Priority: optional
 
4
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Sebastien Bacher <seb128@debian.org>
 
6
Uploaders: @GNOME_TEAM@
 
7
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-menus/gnome2
 
8
Build-Depends: debhelper (>= 5.0.37.2),
 
9
               cdbs (>= 0.4.90~),
 
10
               libglib2.0-dev (>= 2.15.2),
 
11
               python-all-dev (>= 2.6.6-3~),
 
12
               gnome-pkg-tools,
 
13
               dpkg-dev (>= 1.13.19),
 
14
               intltool (>= 0.40.0)
 
15
Standards-Version: 3.9.2
 
16
X-Python-Version: >= 2.3
 
17
 
 
18
Package: libgnome-menu2
 
19
Architecture: any
 
20
Depends: ${shlibs:Depends},
 
21
         ${misc:Depends}
 
22
Description: GNOME implementation of the freedesktop menu specification
 
23
 The package contains an implementation of the draft
 
24
 "Desktop Menu Specification" from freedesktop.org:
 
25
 .
 
26
 http://www.freedesktop.org/Standards/menu-spec
 
27
 .
 
28
 Also contained here are the GNOME menu layout configuration files, .directory
 
29
 files and assorted menu related utility programs.
 
30
 .
 
31
 This package contains the shared library.
 
32
 
 
33
Package: libgnome-menu-dev
 
34
Architecture: any
 
35
Section: libdevel
 
36
Depends: ${misc:Depends},
 
37
         libgnome-menu2 (= ${binary:Version}),
 
38
         libglib2.0-dev (>= 2.15.2)
 
39
Replaces: gir-repository-dev (<< 0.6.5-6)
 
40
Description: GNOME implementation of the freedesktop menu specification
 
41
 The package contains an implementation of the draft
 
42
 "Desktop Menu Specification" from freedesktop.org:
 
43
 .
 
44
 http://www.freedesktop.org/Standards/menu-spec
 
45
 .
 
46
 Also contained here are the GNOME menu layout configuration files, .directory
 
47
 files and assorted menu related utility programs.
 
48
 .
 
49
 This package contains the development headers.
 
50
 
 
51
Package: python-gmenu
 
52
Architecture: any
 
53
Section: python
 
54
Depends: ${shlibs:Depends},
 
55
         ${misc:Depends},
 
56
         ${python:Depends},
 
57
         python-gtk2,
 
58
         python-xdg (>= 0.18-1ubuntu2)
 
59
Conflicts: gnome-menus (<< 2.14.0-3)
 
60
Replaces: gnome-menus (<< 2.14.0-3)
 
61
Provides: ${python:Provides}
 
62
Description: GNOME implementation of the freedesktop menu specification
 
63
 The package contains an implementation of the draft
 
64
 "Desktop Menu Specification" from freedesktop.org:
 
65
 .
 
66
 http://www.freedesktop.org/Standards/menu-spec
 
67
 .
 
68
 Also contained here are the GNOME menu layout configuration files, .directory
 
69
 files and assorted menu related utility programs.
 
70
 .
 
71
 This package contains the Python binding.
 
72
 
 
73
Package: python-gmenu-dbg
 
74
Priority: extra
 
75
Architecture: any
 
76
Section: python
 
77
Depends: python-gmenu (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
 
78
Description: Python bindings for the freedesktop menu specification for GNOME (debug extension)
 
79
 The package contains an implementation of the draft
 
80
 "Desktop Menu Specification" from freedesktop.org:
 
81
 .
 
82
 http://www.freedesktop.org/Standards/menu-spec
 
83
 .
 
84
 This package contains the python binding for the debug interpreter.
 
85