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 <[email protected]> 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 <[email protected]> -Uploaders: Roland Fehrenbacher <[email protected]>, - Andreas Tille <[email protected]>, +Uploaders: Roland Fehrenbacher <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
