[med-svn] [Git][med-team/imagevis3d][master] 6 commits: Do not report alpha version
Andreas Tille
gitlab at salsa.debian.org
Tue Oct 9 15:01:43 BST 2018
Andreas Tille pushed to branch master at Debian Med / imagevis3d
Commits:
1cc8316d by Andreas Tille at 2018-10-09T13:05:14Z
Do not report alpha version
- - - - -
40c33619 by Andreas Tille at 2018-10-09T13:05:28Z
debhelper 11
- - - - -
8b202794 by Andreas Tille at 2018-10-09T13:05:35Z
Point Vcs fields to salsa.debian.org
- - - - -
639edd0e by Andreas Tille at 2018-10-09T13:05:35Z
Standards-Version: 4.2.1
- - - - -
9eb0d97f by Andreas Tille at 2018-10-09T13:16:09Z
Drop unneeded get-orig-source target
- - - - -
b9fecf98 by Andreas Tille at 2018-10-09T13:25:41Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+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 at debian.org> Tue, 09 Oct 2018 15:16:15 +0200
+
imagevis3d (3.1.0-6) unstable; urgency=medium
* Moved packaging from SVN to Git
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -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
=====================================
debian/rules
=====================================
@@ -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
=====================================
debian/watch
=====================================
@@ -1,5 +1,5 @@
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@
View it on GitLab: https://salsa.debian.org/med-team/imagevis3d/compare/98d751a04fd476076e76571e0ebac0f9dc024bb1...b9fecf987d3004f6b35873cea7e2d21f5d1ef5d0
--
View it on GitLab: https://salsa.debian.org/med-team/imagevis3d/compare/98d751a04fd476076e76571e0ebac0f9dc024bb1...b9fecf987d3004f6b35873cea7e2d21f5d1ef5d0
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/20181009/103e9552/attachment-0001.html>
More information about the debian-med-commit
mailing list