Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package starpu-contrib

It fixes important Bug#680898: “build-depends on gcc-4.5/g++-4.6;
build-conflicts against obsolete gcc version on x86” by simply using gcc
4.4 instead, see attached changes.

unblock starpu-contrib/1.0.1-3

Thanks,
Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.0.4 (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 Thibault <samuel.thiba...@fnac.net>
<y> t1 faich
<y> les programmes ils segfaultent jamais quand on veut
 -+- #ens-mim en plein débogage -+-
Index: control
===================================================================
--- control     (révision 6670)
+++ control     (copie de travail)
@@ -17,7 +17,7 @@
        qt4-qmake, libqt4-dev, libqt4-opengl-dev, libqwt5-qt4-dev,
        hardening-wrapper,
        gcc-4.6, g++-4.6, gcc-4.6-plugin-dev,
-#      gcc-4.5, g++-4.5,
+#      gcc-4.4, g++-4.4,
        help2man,
 #      nvidia-cuda-toolkit,
 #      libcuda1,
Index: changelog
===================================================================
--- changelog   (révision 6692)
+++ changelog   (copie de travail)
@@ -1,3 +1,10 @@
+starpu (1.0.1-3) unstable; urgency=low
+
+  * control, rules: Use gcc-4.4 instead of gcc-4.5 for starpu
+    (Closes: Bug#680898).
+
+ -- Samuel Thibault <sthiba...@debian.org>  Mon, 30 Jul 2012 09:40:40 +0200
+
 starpu (1.0.1-2) unstable; urgency=low
 
   * control: Really use relaxed gcc-4.6 version test, not just exactly the
Index: rules
===================================================================
--- rules       (révision 6692)
+++ rules       (copie de travail)
@@ -11,7 +11,7 @@
 CC=gcc-$(GCC_VERSION)
 else
 # nvcc chokes on gcc-4.6's __float128
-CC=gcc-4.5
+CC=gcc-4.4
 endif
 export CC
 V=1
@@ -61,7 +61,7 @@
        sed -i 's/^Architecture: amd64 i386/Architecture: any/' debian/control
        sed -i 's/#     gcc-4.6, g++-4.6, gcc-4.6-plugin-dev,/  gcc-4.6, 
g++-4.6, gcc-4.6-plugin-dev,/' debian/control
        sed -i 's/#     hardening-wrapper,/     hardening-wrapper,/' 
debian/control
-       sed -i 's/^     gcc-4.5, g++-4.5,/#     gcc-4.5, g++-4.5,/' 
debian/control
+       sed -i 's/^     gcc-4.4, g++-4.4,/#     gcc-4.4, g++-4.4,/' 
debian/control
        sed -i 's/^     nvidia-cuda-toolkit,/#  nvidia-cuda-toolkit,/' 
debian/control
        sed -i 's/^     libcuda1,/#     libcuda1,/' debian/control
        sed -i 's/^Build-Conflicts: gcc-4.6, g++-4.6, 
hardening-wrapper/#Build-Conflicts: gcc-4.6, g++-4.6, hardening-wrapper/' 
debian/control
@@ -83,7 +83,7 @@
        sed -i 's/^#Provides:/Provides:/' debian/control
        sed -i 's/^     gcc-4.6, g++-4.6, gcc-4.6-plugin-dev,/# gcc-4.6, 
g++-4.6, gcc-4.6-plugin-dev,/' debian/control
        sed -i 's/^     hardening-wrapper,/#    hardening-wrapper,/' 
debian/control
-       sed -i 's/#     gcc-4.5, g++-4.5,/      gcc-4.5, g++-4.5,/' 
debian/control
+       sed -i 's/#     gcc-4.4, g++-4.4,/      gcc-4.4, g++-4.4,/' 
debian/control
        sed -i 's/#     nvidia-cuda-toolkit,/   nvidia-cuda-toolkit,/' 
debian/control
        sed -i 's/#     libcuda1,/      libcuda1,/' debian/control
        sed -i 's/#Build-Conflicts: gcc-4.6, g++-4.6, 
hardening-wrapper/Build-Conflicts: gcc-4.6, g++-4.6, hardening-wrapper/' 
debian/control

Reply via email to