diff options
-rw-r--r-- | debian/changelog | 22 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 11 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog index af063fe..654ac41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,20 +1,10 @@ -xsd (4.0.0-10) UNRELEASED; urgency=medium - - * Add -std=gnu++11 to CXXFLAGS fix fix FTBFS with GCC-11 (Closes: #984405). - * Fix FTCBFS: Use dpkg's buildtools.mk to export tools for make - install. (Closes: #955728). Thanks to Helmut Grohne <helmut@subdivi.de>. - - -- Jörg Frings-Fürst <debian@jff.email> Sat, 21 Aug 2021 20:19:15 +0200 - xsd (4.0.0-9) unstable; urgency=medium - * Fix FTBFS with gcc-10 (Closes: #957999): - - New debian/patches/0120-g++10.patch. * 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.5.0 (No changes needed). + * 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. @@ -33,8 +23,16 @@ xsd (4.0.0-9) unstable; urgency=medium - 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) - -- Jörg Frings-Fürst <debian@jff.email> Thu, 10 Sep 2020 22:18:44 +0200 + -- Michael Hudson-Doyle <mwhudson@debian.org> Tue, 06 Oct 2020 14:03:20 +1300 xsd (4.0.0-8) unstable; urgency=medium diff --git a/debian/control b/debian/control index af2f164..91e94ec 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: libboost-regex-dev, libxerces-c-dev (>= 3), m4 -Standards-Version: 4.5.0 +Standards-Version: 4.6.0.0 Homepage: http://codesynthesis.com Vcs-Git: git://jff.email/opt/git/xsd.git Vcs-Browser: https://jff.email/cgit/xsd.git/ |