Change logs for xsd source package in Xenial

  • 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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  Wed, 19 Aug 2015 12:23:23 +0200