[med-svn] [Git][med-team/bart][master] 4 commits: Upload to unstable
Andreas Tille
gitlab at salsa.debian.org
Sat Jul 11 22:27:21 BST 2020
Andreas Tille pushed to branch master at Debian Med / bart
Commits:
1fac6933 by Andreas Tille at 2020-07-11T22:23:28+02:00
Upload to unstable
- - - - -
93fe929d by Andreas Tille at 2020-07-11T22:36:58+02:00
DEP5 syntax
- - - - -
511f05b8 by Andreas Tille at 2020-07-11T22:38:44+02:00
Use ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- - - - -
fdca821e by Andreas Tille at 2020-07-11T22:40:00+02:00
Add salsa-ci
- - - - -
4 changed files:
- debian/changelog
- debian/copyright
- debian/rules
- + debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,14 @@
-bart (0.6.00-1) UNRELEASED; urgency=medium
+bart (0.6.00-1) unstable; urgency=medium
+ [ Martin Uecker ]
* New upstream version.
* Add upstream metadata.
* Rules do not require root.
* Standards-Version: 4.5.0
+ [ Andreas Tille ]
+ * Add salsa-ci
+
-- Martin Uecker <martin.uecker at med.uni-goettingen.de> Sat, 11 Jul 2020 15:42:45 +0200
bart (0.5.00-1) unstable; urgency=medium
=====================================
debian/copyright
=====================================
@@ -2,6 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: BART
Upstream-Contact: Martin Uecker <martin.uecker at med.uni-goettingen.de>
Source: https://github.com/mrirecon/bart
+
Files: *
Copyright: 2013-2020 The Regents of the University of California
2015-2020 Martin Uecker
=====================================
debian/rules
=====================================
@@ -13,6 +13,8 @@ NOTEST_ARCHS=armel armhf i386 mips mips64el mipsel hurd-i386 kfreebsd-i386 m68k
dh $@
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifeq (,$(filter $(NOTEST_ARCHS), $(DEB_BUILD_ARCH)))
make utest
endif
+endif
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/58ee511e05bdbd66dc8930750ff5ade6e82ad356...fdca821ee20cc30bf1b15ece13a0c27eca5ac552
--
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/58ee511e05bdbd66dc8930750ff5ade6e82ad356...fdca821ee20cc30bf1b15ece13a0c27eca5ac552
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200711/1954fdae/attachment-0001.html>
More information about the debian-med-commit
mailing list