[med-svn] [Git][med-team/simpleitk][master] 7 commits: routine-update: Standards-Version: 4.6.1

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Sep 29 16:48:27 BST 2022



Andreas Tille pushed to branch master at Debian Med / simpleitk


Commits:
8263db30 by Andreas Tille at 2022-09-29T15:55:33+02:00
routine-update: Standards-Version: 4.6.1

- - - - -
67c9b321 by Andreas Tille at 2022-09-29T15:55:36+02:00
routine-update: Remove trailing whitespace in debian/copyright

- - - - -
9a196e10 by Andreas Tille at 2022-09-29T15:55:36+02:00
routine-update: Rules-Requires-Root: no

- - - - -
16175c6e by Andreas Tille at 2022-09-29T15:55:41+02:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
8802f636 by Andreas Tille at 2022-09-29T15:55:45+02:00
Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Repository, Repository-Browse.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

- - - - -
fc846902 by Andreas Tille at 2022-09-29T17:46:58+02:00
Build-Depends: libinsighttoolkit5-dev

- - - - -
930d6ef5 by Andreas Tille at 2022-09-29T17:47:30+02:00
Add TODO

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -13,6 +13,17 @@ simpleitk (2.0.2-1) UNRELEASED; urgency=medium
   * d/control: Bump Standard-Versions to 4.5.1.
   * d/salsa-ci.yml: enable salsa-ci.
 
+  [ Andreas Tille ]
+  * Standards-Version: 4.6.1 (routine-update)
+  * Remove trailing whitespace in debian/copyright (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Use secure URI in Homepage field.
+  * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * Build-Depends: libinsighttoolkit5-dev
+  TODO: fatal error: sitkDICOMOrientImageFilter.h: No such file or directory
+   56 | #include <sitkDICOMOrientImageFilter.h>
+
  -- Emmanuel Arias <eamanu at yaerobi.com>  Thu, 18 Mar 2021 17:05:04 -0300
 
 simpleitk (1.0.1-3) unstable; urgency=medium


=====================================
debian/control
=====================================
@@ -8,17 +8,18 @@ Build-Depends: cmake,
                dh-python,
                googletest <!nocheck>,
                libfftw3-dev,
-               libinsighttoolkit4-dev (>= 4.11),
+               libinsighttoolkit5-dev,
                lua5.3,
                python3-dev,
                python3-numpy,
                python3-setuptools,
-               swig (>= 3.0.12),
-               libboost-thread-dev,
-Standards-Version: 4.5.1
+               swig,
+               libboost-thread-dev
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/med-team/simpleitk
 Vcs-Git: https://salsa.debian.org/med-team/simpleitk.git
-Homepage: http://www.simpleitk.org/
+Homepage: https://www.simpleitk.org/
+Rules-Requires-Root: no
 
 Package: libsimpleitk1.0
 Architecture: any


=====================================
debian/copyright
=====================================
@@ -264,7 +264,7 @@ License: LPPL-1.2
  the freedom to make and distribute modified versions of The Program
  that conform with whatever technical specifications you wish while
  maintaining the availability, integrity, and reliability of
- The Program.  If you do not see how to achieve your goal while 
+ The Program.  If you do not see how to achieve your goal while
  meeting these conditions, then read the document `cfgguide.tex'
  in the base LaTeX distribution for suggestions.
  .
@@ -325,7 +325,7 @@ License: LPPL-1.2
         (B) provide to those who receive the modified file information
             that is sufficient for them to obtain a copy of The Program;
             for example, you may provide a Uniform Resource Locator (URL)
-            for a site that you expect will provide them with a copy of 
+            for a site that you expect will provide them with a copy of
             The Program free of charge (either the version from which
             your modification is derived, or perhaps a later version).
  .
@@ -486,7 +486,7 @@ License: LPPL-1.2
    % of this license or (at your option) any later version.
    % The latest version of this license is in
    %   http://www.latex-project.org/lppl.txt
-   % and version 1.2 or later is part of all distributions of LaTeX 
+   % and version 1.2 or later is part of all distributions of LaTeX
    % version 1999/12/01 or later.
    %
    % This program consists of the files pig.dtx and pig.ins
@@ -530,6 +530,6 @@ License: LPPL-1.2
     modification.  LaTeX configuration files (with filename extension
     `.cfg') are examples of files bearing less restrictive conditions
     on the distribution of a modified version of the file.  The
-    additional conditions on LaTeX software given above are examples 
+    additional conditions on LaTeX software given above are examples
     of declaring a category of files bearing exceptional additional
     conditions.


=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,6 @@
+Archive: SourceForge
+Bug-Database: https://github.com/SimpleITK/SimpleITK/issues
+Bug-Submit: https://github.com/SimpleITK/SimpleITK/issues/new
 Registry:
   - Name: bio.tools
     Entry: NA
@@ -7,3 +10,5 @@ Registry:
     Entry: simpleitk
   - Name: SciCrunch
     Entry: NA
+Repository: https://github.com/SimpleITK/SimpleITK.git
+Repository-Browse: https://github.com/SimpleITK/SimpleITK



View it on GitLab: https://salsa.debian.org/med-team/simpleitk/-/compare/474b7f30aaf964db0803e3b365ac843ac425121e...930d6ef5cdd72871849d69e06c469785f5e9824d

-- 
View it on GitLab: https://salsa.debian.org/med-team/simpleitk/-/compare/474b7f30aaf964db0803e3b365ac843ac425121e...930d6ef5cdd72871849d69e06c469785f5e9824d
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/20220929/8feb28bf/attachment-0001.htm>


More information about the debian-med-commit mailing list