Debian: Bring back the xed-doc package
This commit is contained in:
parent
3a83594498
commit
ad31cd9e36
|
@ -118,3 +118,25 @@ Description: generic text editor (debugging symbols)
|
||||||
.
|
.
|
||||||
The debugging symbols are installed in /usr/lib/debug and will
|
The debugging symbols are installed in /usr/lib/debug and will
|
||||||
automatically be used by gdb.
|
automatically be used by gdb.
|
||||||
|
|
||||||
|
Package: xed-doc
|
||||||
|
Section: doc
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
Description: generic text editor (documentation files)
|
||||||
|
Xed is a text editor which supports most standard editor features,
|
||||||
|
extending this basic functionality with other features not usually
|
||||||
|
found in simple text editors. Xed is a graphical application which
|
||||||
|
supports editing multiple text files in one window (known sometimes as
|
||||||
|
tabs or MDI).
|
||||||
|
.
|
||||||
|
Xed 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.
|
||||||
|
.
|
||||||
|
Xed 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 documentation files.
|
|
@ -1,4 +1,3 @@
|
||||||
usr/include
|
usr/include
|
||||||
usr/lib/*/pkgconfig/
|
usr/lib/*/pkgconfig/
|
||||||
usr/share/gtk-doc
|
|
||||||
usr/share/xed/gir-1.0
|
usr/share/xed/gir-1.0
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
usr/share/gtk-doc
|
Loading…
Reference in New Issue