diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-11 01:21:57 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-11 01:21:57 +0200 |
commit | 3c59a48231eca368d4d81bc32e4be14c7027b922 (patch) | |
tree | da9afac8eb5ae1fab912a0ec7361ff9999db9a7e /ubuntu/maverick/applications/kxmleditor/debian/control | |
parent | 9cb8e323bf8e78d165dc73678a49c16561a793bf (diff) | |
download | tde-packaging-3c59a48231eca368d4d81bc32e4be14c7027b922.tar.gz tde-packaging-3c59a48231eca368d4d81bc32e4be14c7027b922.zip |
Add kxmleditor packaging files for Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/applications/kxmleditor/debian/control')
-rw-r--r-- | ubuntu/maverick/applications/kxmleditor/debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kxmleditor/debian/control b/ubuntu/maverick/applications/kxmleditor/debian/control new file mode 100644 index 000000000..db0f2ccd5 --- /dev/null +++ b/ubuntu/maverick/applications/kxmleditor/debian/control @@ -0,0 +1,18 @@ +Source: kxmleditor-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +X-Original-Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net> +Build-Depends: cdbs, debhelper (>= 6), quilt, automake, libtool, tdelibs-trinity-dev +Standards-Version: 3.8.0 + +Package: kxmleditor-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: XML Editor for TDE + KXML Editor is a simple program, that displays and edits the contents of an + XML file. It can be embedded in Quanta, and used with DCOP. + . + The left side contains a tree representing the XML document structure. The + right side contains a list of attributes for the selected XML element and its + contents. |