diff --git a/debian/control b/debian/control index 0e2f191..d0ad9e8 100644 --- a/debian/control +++ b/debian/control @@ -117,4 +117,26 @@ Description: generic text editor (debugging symbols) provided to help debugging problems. . The debugging symbols are installed in /usr/lib/debug and will - automatically be used by gdb. \ No newline at end of file + 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. \ No newline at end of file diff --git a/debian/xed-dev.install b/debian/xed-dev.install index 20c7fd4..7e51a02 100644 --- a/debian/xed-dev.install +++ b/debian/xed-dev.install @@ -1,4 +1,3 @@ usr/include usr/lib/*/pkgconfig/ -usr/share/gtk-doc usr/share/xed/gir-1.0 diff --git a/debian/xed-doc.install b/debian/xed-doc.install new file mode 100644 index 0000000..95af827 --- /dev/null +++ b/debian/xed-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc