xed/debian/control

140 lines
5.2 KiB
Plaintext
Raw Normal View History

Source: xed
2016-01-25 04:45:34 -06:00
Section: x11
Priority: optional
Maintainer: Linux Mint <root@linuxmint.com>
2016-01-25 04:45:34 -06:00
Build-Depends: autotools-dev,
debhelper (>= 9),
gtk-doc-tools,
intltool,
iso-codes,
libenchant-dev,
libglib2.0-dev,
libgtk-3-dev,
libgtksourceview-3.0-dev,
libsm-dev,
libx11-dev,
libxml2-dev,
2016-02-09 03:00:10 -06:00
gnome-common,
2016-01-25 04:45:34 -06:00
yelp-tools,
Standards-Version: 3.9.6
Package: xed
2016-01-25 04:45:34 -06:00
Architecture: any
Depends: iso-codes,
xed-common (= ${source:Version}),
2016-01-25 04:45:34 -06:00
${misc:Depends},
${python:Depends},
${shlibs:Depends},
zenity
2016-01-25 04:45:34 -06:00
XB-Python-Version: ${python:Versions}
Description: generic text editor
Xed is a text editor which supports most standard editor features,
2016-01-25 04:45:34 -06:00
extending this basic functionality with other features not usually
found in simple text editors. Xed is a graphical application which
2016-01-25 04:45:34 -06:00
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xed fully supports international text through its use of the
2016-01-25 04:45:34 -06:00
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Xed is also extensible through its plugin system, which currently
2016-01-25 04:45:34 -06:00
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
Package: xed-common
2016-01-25 04:45:34 -06:00
Architecture: all
Depends: python,
${misc:Depends},
Description: generic text editor (common files)
Xed is a text editor which supports most standard editor features,
2016-01-25 04:45:34 -06:00
extending this basic functionality with other features not usually
found in simple text editors. Xed is a graphical application which
2016-01-25 04:45:34 -06:00
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xed fully supports international text through its use of the
2016-01-25 04:45:34 -06:00
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Xed is also extensible through its plugin system, which currently
2016-01-25 04:45:34 -06:00
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.
This package contains the architecture independent files.
Package: xed-dev
2016-01-25 04:45:34 -06:00
Architecture: any
Section: devel
Depends: xed (= ${binary:Version}),
2016-01-25 04:45:34 -06:00
${misc:Depends},
Description: generic text editor (development files)
Xed is a text editor which supports most standard editor features,
2016-01-25 04:45:34 -06:00
extending this basic functionality with other features not usually
found in simple text editors. Xed is a graphical application which
2016-01-25 04:45:34 -06:00
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xed fully supports international text through its use of the
2016-01-25 04:45:34 -06:00
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Xed is also extensible through its plugin system, which currently
2016-01-25 04:45:34 -06:00
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.
This package contains the development files for building Xed plugins.
2016-01-25 04:45:34 -06:00
Package: xed-dbg
2016-01-25 04:45:34 -06:00
Section: debug
Priority: extra
Architecture: any
Depends: xed (= ${binary:Version}),
2016-01-25 04:45:34 -06:00
${misc:Depends},
Description: generic text editor (debugging symbols)
Xed is a text editor which supports most standard editor features,
2016-01-25 04:45:34 -06:00
extending this basic functionality with other features not usually
found in simple text editors. Xed is a graphical application which
2016-01-25 04:45:34 -06:00
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xed fully supports international text through its use of the
2016-01-25 04:45:34 -06:00
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Xed is also extensible through its plugin system, which currently
2016-01-25 04:45:34 -06:00
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.
This package contains debugging symbols for Xed. It is
2016-01-25 04:45:34 -06:00
provided to help debugging problems.
.
The debugging symbols are installed in /usr/lib/debug and will
automatically be used by gdb.
Package: xed-doc
2016-01-25 04:45:34 -06:00
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: generic text editor (documentation files)
Xed is a text editor which supports most standard editor features,
2016-01-25 04:45:34 -06:00
extending this basic functionality with other features not usually
found in simple text editors. Xed is a graphical application which
2016-01-25 04:45:34 -06:00
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Xed fully supports international text through its use of the
2016-01-25 04:45:34 -06:00
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Xed is also extensible through its plugin system, which currently
2016-01-25 04:45:34 -06:00
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.
This package contains the documentation files.