Bug#770823: unblock: litl/0.1.5+dfsg-2
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
unblock litl/0.1.5+dfsg-2
Hello,
I have uploaded litl to fix the grave bug #770782. Basically the
(attached) change removes a hardwired -march=armv7-a on arm ports.
Samuel
-- System Information:
Debian Release: jessie/sid
APT prefers stable
APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.17.0 (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/bash
--
Samuel
>Ever heard of .cshrc?
That's a city in Bosnia. Right?
(Discussion in comp.os.linux.misc on the intuitiveness of commands.)
diff -Nru litl-0.1.5+dfsg/debian/changelog litl-0.1.5+dfsg/debian/changelog
--- litl-0.1.5+dfsg/debian/changelog 2014-06-10 14:00:14.000000000 +0200
+++ litl-0.1.5+dfsg/debian/changelog 2014-11-24 13:14:41.000000000 +0100
@@ -1,3 +1,14 @@
+litl (0.1.5+dfsg-2) unstable; urgency=medium
+
+ [ Samuel Thibault ]
+ * Bump Standards-Version to 3.9.6 (no changes).
+
+ [ Peter Michael Green ]
+ * patches/dont-use-march-on-arm: Don't use -march=armv7-a, it's pointless on
+ Debian armhf and wrong on Debian armel and Raspbian (Closes: #770782).
+
+ -- Samuel Thibault <sthibault@debian.org> Fri, 19 Sep 2014 17:43:05 +0200
+
litl (0.1.5+dfsg-1) unstable; urgency=medium
* New upstream release.
diff -Nru litl-0.1.5+dfsg/debian/control litl-0.1.5+dfsg/debian/control
--- litl-0.1.5+dfsg/debian/control 2014-06-10 13:54:45.000000000 +0200
+++ litl-0.1.5+dfsg/debian/control 2014-09-19 17:43:03.000000000 +0200
@@ -5,7 +5,7 @@
Build-Depends-Indep: texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
texlive-fonts-recommended, latex-xcolor, pgf,
latexmk, doxygen
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Section: libs
Homepage: https://fusionforge.int-evry.fr/projects/litl/
Vcs-Git: git://git.debian.org/collab-maint/litl.git
diff -Nru litl-0.1.5+dfsg/debian/patches/dont-use-march-on-arm litl-0.1.5+dfsg/debian/patches/dont-use-march-on-arm
--- litl-0.1.5+dfsg/debian/patches/dont-use-march-on-arm 1970-01-01 01:00:00.000000000 +0100
+++ litl-0.1.5+dfsg/debian/patches/dont-use-march-on-arm 2014-11-24 13:06:30.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Don't use -march=armv7-a on arm
+ -march=armv7-a is pointless on debian armhf (the compiler already has it as
+ a built-in default) and wrong on debian armel and raspbian where it will
+ render the package unusable on the minimum hardware supported by those ports.
+
+--- litl-0.1.5+dfsg.orig/configure.ac
++++ litl-0.1.5+dfsg/configure.ac
+@@ -66,7 +66,7 @@ case "$host" in
+ arm*-*)
+ AC_MSG_WARN([ARCH: ARM])
+ arch_str="ARM"
+- CFLAGS="$CFLAGS -marm -march=armv7-a"
++ CFLAGS="$CFLAGS -marm"
+ ;;
+ *)
+ AC_MSG_WARN([unknown architecture: falling back to x86_64])
diff -Nru litl-0.1.5+dfsg/debian/patches/series litl-0.1.5+dfsg/debian/patches/series
--- litl-0.1.5+dfsg/debian/patches/series 2014-06-10 13:57:14.000000000 +0200
+++ litl-0.1.5+dfsg/debian/patches/series 2014-11-24 13:06:30.000000000 +0100
@@ -1 +1,2 @@
nested_function
+dont-use-march-on-arm
Reply to: