Skip to content
Commits on Source (2)
......@@ -5,6 +5,7 @@ bart (0.4.03-1) UNRELEASED; urgency=medium
* Fix install.
* Standards-Version: 4.1.4
* Secure url for copyright format.
* Make vcs links point to salsa.
-- Martin Uecker <martin.uecker@med.uni-goettingen.de> Fri, 27 Apr 2018 21:34:11 +0200
......
......@@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 10),
libpng-dev,
liblapacke-dev
Standards-Version: 4.1.4
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/bart.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/bart.git
Vcs-Browser: https://salsa.debian.org/med-team/bart.git
Vcs-Git: https://salsa.debian.org/med-team/bart.git
Homepage: https://mrirecon.github.io/bart/
Package: bart
......
From: Martin Uecker <martin.uecker@med.uni-goettingen.de>
Date: Sat, 28 Apr 2018 21:28:14 +0200
Subject: makefile change for compatibility with debian
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index bccc92c..1fe5931 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ FFTWTHREADS?=1
ISMRMRD?=0
DESTDIR ?= /
-PREFIX ?= usr/local/
+PREFIX ?= usr/
BUILDTYPE = Linux
UNAME = $(shell uname -s)
......@@ -7,7 +7,7 @@ Subject: remove empty directory
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index bccc92c..eeceb3d 100644
index 1fe5931..33e573e 100644
--- a/Makefile
+++ b/Makefile
@@ -495,7 +495,6 @@ install: bart $(root)/doc/commands.txt
......
0001-remove-empty-directory.patch
0001-makefile-change-for-compatibility-with-debian.patch
0002-remove-empty-directory.patch
......@@ -12,9 +12,6 @@ NOTEST_ARCHS=i386 mips mipsel hurd-i386 kfreebsd-i386 m68k sh4
%:
dh $@
override_dh_install:
PREFIX=$(shell pwd)/debian/$(NAME) make install
override_dh_auto_test:
ifeq (,$(filter $(NOTEST_ARCHS), $(DEB_BUILD_ARCH)))
make utest
......