[med-svn] [Git][med-team/itksnap][master] 7 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Sun Oct 28 19:35:16 GMT 2018
Andreas Tille pushed to branch master at Debian Med / itksnap
Commits:
4555a727 by Andreas Tille at 2018-10-28T18:05:26Z
debhelper 11
- - - - -
fd85b335 by Andreas Tille at 2018-10-28T18:06:02Z
Point Vcs fields to salsa.debian.org
- - - - -
40ceaa4b by Andreas Tille at 2018-10-28T18:06:02Z
Standards-Version: 4.2.1
- - - - -
49868a7f by Andreas Tille at 2018-10-28T18:06:03Z
Secure URI in copyright format
- - - - -
89adede1 by Andreas Tille at 2018-10-28T18:09:16Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
af0971f1 by Andreas Tille at 2018-10-28T18:09:16Z
Remove trailing whitespace in debian/changelog
- - - - -
4d8e4916 by Andreas Tille at 2018-10-28T18:57:05Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+itksnap (3.6.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.2.1
+ * Secure URI in copyright format
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
+ * Remove trailing whitespace in debian/changelog
+
+ -- Andreas Tille <tille at debian.org> Sun, 28 Oct 2018 19:09:16 +0100
+
itksnap (3.6.0-2) unstable; urgency=medium
* d/p/02: Add patch to properly test for SSE, Closes: #872353
@@ -15,14 +27,14 @@ itksnap (3.6.0-1~exp1) experimental; urgency=medium
* New upstream version 3.6.0
* d/control: GW: Update uploader email address to @debian.org
- * d/p/01: - update patch
+ * d/p/01: - update patch
* d/p/02: - drop patch, applied upstream
* d/itksnap.docs: update to ReleaseNotes.md
- * d/copyright: update file format and exclude matlab code and
+ * d/copyright: update file format and exclude matlab code and
precompiled modules
- * d/control: cme fix dpkg-control
- - update VCS-URL to save versions
- * d/rules: Hardening += all
+ * d/control: cme fix dpkg-control
+ - update VCS-URL to save versions
+ * d/rules: Hardening += all
-- Gert Wollny <gewo at debian.org> Thu, 06 Apr 2017 15:22:54 +0000
@@ -45,7 +57,7 @@ itksnap (3.2.0-3) unstable; urgency=medium
* d/control: Set libdcmtk-dev dependency to unversioned package
* d/: remove itksnap.menu file as this duplication with the desktop
file is now prohibited
- * d/control: remove field 'section' from binary package tu quell
+ * d/control: remove field 'section' from binary package tu quell
lintian -I: binary-control-field-duplicates-source
-- Gert Wollny <gw.fossdev at gmail.com> Sun, 10 Jan 2016 17:05:45 +0100
@@ -73,7 +85,7 @@ itksnap (3.2.0-1) experimental; urgency=low
* Remove obsolete dm-upload allowed
* Set priority to optional
* Add some optimizations flags that really make a difference
- * Correct desktop entry to silence some lintian info messages
+ * Correct desktop entry to silence some lintian info messages
-- Gert Wollny <gw.fossdev at gmail.com> Fri, 16 Jan 2015 11:39:29 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Michael Hanke <mih at debian.org>,
Gert Wollny <gewo at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11~),
cmake,
libvtk6-dev,
libinsighttoolkit4-dev,
@@ -17,9 +17,9 @@ Build-Depends: debhelper (>= 9.0.0),
libqt5opengl5-dev,
qttools5-private-dev,
libfftw3-dev
-Standards-Version: 4.0.1
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/itksnap.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/itksnap.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/neurodebian-team/itksnap
+Vcs-Git: https://salsa.debian.org/neurodebian-team/itksnap.git
Homepage: http://www.itksnap.org
Package: itksnap
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ITK-SNAP
Upstream-Source: http://www.itksnap.org
Files-Excluded: Submodules/greedy/matlab/
=====================================
debian/rules
=====================================
@@ -7,7 +7,7 @@ CXXFLAGS+=-fPIC -funroll-loops -ftree-vectorize
# one ring to rule them all ...
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_configure:
@@ -24,4 +24,6 @@ override_dh_auto_install:
# therefore I disable them for now, will have to look into xvfb
#
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo "no tests run"
+endif
View it on GitLab: https://salsa.debian.org/med-team/itksnap/compare/01b9e4e85e3e98f096e0ec3a2c53301e07a3d47a...4d8e49165b14b05d68898d8dc20c70a072110d42
--
View it on GitLab: https://salsa.debian.org/med-team/itksnap/compare/01b9e4e85e3e98f096e0ec3a2c53301e07a3d47a...4d8e49165b14b05d68898d8dc20c70a072110d42
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/20181028/684ba197/attachment-0001.html>
More information about the debian-med-commit
mailing list