xsd 4.0.0-9 source package in Ubuntu

Changelog

xsd (4.0.0-9) unstable; urgency=medium

  * Migrate to debhelper 13:
    - Bump minimum debhelper-compat version in debian/control to = 13.
  * Fix FTCBFS: Use dpkg's buildtools.mk to export tools for make
    install. (Closes: #955728). Thanks to Helmut Grohne <email address hidden>.
  * Declare compliance with Debian Policy 4.6.0.0 (No changes needed).
  * Use jdupes to change duplicate files into symlinks:
    - debian/rules: Add override_dh_link.
    - debian/control: Add Build-Depend jdupes.
    - debian/xsdcxx.lintian-overrides: Remove duplicate-files.
  * Switch to debhelper-compat:
    - debian/control: Replace debhelper with debhelper-compat.
    - Remove debian/compat.
  * debian/control:
    - Switch Vcs-* to new location.
    - Add Rules-Requires-Root: no.
  * debian/copyright:
    - Add year 2020 to debian/*.
    - Use secure URI.
    - Change Source to directory listing.
    - Add paragraph for FLOSS.
    - Fix lintian *-globbing-patterns errors.
  * debian/changelog:
    - Remove EOL before EOF.
  * Add -std=gnu++11 to CXXFLAGS to fix FTBFS with GCC-11 (Closes: #984405).

 -- Jörg Frings-Fürst <email address hidden>  Sat, 21 Aug 2021 23:43:37 +0200

Upload details

Uploaded by:
Jörg Frings-Fürst
Uploaded to:
Sid
Original maintainer:
Jörg Frings-Fürst
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel

Downloads

File Size SHA-256 Checksum
xsd_4.0.0-9.dsc 1.8 KiB e38dde8566362d77333b98805980814d609941755748b6f86b4e86a132f8255e
xsd_4.0.0.orig.tar.bz2 1.6 MiB eca52a9c8f52cdbe2ae4e364e4a909503493a0d51ea388fc6c9734565a859817
xsd_4.0.0-9.debian.tar.xz 11.8 KiB 3bd5c367c55dfe5defec9eb81f284d4e53dff917356221c813ce3c58088d0d28

Available diffs

No changes file available.

Binary packages built by this source

xsdcxx: 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.

xsdcxx-dbgsym: debug symbols for xsdcxx