[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#769676: marked as done (unblock: dateutils/0.3.1-1.1)



Your message dated Sun, 16 Nov 2014 10:13:36 +0100
with message-id <54686AC0.70600@thykier.net>
and subject line Re: Bug#769676: unblock: dateutils/0.3.1-1.1
has caused the Debian Bug report #769676,
regarding unblock: dateutils/0.3.1-1.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
769676: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769676
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@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+debian@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+debian@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

--- End Message ---
--- Begin Message ---
On 2014-11-15 16:00, bastien ROUCARIES wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package dateutils
> 
> It fix two RC bugs:
> 
> [...]
> unblock dateutils/0.3.1-1.1
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: