diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-07-18 09:18:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-07-18 09:18:25 +0200 |
commit | e97eef73e90994d2245ebf722ce8e27027bef410 (patch) | |
tree | f526a8e980f58a3f8ce0b7b1358a79860de5b51e /debian/control | |
parent | c832963ebe7939393f1108d31aa569723190177c (diff) |
Add Debian packaging files
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
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 <boris@codesynthesis.com> +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. |