Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package dateutils It fix two RC bugs: dateutils (0.3.1-1.1) unstable; urgency=medium [ Bastien Roucariès ] * Non-maintainer upload * Bug fix: "please do not use -march=native", thanks to James Cowgill (Closes: #768995). * Bug fix: "Tests fails with LC_* = fr_FR.UTF-8", thanks to Michael Bonfils (Closes: #769669). diff -Nru dateutils-0.3.1/debian/changelog dateutils-0.3.1/debian/changelog --- dateutils-0.3.1/debian/changelog 2014-10-15 05:26:45.000000000 +0200 +++ dateutils-0.3.1/debian/changelog 2014-11-15 14:55:39.000000000 +0100 @@ -1,3 +1,14 @@ +dateutils (0.3.1-1.1) unstable; urgency=medium + + [ Bastien Roucariès ] + * Non-maintainer upload + * Bug fix: "please do not use -march=native", thanks to James Cowgill + (Closes: #768995). + * Bug fix: "Tests fails with LC_* = fr_FR.UTF-8", thanks to Michael + Bonfils (Closes: #769669). + + -- Bastien Roucariès <roucaries.bastien+deb...@gmail.com> Sat, 15 Nov 2014 14:55:09 +0100 + dateutils (0.3.1-1) unstable; urgency=medium * New upstream release diff -Nru dateutils-0.3.1/debian/patches/0001-do-not-use-march-native-compiler-flags.diff dateutils-0.3.1/debian/patches/0001-do-not-use-march-native-compiler-flags.diff --- dateutils-0.3.1/debian/patches/0001-do-not-use-march-native-compiler-flags.diff 1970-01-01 01:00:00.000000000 +0100 +++ dateutils-0.3.1/debian/patches/0001-do-not-use-march-native-compiler-flags.diff 2014-11-15 13:10:14.000000000 +0100 @@ -0,0 +1,29 @@ +Subject: Do not use march=native that lead to segv +author: Bastien ROUCARIÈS <roucariès.bastien+deb...@gmail.com> + +bug-debian: https://bugs.debian.org/768995 +forwarded: not-needed +Index: dateutils-0.3.1/m4/sxe-compiler.m4 +=================================================================== +--- dateutils-0.3.1.orig/m4/sxe-compiler.m4 ++++ dateutils-0.3.1/m4/sxe-compiler.m4 +@@ -383,12 +383,13 @@ AC_DEFUN([SXE_OPTIFLAGS], [dnl + ## don't bother + ;; + (*) +- SXE_CHECK_COMPILER_FLAG([-xHost], [ +- optiflags="${optiflags} -xHost"], [ +- ## non-icc +- SXE_CHECK_COMPILER_FLAG([-mtune=native -march=native], [ +- optiflags="${optiflags} -mtune=native -march=native"]) +- ]) ++ # do not mtune ++ #SXE_CHECK_COMPILER_FLAG([-xHost], [ ++ # optiflags="${optiflags} -xHost"], [ ++ # ## non-icc ++ # SXE_CHECK_COMPILER_FLAG([-mtune=native -march=native], [ ++ # optiflags="${optiflags} -mtune=native -march=native"]) ++ #]) + ;; + esac + ])dnl SXE_OPTIFLAGS diff -Nru dateutils-0.3.1/debian/patches/series dateutils-0.3.1/debian/patches/series --- dateutils-0.3.1/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ dateutils-0.3.1/debian/patches/series 2014-11-15 13:06:18.000000000 +0100 @@ -0,0 +1 @@ +0001-do-not-use-march-native-compiler-flags.diff diff -Nru dateutils-0.3.1/debian/rules dateutils-0.3.1/debian/rules --- dateutils-0.3.1/debian/rules 2014-10-15 05:47:05.000000000 +0200 +++ dateutils-0.3.1/debian/rules 2014-11-15 14:13:22.000000000 +0100 @@ -15,6 +15,9 @@ override_dh_auto_configure: dh_auto_configure -- --program-prefix='dateutils.' +override_dh_auto_test: + LC_ALL=C dh_auto_test + override_dh_auto_clean: [ -f Makefile ] && dh_auto_clean || true rm -f info/dadd.manu info/dconv.man info/ddiff.mand info/dgrep.man \ unblock dateutils/0.3.1-1.1 -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (900, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-2-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20141115150027.25003.75084.report...@bastien-debian.roucaries.org