[med-svn] [Git][med-team/itksnap][master] 10 commits: Update changelog
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Oct 25 07:43:53 BST 2021
Andreas Tille pushed to branch master at Debian Med / itksnap
Commits:
68cd36dc by Andreas Tille at 2021-10-25T07:19:36+02:00
Update changelog
- - - - -
2cffa839 by Andreas Tille at 2021-10-25T07:20:44+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
8359e787 by Andreas Tille at 2021-10-25T07:20:44+02:00
routine-update: debhelper-compat 10
- - - - -
79de591d by Andreas Tille at 2021-10-25T07:20:49+02:00
routine-update: Remove trailing whitespace in debian/changelog
- - - - -
b28c2d2b by Andreas Tille at 2021-10-25T07:20:49+02:00
routine-update: Add salsa-ci file
- - - - -
7f1dbd9e by Andreas Tille at 2021-10-25T07:20:49+02:00
routine-update: Rules-Requires-Root: no
- - - - -
fb4132e1 by Andreas Tille at 2021-10-25T07:21:00+02:00
Set upstream metadata fields: Archive.
Changes-By: lintian-brush
- - - - -
d64fa36e by Andreas Tille at 2021-10-25T07:21:03+02:00
Avoid explicitly specifying -Wl,--as-needed linker flag.
Changes-By: lintian-brush
Fixes: lintian: debian-rules-uses-as-needed-linker-flag
See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html
- - - - -
301cad0c by Andreas Tille at 2021-10-25T07:21:09+02:00
routine-update: watch file standard 4
- - - - -
12badfcf by Andreas Tille at 2021-10-25T08:43:39+02:00
Cleanup changelog
- - - - -
7 changed files:
- − debian/.gitlab-ci.yml
- debian/changelog
- debian/control
- debian/rules
- + debian/salsa-ci.yml
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/.gitlab-ci.yml deleted
=====================================
@@ -1,3 +0,0 @@
----
-include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
=====================================
debian/changelog
=====================================
@@ -1,3 +1,26 @@
+itksnap (3.6.0-6) UNRELEASED; urgency=medium
+
+ [ Adrian Bunk ]
+ * Add patch from Logan Rosen to fix FTBFS with glibc 2.32 (Closes: #986600)
+ * Add upstream commit fixing the C++ version used (Closes: #984068)
+ * Switch from vtk6 to vtk7
+ * debian/control: Update Vcs-{Browser,Git} after the move to med-team
+
+ [ Anton Gladky ]
+ * Switch to vtk9
+
+ [ Andreas Tille ]
+ * Standards-Version: 4.6.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Archive.
+ * Avoid explicitly specifying -Wl,--as-needed linker flag.
+ * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Mon, 25 Oct 2021 07:21:09 +0200
+
itksnap (3.6.0-5) unstable; urgency=medium
* d/ci: don't use experimental
@@ -8,7 +31,7 @@ itksnap (3.6.0-5) unstable; urgency=medium
itksnap (3.6.0-4) unstable; urgency=medium
* d/control: Update build-deps to use libgdcm-dev
- * d/: cme fix dpkg: Minor fixes
+ * d/: cme fix dpkg: Minor fixes
- standards updated to 4.4.1 (no changes needed)
-- Gert Wollny <gewo at debian.org> Wed, 13 Nov 2019 18:54:01 +0100
=====================================
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-compat (= 11),
+Build-Depends: debhelper-compat (= 13),
cmake,
libvtk9-dev,
libinsighttoolkit4-dev,
@@ -17,10 +17,11 @@ Build-Depends: debhelper-compat (= 11),
libqt5opengl5-dev,
qttools5-private-dev,
libfftw3-dev
-Standards-Version: 4.4.1
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/itksnap
Vcs-Git: https://salsa.debian.org/med-team/itksnap.git
Homepage: http://www.itksnap.org
+Rules-Requires-Root: no
Package: itksnap
Architecture: any
=====================================
debian/rules
=====================================
@@ -2,7 +2,6 @@
# -*- makefile -*-
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
CXXFLAGS+=-fPIC -funroll-loops -ftree-vectorize
# one ring to rule them all ...
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,4 @@
+Archive: SourceForge
Reference:
Author: >
Paul A. Yushkevich and Joseph Piven and Heather Cody Hazlett
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
http://sf.net/itk-snap/itksnap-source-([\d.]+)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/itksnap/-/compare/76a57573c1ac5f6e8f4fd5870dd665624e9f9b95...12badfcf939b9ec0232afbeeea5d3dee3c1a2e4c
--
View it on GitLab: https://salsa.debian.org/med-team/itksnap/-/compare/76a57573c1ac5f6e8f4fd5870dd665624e9f9b95...12badfcf939b9ec0232afbeeea5d3dee3c1a2e4c
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/20211025/d7e0a556/attachment-0001.htm>
More information about the debian-med-commit
mailing list