Bug#747109: getdp: FTBFS with make 4

Julien Cristau jcristau at debian.org
Mon May 5 16:47:08 UTC 2014


Source: getdp
Version: 2.4.2-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
User: srivasta at 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 <tille at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20140505/264852d1/attachment.sig>


More information about the debian-science-maintainers mailing list