Rename Pluma to Xedit
This commit is contained in:
62
debian/control
vendored
62
debian/control
vendored
@@ -1,4 +1,4 @@
|
||||
Source: pluma
|
||||
Source: xedit
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Stefano Karapetsas <stefano@karapetsas.com>
|
||||
@@ -24,11 +24,11 @@ Build-Depends: autotools-dev,
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: http://www.mate-desktop.org/
|
||||
|
||||
Package: pluma
|
||||
Package: xedit
|
||||
Architecture: any
|
||||
Depends: iso-codes,
|
||||
mate-desktop-common,
|
||||
pluma-common (= ${source:Version}),
|
||||
xedit-common (= ${source:Version}),
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
${shlibs:Depends},
|
||||
@@ -38,113 +38,113 @@ Breaks: mate-text-editor (<< 1.5.0),
|
||||
Replaces: mate-text-editor (<< 1.5.0),
|
||||
XB-Python-Version: ${python:Versions}
|
||||
Description: official text editor of the MATE desktop environment
|
||||
Pluma is a text editor which supports most standard editor features,
|
||||
Xedit is a text editor which supports most standard editor features,
|
||||
extending this basic functionality with other features not usually
|
||||
found in simple text editors. Pluma is a graphical application which
|
||||
found in simple text editors. Xedit is a graphical application which
|
||||
supports editing multiple text files in one window (known sometimes as
|
||||
tabs or MDI).
|
||||
.
|
||||
Pluma fully supports international text through its use of the
|
||||
Xedit fully supports international text through its use of the
|
||||
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.
|
||||
.
|
||||
Pluma is also extensible through its plugin system, which currently
|
||||
Xedit is also extensible through its plugin system, which currently
|
||||
includes support for spell checking, comparing files, viewing CVS
|
||||
ChangeLogs, and adjusting indentation levels.
|
||||
|
||||
Package: pluma-common
|
||||
Package: xedit-common
|
||||
Architecture: all
|
||||
Depends: python,
|
||||
${misc:Depends},
|
||||
Breaks: mate-text-editor (<< 1.5.0),
|
||||
Description: official text editor of the MATE desktop environment (common files)
|
||||
Pluma is a text editor which supports most standard editor features,
|
||||
Xedit is a text editor which supports most standard editor features,
|
||||
extending this basic functionality with other features not usually
|
||||
found in simple text editors. Pluma is a graphical application which
|
||||
found in simple text editors. Xedit is a graphical application which
|
||||
supports editing multiple text files in one window (known sometimes as
|
||||
tabs or MDI).
|
||||
.
|
||||
Pluma fully supports international text through its use of the
|
||||
Xedit fully supports international text through its use of the
|
||||
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.
|
||||
.
|
||||
Pluma is also extensible through its plugin system, which currently
|
||||
Xedit is also extensible through its plugin system, which currently
|
||||
includes support for spell checking, comparing files, viewing CVS
|
||||
ChangeLogs, and adjusting indentation levels.
|
||||
.
|
||||
This package contains the architecture independent files.
|
||||
|
||||
Package: pluma-dev
|
||||
Package: xedit-dev
|
||||
Architecture: any
|
||||
Section: devel
|
||||
Depends: pluma (= ${binary:Version}),
|
||||
Depends: xedit (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
Breaks: mate-text-editor (<< 1.5.0),
|
||||
Description: official text editor of the MATE desktop environment (development files)
|
||||
Pluma is a text editor which supports most standard editor features,
|
||||
Xedit is a text editor which supports most standard editor features,
|
||||
extending this basic functionality with other features not usually
|
||||
found in simple text editors. Pluma is a graphical application which
|
||||
found in simple text editors. Xedit is a graphical application which
|
||||
supports editing multiple text files in one window (known sometimes as
|
||||
tabs or MDI).
|
||||
.
|
||||
Pluma fully supports international text through its use of the
|
||||
Xedit fully supports international text through its use of the
|
||||
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.
|
||||
.
|
||||
Pluma is also extensible through its plugin system, which currently
|
||||
Xedit is also extensible through its plugin system, which currently
|
||||
includes support for spell checking, comparing files, viewing CVS
|
||||
ChangeLogs, and adjusting indentation levels.
|
||||
.
|
||||
This package contains the development files for building Pluma plugins.
|
||||
This package contains the development files for building Xedit plugins.
|
||||
|
||||
Package: pluma-dbg
|
||||
Package: xedit-dbg
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Architecture: any
|
||||
Depends: pluma (= ${binary:Version}),
|
||||
Depends: xedit (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
Description: official text editor of the MATE desktop environment (debugging symbols)
|
||||
Pluma is a text editor which supports most standard editor features,
|
||||
Xedit is a text editor which supports most standard editor features,
|
||||
extending this basic functionality with other features not usually
|
||||
found in simple text editors. Pluma is a graphical application which
|
||||
found in simple text editors. Xedit is a graphical application which
|
||||
supports editing multiple text files in one window (known sometimes as
|
||||
tabs or MDI).
|
||||
.
|
||||
Pluma fully supports international text through its use of the
|
||||
Xedit fully supports international text through its use of the
|
||||
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.
|
||||
.
|
||||
Pluma is also extensible through its plugin system, which currently
|
||||
Xedit is also extensible through its plugin system, which currently
|
||||
includes support for spell checking, comparing files, viewing CVS
|
||||
ChangeLogs, and adjusting indentation levels.
|
||||
.
|
||||
This package contains debugging symbols for Pluma. It is
|
||||
This package contains debugging symbols for Xedit. It is
|
||||
provided to help debugging problems.
|
||||
.
|
||||
The debugging symbols are installed in /usr/lib/debug and will
|
||||
automatically be used by gdb.
|
||||
|
||||
Package: pluma-doc
|
||||
Package: xedit-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
Description: official text editor of the MATE desktop environment (documentation files)
|
||||
Pluma is a text editor which supports most standard editor features,
|
||||
Xedit is a text editor which supports most standard editor features,
|
||||
extending this basic functionality with other features not usually
|
||||
found in simple text editors. Pluma is a graphical application which
|
||||
found in simple text editors. Xedit is a graphical application which
|
||||
supports editing multiple text files in one window (known sometimes as
|
||||
tabs or MDI).
|
||||
.
|
||||
Pluma fully supports international text through its use of the
|
||||
Xedit fully supports international text through its use of the
|
||||
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.
|
||||
.
|
||||
Pluma is also extensible through its plugin system, which currently
|
||||
Xedit is also extensible through its plugin system, which currently
|
||||
includes support for spell checking, comparing files, viewing CVS
|
||||
ChangeLogs, and adjusting indentation levels.
|
||||
.
|
||||
|
Reference in New Issue
Block a user