File: control.in

package info (click to toggle)
gnome-python-extras 2.25.3-13
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,784 kB
  • ctags: 684
  • sloc: sh: 9,202; ansic: 5,031; xml: 1,382; python: 771; makefile: 464
file content (42 lines) | stat: -rw-r--r-- 1,482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: gnome-python-extras
Section: python
Priority: optional
Maintainer: Sebastien Bacher <seb128@debian.org>
Uploaders: @GNOME_TEAM@
Homepage: http://www.pygtk.org/
Build-Depends: debhelper (>= 8),
               cdbs (>= 0.4.90~),
               dh-autoreconf,
               gnome-pkg-tools,
               libglib2.0-dev (>= 2.6.0),
               libgtk2.0-dev (>= 2.4),
               python-gnome2-dev (>= 2.10.0),
               python-gtk2-dev,
               libgnomevfs2-dev,
               libbonoboui2-dev,
               libgnomeui-dev,
               libgtkspell-dev (>= 2.0.0),
               python-all-dev (>= 2.6.6-3~),
               xsltproc,
               docbook-xml,
               docbook-xsl,
               python-gtk2-doc
Standards-Version: 3.9.2
X-Python-Version: >= 2.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/attic/gnome-python-extras
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/attic/gnome-python-extras

Package: python-gtkspell
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${python:Depends},
         python-gtk2
Breaks: python-gnome2-extras (<< 2.19.1-4),
           python-gnome2-extras-doc
Replaces: python-gnome2-extras (<< 2.19.1-4),
          python-gnome2-extras-doc
Description: Python bindings for the GtkSpell library
 This package contains bindings allowing to run Python programs using 
 the GtkSpell library, that extends GTK+'s GtkTextView widget with 
 support for spell-checking.