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 33 34 35
|
Source: sp-gxmlcpp
Section: libs
Priority: optional
Maintainer: Stephan Sürken <absurd@debian.org>
Build-Depends: debhelper (>> 4.0.0), autoconf, automake, libtool, libxml2-dev (>> 2.4.23 ), libxslt1-dev (>> 1.0.19), libcppunit-dev
Homepage: http://sourceforge.net/projects/sp-gxmlcpp/
Standards-Version: 3.9.2
XS-Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/sp-gxmlcpp/trunk
XS-Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/sp-gxmlcpp/trunk
Package: libsp-gxmlcpp-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libsp-gxmlcpp1 (= ${binary:Version}), libxml2-dev, libxslt1-dev
Description: S+P C++ wrapper for Gnome libxml2/libxslt
This is a wrapper to ease use of Gnome libxml2/libxslt with C++,
developed at Schlund+Partner, Germany.
.
It offers simple abstractions for trees (XMLTree), xsl
transformations (XSLTrans) and serialisation (XMLDump).
.
This package provides all files needed for development.
Package: libsp-gxmlcpp1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: S+P C++ wrapper for Gnome libxml2/libxslt
This is a wrapper to ease use of Gnome libxml2/libxslt with C++,
developed at Schlund+Partner, Germany.
.
It offers simple abstractions for trees (XMLTree), xsl transformations
(XSLTrans) and serialisation (XMLDump).
.
This package provides run time support.
|