--- opensp.old/debian/xcontrol Sat Aug 9 12:36:32 2008 +++ /opt/emdebian/trunk/o/opensp/trunk/opensp-1.5.2/debian/xcontrol Sat Aug 9 12:34:37 2008 @@ -0,0 +1,39 @@ +Source: opensp +Section: text +Priority: optional +Maintainer: Neil Roeth +Standards-Version: 3.7.3.0 +Build-Depends-Tools: debhelper (>> 4.0.0), dh-buildinfo, xmlto, xpdf-utils, openjade1.3 | openjade, jadetex, docbook-dsssl + +Package: opensp +Architecture: any +Depends: ${shlibs:Depends}, sgml-base +Suggests: doc-base, sgml-data +Description: OpenJade group's SGML parsing tools + This package is a collection of SGML/XML tools called OpenSP. + It is a fork from James Clark's SP suite. + . + These tools are used to parse, validate, and normalize SGML and XML + files. The central programs included in this package are 'onsgmls', + which replaces sgmls, 'ospam', 'ospent', 'osgmlnorm', and 'osx'. + +Package: libosp5 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: Runtime library for OpenJade group's SP suite + This is the SP suite's shared library runtime support. This C++ + library contains entity management functions, parsing functions, and + other functions useful for SGML/XML/DSSSL development. + . + This shared library is used by the opensp and openjade packages. + +Package: libosp-dev +Architecture: any +Section: libdevel +Depends: ${opensp:Version}, ${libosp:Version} +Recommends: c++-compiler +Description: OpenJade group's SP suite, developer support + This contains include files and the static library for libosp. + This C++ library contains entity management functions, parsing functions, + and other functions useful for SGML/XML/DSSSL development.