xed/debian/control

140 lines
5.2 KiB
Plaintext
Raw Normal View History

2016-01-25 08:13:49 -06:00
Source: xedit
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-01-25 20:59:10 -06:00
mate-common,
2016-01-25 04:45:34 -06:00
yelp-tools,
Standards-Version: 3.9.6
2016-01-25 08:13:49 -06:00
Package: xedit
2016-01-25 04:45:34 -06:00
Architecture: any
Depends: iso-codes,
2016-01-25 08:13:49 -06:00
xedit-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
2016-01-25 08:13:49 -06:00
Xedit 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
2016-01-25 08:13:49 -06:00
found in simple text editors. Xedit 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).
.
2016-01-25 08:13:49 -06:00
Xedit 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.
.
2016-01-25 08:13:49 -06:00
Xedit 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.
2016-01-25 08:13:49 -06:00
Package: xedit-common
2016-01-25 04:45:34 -06:00
Architecture: all
Depends: python,
${misc:Depends},
Description: generic text editor (common files)
2016-01-25 08:13:49 -06:00
Xedit 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
2016-01-25 08:13:49 -06:00
found in simple text editors. Xedit 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).
.
2016-01-25 08:13:49 -06:00
Xedit 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.
.
2016-01-25 08:13:49 -06:00
Xedit 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.
2016-01-25 08:13:49 -06:00
Package: xedit-dev
2016-01-25 04:45:34 -06:00
Architecture: any
Section: devel
2016-01-25 08:13:49 -06:00
Depends: xedit (= ${binary:Version}),
2016-01-25 04:45:34 -06:00
${misc:Depends},
Description: generic text editor (development files)
2016-01-25 08:13:49 -06:00
Xedit 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
2016-01-25 08:13:49 -06:00
found in simple text editors. Xedit 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).
.
2016-01-25 08:13:49 -06:00
Xedit 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.
.
2016-01-25 08:13:49 -06:00
Xedit 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.
.
2016-01-25 08:13:49 -06:00
This package contains the development files for building Xedit plugins.
2016-01-25 04:45:34 -06:00
2016-01-25 08:13:49 -06:00
Package: xedit-dbg
2016-01-25 04:45:34 -06:00
Section: debug
Priority: extra
Architecture: any
2016-01-25 08:13:49 -06:00
Depends: xedit (= ${binary:Version}),
2016-01-25 04:45:34 -06:00
${misc:Depends},
Description: generic text editor (debugging symbols)
2016-01-25 08:13:49 -06:00
Xedit 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
2016-01-25 08:13:49 -06:00
found in simple text editors. Xedit 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).
.
2016-01-25 08:13:49 -06:00
Xedit 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.
.
2016-01-25 08:13:49 -06:00
Xedit 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.
.
2016-01-25 08:13:49 -06:00
This package contains debugging symbols for Xedit. 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.
2016-01-25 08:13:49 -06:00
Package: xedit-doc
2016-01-25 04:45:34 -06:00
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: generic text editor (documentation files)
2016-01-25 08:13:49 -06:00
Xedit 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
2016-01-25 08:13:49 -06:00
found in simple text editors. Xedit 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).
.
2016-01-25 08:13:49 -06:00
Xedit 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.
.
2016-01-25 08:13:49 -06:00
Xedit 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.