summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-05-18 12:24:50 +0200
committerJörg Frings-Fürst <jff@merkur>2014-05-18 16:08:18 +0200
commit648b44a74a0150665e1cb47baaf52b5c2e87d4bc (patch)
tree4fe6a8f1dfeaa26ff6427d776bed43c9296fdfa4 /debian/control
parenta15cf65c44d5c224169c32ef5495b68c758134b7 (diff)
Imported Debian patch 3.3.0.2-2debian/3.3.0.2-2
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..355646c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: xsd
+Section: devel
+Priority: extra
+Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Build-Depends:
+ autotools-dev,
+ debhelper (>= 9),
+ dpkg-dev (>= 1.15.4),
+ hardening-wrapper,
+ libboost-date-time-dev,
+ libboost-filesystem-dev,
+ libboost-regex-dev,
+ libxerces-c-dev (>= 3.0.0),
+ m4
+Standards-Version: 3.9.5
+Homepage: http://codesynthesis.com
+Vcs-Git: git://anonscm.debian.org/collab-maint/xsd.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/xsd.git
+
+Package: xsdcxx
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: XML Data Binding for C++
+ CodeSynthesis XSD is an open-source, cross-platform W3C 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.
+ You can then access the data stored in XML using types and functions
+ that semantically correspond to your application domain rather than
+ dealing with intricacies of reading and writing XML.
+
+
+