diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/changelog.bak | 279 | ||||
| -rw-r--r-- | debian/patches/0115-lintian-typos.patch | 31 | ||||
| -rw-r--r-- | debian/patches/series | 1 | 
4 files changed, 315 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 4c34b8f..cdfc3d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ xsd (4.0.0-7) UNRELEASED; urgency=medium      - debian/copyright.    * New README.source to explain the branching model used.    * debian/changelog: -    - Remove trailing whitespace. +    - Remove trailing white spaces.    * debian/control:      - Replace Priority extra with optional.    * debian/watch: @@ -17,8 +17,9 @@ xsd (4.0.0-7) UNRELEASED; urgency=medium    * Migrate to debhelper 10:      - Change debian/compat to 10.      - Bump minimum debhelper version in debian/control to >= 10. -    - Remove autotools-dev from Build-Depends. -    - Remove now useless autotools-dev and parallel from debian/rules. +    - 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>  Wed, 08 Nov 2017 19:25:38 +0100 diff --git a/debian/changelog.bak b/debian/changelog.bak new file mode 100644 index 0000000..154403a --- /dev/null +++ b/debian/changelog.bak @@ -0,0 +1,279 @@ +xsd (4.0.0-7) UNRELEASED; 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 whitespaces. +  * 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>  Wed, 08 Nov 2017 19:25:38 +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 + diff --git a/debian/patches/0115-lintian-typos.patch b/debian/patches/0115-lintian-typos.patch new file mode 100644 index 0000000..d40e529 --- /dev/null +++ b/debian/patches/0115-lintian-typos.patch @@ -0,0 +1,31 @@ +Description: Correct some typos +Author: Jörg Frings-Fürst <debian@jff.email> +Last-Update: 2017-11-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/xsd/xsd/cxx/tree/tree-header.cxx +=================================================================== +--- trunk.orig/xsd/xsd/cxx/tree/tree-header.cxx ++++ trunk/xsd/xsd/cxx/tree/tree-header.cxx +@@ -972,7 +972,7 @@ namespace CXX +                  << " * @brief Assign the underlying enum value." << endl +                  << " *" << endl +                  << " * @param v A enum value." << endl +-                 << " * @return A refernce to the instance." << endl ++                 << " * @return A reference to the instance." << endl +                  << " */" << endl; +             } +  +Index: trunk/xsd/xsd/processing/inheritance/processor.cxx +=================================================================== +--- trunk.orig/xsd/xsd/processing/inheritance/processor.cxx ++++ trunk/xsd/xsd/processing/inheritance/processor.cxx +@@ -290,7 +290,7 @@ namespace Processing +                 wcerr << t.file () << ":" << t.line () << ":" << t.column () +                       << " error: nested anonymous type in '" << t.name () +                       << "' or '" << type.name () << "' inherits from one of " +-                      << "these types and makes them mutually dependant" ++                      << "these types and makes them mutually dependent" +                       << endl; +  +                 wcerr << t.file () << ":" << t.line () << ":" << t.column () diff --git a/debian/patches/series b/debian/patches/series index 28fbf6b..9836207 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@  0700_hurd_PATH_MAX.patch  0105-Fix_path_handling_bug.patch  0110-xerces-c3.2.patch +0115-lintian-typos.patch  | 
