Source: getdp
Version: 2.4.2-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
User: sriva...@debian.org
Usertags: transition-make-4.0
Tags: patch

Hi,

your package no longer builds from source due to a bug in debian/rules
that gets triggered with make 4.

Fix below:

Index: debian/changelog
===================================================================
--- debian/changelog    (revision 46652)
+++ debian/changelog    (working copy)
@@ -1,8 +1,12 @@
 getdp (2.4.2-2) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * Team upload
   * debian/upstream: add reference
 
+  [ Julien Cristau ]
+  * Fix FTBFS with make 4.
+
  -- Andreas Tille <ti...@debian.org>  Tue, 14 Jan 2014 13:31:52 +0100
 
 getdp (2.4.2-1) unstable; urgency=low
Index: debian/rules
===================================================================
--- debian/rules        (revision 46652)
+++ debian/rules        (working copy)
@@ -16,8 +16,6 @@
 export PETSC_ARCH=linux-gnueabi-c-opt
 endif
 
-echo "PETSC_ARCH=" $PETSC_ARCH
-
 %:
        dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
 export OMPI_MCA_plm_rsh_agent=/bin/false                #workaround to start 
MPI-applications in chroot

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to