Skip to content
Commits on Source (6)
imagevis3d (3.1.0-7) unstable; urgency=medium
* d/watch: Do not report alpha version
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Drop unneeded get-orig-source target
-- Andreas Tille <tille@debian.org> Tue, 09 Oct 2018 15:16:15 +0200
imagevis3d (3.1.0-6) unstable; urgency=medium
* Moved packaging from SVN to Git
......
......@@ -5,7 +5,7 @@ Section: science
Priority: optional
Build-Depends: bison,
cxxtest,
debhelper (>= 10),
debhelper (>= 11~),
flex,
libboost-serialization-dev,
libbz2-dev,
......@@ -21,9 +21,9 @@ Build-Depends: bison,
libz-dev,
lzma-dev,
qt4-qmake
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/imagevis3d.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/imagevis3d.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/imagevis3d
Vcs-Git: https://salsa.debian.org/med-team/imagevis3d.git
Homepage: http://www.imagevis3d.com
Package: imagevis3d
......
......@@ -4,7 +4,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --parallel
dh $@
override_dh_auto_configure:
dh_auto_configure -- QMAKE_CXXFLAGS="-fopenmp -DPACKAGE_MANAGER $(CXXFLAGS)" QMAKE_CFLAGS="-fopenmp $(CFLAGS)" QMAKE_LFLAGS="-fopenmp $(LDFLAGS)"
......@@ -28,6 +28,3 @@ override_dh_install:
override_dh_installman:
dh_installman doc/imagevis3d.1
dh_installman doc/uvfconvert.1
get-orig-source:
uscan --verbose --force-download --rename
version=4
# github does not lib submodule, you also need:
# https://github.com/SCIInstitute/Tuvok/archive/3.1.0.tar.gz
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/ImageVis3D-$1\.tar\.gz/ \
https://github.com/SCIInstitute/ImageVis3D/tags .*/v?(\d\S*)\.tar\.gz
https://github.com/SCIInstitute/ImageVis3D/releases .*/archive/v*(\d[.\d]+)@ARCHIVE_EXT@