xsd (4.0.0-9build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <wgrant@ubuntu.com>  Mon, 01 Apr 2024 19:41:21 +1100

xsd (4.0.0-9build1) noble; urgency=medium

  * No-change rebuild against libxerces-c3.2t64

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 17 Mar 2024 07:52:02 +0000

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 <helmut@subdivi.de>.
  * 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 <debian@jff.email>  Sat, 21 Aug 2021 23:43:37 +0200

xsd (4.0.0-8.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Apply patch from upstream to fix build with gcc 10. (Closes: #957999)

 -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 06 Oct 2020 14:03:20 +1300

xsd (4.0.0-8) unstable; urgency=medium

  * Team upload.
  * Moved packaging to Salsa (after several pings via e-mail)
  * cme fix dpkg-control
  * Secure URI in watch file
  * debian/rules:
     - Remove useless dh-make boilerplate
     - drop in debhelper 9 unneeded autotools-dev

 -- Andreas Tille <tille@debian.org>  Sat, 05 May 2018 19:42:32 +0200

xsd (4.0.0-7) unstable; urgency=medium

  * New debian/patches/0110-xerces-c3.2.patch (Closes: #881108):
    - Remove tests for character reference values unsupported by Xerces-C++ 3.2.
      Thanks to Boris Kolpackov <boris@codesynthesis.com>.
  * Change to my new email-address:
    - debian/control,
    - debian/copyright.
  * New README.source to explain the branching model used.
  * debian/changelog:
    - Remove trailing white spaces.
  * debian/control:
    - Replace Priority extra with optional.
  * debian/watch:
    - Switch to secure URI.
  * Declare compliance with Debian Policy 4.1.1. (No changes needed).
  * Migrate to debhelper 10:
    - Change debian/compat to 10.
    - Bump minimum debhelper version in debian/control to >= 10.
    - Drop autotools-dev from Build-Depends.
    - Remove autotools-dev and parallel from dh command line as both are
      enabled by default for dh compat level 10.

 -- Jörg Frings-Fürst <debian@jff.email>  Sun, 12 Nov 2017 14:36:31 +0100

xsd (4.0.0-6) unstable; urgency=medium

  * Fix parallel building (Closes: #823271).
    Thanks to Pino Toscano <pino@debian.org>
  * debian/control:
    - Bump Standards-Version to 3.9.8 (no changes required).
    - Use http URI for the homepage.
  * debian/copyright:
    - Move the license text in alphabetical order to the end.
    - Remove trailing whitespaces.
  * New upstream patch: 0105-Fix_path_handling_bug.patch.

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 11 Sep 2016 04:49:55 +0200

xsd (4.0.0-5) unstable; urgency=medium

  * debian/patches/0100-C++Parser_Expat_support.patch:
    - Add upstream commit (LP: #1560565).
  * debian/control:
    - Bump Standards-Version to 3.9.7 (no changes required).
    - Use secure URI's.

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 10 Apr 2016 03:37:25 +0200

xsd (4.0.0-4) unstable; urgency=medium

  * debian/rules:
    - Add test if NO_CPUS == 0 to prevent build errors
      on some architetures.
    - Use nproc from coreutils to get the number of processors.

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 07 Feb 2016 19:02:02 +0100

xsd (4.0.0-3) unstable; urgency=low

  * debian/copyright:
    - Add year 2016 to debian/*.
  * debian/watch:
    - Set version=4 (no changes required).
  * New debian/patches/0700_hurd_PATH_MAX.patch:
    - Add PATH_MAX for hurd (Closes: #784425).
  * debian/control:
    - Remove trailing whitespaces.
    - Change VCS-Browser to cgit.
  * debian/xsdcxx.lintian-overrides:
    - Add override for hardening-no-fortify-functions.
  * debian/rules:
    - Remove comments "Test for gcc-5 support".

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 17 Jan 2016 13:54:03 +0100

xsd (4.0.0-2) unstable; urgency=medium

  * debian/rules:
    - Add "make xsd_clean_gen=n clean" to override_dh_clean to
      build the cli at build time (Closes: #794440).
    - Reduce buildtime (Closes: #795545):
      + Add overrides for dh_auto_build and dh_auto_test to change
        the make parameter -j to the current number of CPUs.
      + Add --parallel to dh call.
    - Add "export verbose=1" to increase the verbosity (Closes: #795547).
    - Remove useless hardening lines.
  * debian/control:
    - Bump Standards-Version to 3.9.6 (no changes required).
  * debian/copyright:
    - Add year 2015 to debian/*.
    - Change directory from xsd/documentation to xsd/doc.
    - Refresh file list.
  * Remove useless debian/source/options.
  * Upload to rebuild for the GCC5 transition (Closes: #793289).

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Wed, 19 Aug 2015 12:23:23 +0200

xsd (4.0.0-1) unstable; urgency=medium

  * New upstream release:
    - Remove debian/patch/0002-bigendian.patch.
    - Remove directory debian/bigendian.
    - Refresh patches.
  * debian/watch
    - Change regex to find all releases.
  * rewrite debian/rules.
  * debian/control:
    - Build-Depends:
      + Remove obsolete hardenning-wrapper.
  * Add debian/patches/0100-C++Parser_Expat_support.patch
    - Fix bug in C++/Parser Expat support.

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Mon, 21 Jul 2014 22:19:27 +0200

xsd (3.3.0.2-3) unstable; urgency=medium

  * debian/rules
    - add --with autotools-dev
      to prevent build errors on ppc64el & arm64
      thanks to Dimitri John Ledkov
    - add ubuntu apport hook
    - change hardening to debhelper >= 9
  * debian/source
    - add options
      compression xz
  * debian/ubuntu
    -add apport-hook.py

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sat, 24 May 2014 19:12:08 +0200

xsd (3.3.0.2-2) unstable; urgency=medium

  * add patch to prevent builderrors on big-endian systems
    - new patch 0002-bigendian.patch
    - based on patches for bug #604256
  * debian/rules
    - use debhelper vars
    - replacement of 2 test.std files
  * debian/control
    - add dpkg-dev (>= 1.15.4) to Build-Depends

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 18 May 2014 12:24:50 +0200

xsd (3.3.0.2-1) unstable; urgency=low

  * rewrite debian/copyright
  * replace old tarball-in-tarball to the Upstream-tarball
  * remove
    - patches included in tarball
    - debian/README.source
  * add hardenning-wrapper to Build-Depends
  * rewrite debian/rules
  * rename debian/patches/xsd_xsdcxx-rename.patch to
      0001-xsd_xsdcxx-rename.patch
  * add file xsdcxx.lintian-overrides
    - duplicate-files
  * change debian/compat to 9
  * change Standards-Version to 3.9.5
  * change debhelper to >= 9
  * add debian/doc-base
  * move Homepage to debian/control source section
  * rename xsdcxx.watch to watch
  * change to upstream 3.3.0.2
  * New Maintainer (Closes: #741475)

 -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sun, 20 Apr 2014 16:26:04 +0200

xsd (3.3.0.1-1.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Stop trying to apply binary git diffs with quilt (closes: #711950).

 -- Julien Cristau <jcristau@debian.org>  Sun, 01 Dec 2013 14:09:10 +0100

xsd (3.3.0.1-1.3) unstable; urgency=low

  * Non maintainer upload
  * Fix build failure with GCC 4.7.

 -- Matthias Klose <doko@debian.org>  Tue, 22 May 2012 16:38:15 +0000

xsd (3.3.0.1-1.2) unstable; urgency=medium

  * Non-maintainer upload.

  [  Konstantinos Margaritis ]
  * debian/patches/boost1.46.patch:
    - Fix FTBFS against boost1.46 (Closes: #624942).

 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 23 Aug 2011 22:06:28 +0200

xsd (3.3.0.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix build fail on Renesas sh4 (Closes: #606057).
    Update debian/rules.
    When architecture of host is sh4, CXXFLAGS was added -mieee option.

 -- Nobuhiro Iwamatsu <iwamatsu@nigauri.org>  Fri, 11 Mar 2011 09:45:12 +0900

xsd (3.3.0.1-1) unstable; urgency=low

  * Use ASCII encoding instead of UCS-4LE to work around Xerces-C++ bug.
    Closes: #604256

 -- Raphael Bossek <bossekr@debian.org>  Mon, 22 Nov 2010 21:57:58 +0100

xsd (3.3.0-2) unstable; urgency=low

  * Added autotools-dev build dependency. Closes: #604086

 -- Raphael Bossek <bossekr@debian.org>  Sat, 20 Nov 2010 22:28:47 +0100

xsd (3.3.0-1) unstable; urgency=low

  * New upstream release. Closes: #556724
  * Update Automake files at build time. Closes: #536423

 -- Raphael Bossek <bossekr@debian.org>  Thu, 18 Nov 2010 21:27:00 +0100

xsd (3.2.0.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with new boost (>= 1.37.0) by using the “-mt” suffix for
    boost libraries since starting with this version, only this variant
    is available (Closes: #530484):
     + debian/patches: Add xsd_fix-boost-ftbfs.patch
     + debian/rules: Apply that patch.
  * Set urgency to “medium” since this bug affects testing too.

 -- Cyril Brulebois <kibi@debian.org>  Sat, 18 Jul 2009 10:51:36 +0200

xsd (3.2.0.1-1) unstable; urgency=low

  * New upstream version. This version depends on Xerces-C 3.0.0 which
    is in experimental right now. (Closes: #505837)

 -- Raphael Bossek <bossekr@debian.org>  Sat, 06 Dec 2008 13:44:38 +0100

xsd (3.1.0.1-2) unstable; urgency=low

  * Added build dependency on libboost-date-time-dev.

 -- Raphael Bossek <bossekr@debian.org>  Wed, 18 Jun 2008 06:57:20 +0200

xsd (3.1.0.1-1) unstable; urgency=low

  * Update libcult to 1.4.1 to support GCC 4.3 (build errors).
  * Added m4 as build dependency.
  * Added README.source to confirm with standards version 3.8.0.

 -- Raphael Bossek <bossekr@debian.org>  Tue, 17 Jun 2008 07:04:15 +0200

xsd (3.1.0-4) unstable; urgency=low

  * Try to suppress compilation errors by disable not obsolate implementation
    (as mentioned in error report #482569) (Closes: #485843)

 -- Raphael Bossek <bossekr@debian.org>  Sun, 15 Jun 2008 21:46:20 +0200

xsd (3.1.0-3) unstable; urgency=low

  * Removed old build dependency on libxerces25-dev. (Closes: #483965)

 -- Raphael Bossek <bossekr@debian.org>  Mon, 02 Jun 2008 21:00:43 +0200

xsd (3.1.0-2) unstable; urgency=low

  * Fixed bulid problem. (Closes: #482569)

 -- Raphael Bossek <bossekr@debian.org>  Mon, 26 May 2008 12:14:37 +0200

xsd (3.1.0-1) unstable; urgency=low

  * Initial release (Closes: #479523)

 -- Raphael Bossek <bossekr@debian.org>  Sat, 16 Feb 2008 19:26:38 +0100
