From e97eef73e90994d2245ebf722ce8e27027bef410 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Jul 2014 09:18:25 +0200 Subject: Add Debian packaging files --- debian/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..949fcb7 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: xsd +Section: devel +Priority: optional +Maintainer: Boris Kolpackov +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.1 + +Package: xsd +Architecture: any +Depends: libc6 (>= 2.2.5) +Recommends: libxerces-c-dev (>= 3.0.0), libexpat1-dev (>= 1.95.8), g++ (>= 4.2.0) +Description: XML Schema to C++ data binding compiler + CodeSynthesis XSD is an XML Schema to C++ data binding compiler. + Provided with an XML instance specification (XML Schema), it + generates C++ classes that represent the given vocabulary as + well as parsing and serialization code. -- cgit v1.1