diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/debian/control b/debian/control index ca69cce..cb772d4 100644 --- a/debian/control +++ b/debian/control @@ -2,19 +2,19 @@ Source: xsd Section: devel Priority: extra Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> -Build-Depends: +Build-Depends: autotools-dev, debhelper (>= 9), dpkg-dev (>= 1.15.4), - libboost-date-time-dev, - libboost-filesystem-dev, - libboost-regex-dev, - libxerces-c-dev (>= 3), + libboost-date-time-dev, + libboost-filesystem-dev, + libboost-regex-dev, + libxerces-c-dev (>= 3), m4 Standards-Version: 3.9.6 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 +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/xsd.git Package: xsdcxx Architecture: any @@ -27,6 +27,3 @@ Description: XML Data Binding for C++ 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. - - - |