1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: xmlcopyeditor
Section: devel
Priority: optional
Maintainer: Miriam Ruiz <miriam@debian.org>
Build-Depends: debhelper (>= 9.20160403~),
dh-buildinfo, automake, autoconf, libtool, autotools-dev, quilt, pkg-config,
libxml2-dev, libwxgtk3.0-gtk3-dev, libaspell-dev, libxslt1-dev, libpcre3-dev,
libboost-dev, libxerces-c-dev, libexpat1-dev, intltool (>= 0.40.0)
Standards-Version: 4.4.0.1
Homepage: http://xml-copy-editor.sourceforge.net/
Package: xmlcopyeditor
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: xmlcopyeditor-dbg (= ${binary:Version})
Description: fast, free, validating XML editor
XML Copy Editor is an XML editor focusing on editing document markup
languages like DITA, DocBook, WordprocessingML. It features DTD/XML
Schema/RELAX NG validation, XSLT, XPath, pretty-printing, syntax
highlighting, folding, tag completion/locking, and a spelling/style check.
Package: xmlcopyeditor-dbg
Section: debug
Architecture: any
Depends: xmlcopyeditor (= ${binary:Version}), ${misc:Depends}
Description: fast, free, validating XML editor - debug
XML Copy Editor is an XML editor focusing on editing document markup
languages like DITA, DocBook, WordprocessingML. It features DTD/XML
Schema/RELAX NG validation, XSLT, XPath, pretty-printing, syntax
highlighting, folding, tag completion/locking, and a spelling/style check.
.
This package contains the debugging symbols.
|