Andreas Tille pushed to branch master at Debian Med / bart-view
Commits: 28950cc7 by Andreas Tille at 2018-02-17T20:52:28+01:00 cme fix dpkg-control - - - - - 977f7ddc by Andreas Tille at 2018-02-17T20:57:56+01:00 For the moment we should probably use Salsa URLs since adding AliothRewrite rules for packages that did never exist on Alioth is cheating. Hope this will be clarified once the final migration is settled. - - - - - 9294839c by Andreas Tille at 2018-02-17T21:19:29+01:00 Add missing watch file - - - - - 36fa2bf5 by Andreas Tille at 2018-02-17T21:23:11+01:00 Cleanup changelog - initial uploads should only have a single entry - - - - - b874344b by Andreas Tille at 2018-02-17T21:52:02+01:00 Try hardening. This has no effect - but it does not harm to try. - - - - - 22953226 by Andreas Tille at 2018-02-17T21:52:22+01:00 Upload to new - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - + debian/watch Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,5 @@ -bart-view (0.1.00-1) UNRELEASED; urgency=medium - - * New upstream release. - - -- Martin Uecker <[email protected]> Sat, 17 Feb 2018 17:09:09 +0100 - -bart-view (0.0.01-1) UNRELEASED; urgency=medium +bart-view (0.1.00-1) unstable; urgency=medium * Initial release. (Closes: #851431) - -- Martin Uecker <[email protected]> Sat, 14 Jan 2017 21:42:23 +0100 + -- Martin Uecker <[email protected]> Sat, 17 Feb 2018 17:09:09 +0100 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,15 +3,19 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Martin Uecker <[email protected]> Section: science Priority: optional +Build-Depends: debhelper (>= 10), + libbart-dev, + libgtk-3-dev Standards-Version: 4.1.3 -Build-Depends: debhelper (>= 10), libbart-dev, libgtk-3-dev -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/bart-view.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/bart-view.git +Vcs-Browser: https://salsa.debian.org/med-team/bart-view.git +Vcs-Git: https://salsa.debian.org/med-team/bart-view.git Homepage: https://github.com/mrirecon/view/ Package: bart-view Architecture: any -Depends: bart, ${shlibs:Depends}, ${misc:Depends} +Depends: bart, + ${shlibs:Depends}, + ${misc:Depends} Description: viewer for multi-dimensional complex-valued data The Berkeley Advanced Reconstruction Toolbox (BART) is a free and open-source image-reconstruction framework for Computational Magnetic ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ ===================================== debian/watch ===================================== --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 + +https://github.com/mrirecon/view/releases .*/archive/v@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/bart-view/compare/7337142c0a0fb6b792305cebba8ecb3e36f155f5...22953226e22a6e95601cd9368d051ca69d45e96f --- View it on GitLab: https://salsa.debian.org/med-team/bart-view/compare/7337142c0a0fb6b792305cebba8ecb3e36f155f5...22953226e22a6e95601cd9368d051ca69d45e96f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
