Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
really fix install
· 0a4b3707
Martin Uecker
authored
Apr 28, 2018
0a4b3707
points vcs to salsa
· 303ae9a2
Martin Uecker
authored
Apr 28, 2018
303ae9a2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
303ae9a2
...
...
@@ -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
...
...
debian/control
View file @
303ae9a2
...
...
@@ -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
...
...
debian/patches/0001-makefile-change-for-compatibility-with-debian.patch
0 → 100644
View file @
303ae9a2
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)
debian/patches/000
1
-remove-empty-directory.patch
→
debian/patches/000
2
-remove-empty-directory.patch
View file @
303ae9a2
...
...
@@ -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
...
...
debian/patches/series
View file @
303ae9a2
0001-remove-empty-directory.patch
0001-makefile-change-for-compatibility-with-debian.patch
0002-remove-empty-directory.patch
debian/rules
View file @
303ae9a2
...
...
@@ -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
...
...