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 43 44
|
Source: inti-sourceview
Section: libs
Priority: optional
Maintainer: Goedson Teixeira Paixao <goedson@debian.org>
Build-Depends: debhelper (>> 4.0.0), libgnomeprint2.2-dev, autotools-dev, libinti-dev (>= 1.2.0), dpatch, libgtksourceview-dev (>= 0.6.0)
Standards-Version: 3.6.1
Package: libinti-sourceview-dev
Section: libdevel
Architecture: any
Depends: libinti-sourceview1 (= ${Source-Version})
Description: gtksourceview bindings for Inti - development files
Inti is a set of integrated C++ foundation classes for developing
GTK+ applications in UNIX-like systems such as Linux.
.
Inti-SourceView adds GtkSourceView support to the Inti framework.
.
This package contains the include files necessary to develop applications
using Inti-SourceView.
Package: libinti-sourceview1
Section: libs
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
Description: gtksourceview bindings for Inti - shared libraries
Inti is a set of integrated C++ foundation classes for developing
GTK+ applications in UNIX-like systems such as Linux.
.
Inti-SourceView adds GtkSourceView support to the Inti framework.
.
This package contains the shared libraries necessary to run applications
developed using Inti-SourceView.
Package: libinti-sourceview-doc
Section: doc
Architecture: all
Depends: libinti-sourceview-dev
Description: gtksourceview bindings for Inti - documentation
Inti is a set of integrated C++ foundation classes for developing
GTK+ applications in UNIX-like systems such as Linux.
.
Inti-SourceView adds GtkSourceView support to the Inti framework.
.
This package contais the doxygen documentation.
|