diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f70180f..83788eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ xsd (4.0.0-2) UNRELEASED; urgency=medium + 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). + - 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: @@ -15,6 +16,7 @@ xsd (4.0.0-2) UNRELEASED; urgency=medium - 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> Tue, 04 Aug 2015 12:37:51 +0200 diff --git a/debian/rules b/debian/rules index 73b274a..f5ca0cd 100755 --- a/debian/rules +++ b/debian/rules @@ -14,8 +14,6 @@ export DH_OPTIONS # Hardening # export DEB_BUILD_MAINT_OPTIONS = hardening=+all -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk # # Test for gcc-5 support |