[med-svn] [Git][med-team/relion][debian-contrib/master] 3 commits: Drop myself from Uploaders, Add missing Build-Depends: fluid
Andreas Tille
gitlab at salsa.debian.org
Sat Dec 5 12:31:57 GMT 2020
Andreas Tille pushed to branch debian-contrib/master at Debian Med / relion
Commits:
87baa05e by Andreas Tille at 2020-12-05T11:38:19+01:00
Drop myself from Uploaders, Add missing Build-Depends: fluid
- - - - -
7c7758a9 by Andreas Tille at 2020-12-05T11:56:16+01:00
Do not set explicitly old compiler version
- - - - -
ea3e1867 by Andreas Tille at 2020-12-05T12:29:37+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+relion-cuda (3.1.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Drop myself from Uploaders
+ * Add missing Build-Depends: fluid
+ Closes: #973776
+ * Do not set explicitly old compiler version
+
+ -- Andreas Tille <tille at debian.org> Sat, 05 Dec 2020 11:56:22 +0100
+
relion-cuda (3.1.0-1) unstable; urgency=medium
* Initial upload of this cuda enabled relion version
=====================================
debian/control
=====================================
@@ -1,7 +1,6 @@
Source: relion-cuda
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Roland Fehrenbacher <rfehren at debian.org>,
- Andreas Tille <tille at debian.org>,
+Uploaders: Roland Fehrenbacher <rfehren at debian.org>
Section: contrib/science
Priority: optional
Build-Depends: cmake,
@@ -11,6 +10,7 @@ Build-Depends: cmake,
libopenmpi-dev,
libtiff-dev,
nvidia-cuda-toolkit,
+ fluid
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/relion
Vcs-Git: https://salsa.debian.org/med-team/relion.git
=====================================
debian/rules
=====================================
@@ -34,7 +34,7 @@ override_dh_auto_configure:
override_dh_auto_build:
mkdir $(CURDIR)/build
cd $(CURDIR)/build; \
- CC=gcc-8 CXX=g++-8 $(CONFIGURE_COMMON) -DGUI=ON -DCUDA=ON $(CURDIR); \
+ $(CONFIGURE_COMMON) -DGUI=ON -DCUDA=ON $(CURDIR); \
make $(MAKE_-J); DESTDIR=$(CURDIR)/debian/tmp/cli make install
mkdir -p $(CURDIR)/debian/tmp/gui/usr/bin
rm $(CURDIR)/debian/tmp/cli/usr/bin/*.csh # Useless ...
View it on GitLab: https://salsa.debian.org/med-team/relion/-/compare/ca29036c92f37cc088a1b4eaaf2d4274190bcfb7...ea3e18678b2d628ac91a4e49c61eeebe2de67487
--
View it on GitLab: https://salsa.debian.org/med-team/relion/-/compare/ca29036c92f37cc088a1b4eaaf2d4274190bcfb7...ea3e18678b2d628ac91a4e49c61eeebe2de67487
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/20201205/59d8d5be/attachment-0001.html>
More information about the debian-med-commit
mailing list