[med-svn] [Git][med-team/dicompyler][master] 10 commits: Fix watchfile to detect new versions on github

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Jun 29 16:29:46 BST 2022



Andreas Tille pushed to branch master at Debian Med / dicompyler


Commits:
bf729365 by Andreas Tille at 2022-06-29T14:36:08+02:00
Fix watchfile to detect new versions on github

- - - - -
2ae7f360 by Andreas Tille at 2022-06-29T14:36:11+02:00
New upstream version 0.4.2.0+git20220201.ffba3a8
- - - - -
8070e20b by Andreas Tille at 2022-06-29T14:36:11+02:00
routine-update: New upstream version

- - - - -
1a44d65d by Andreas Tille at 2022-06-29T14:36:11+02:00
Update upstream source from tag 'upstream/0.4.2.0+git20220201.ffba3a8'

Update to upstream version '0.4.2.0+git20220201.ffba3a8'
with Debian dir 4b3cb2a1aff9075cfc835ac94d300ab13f60a510
- - - - -
39a57d31 by Andreas Tille at 2022-06-29T14:36:11+02:00
routine-update: Standards-Version: 4.6.1

- - - - -
af4efb4e by Andreas Tille at 2022-06-29T14:36:11+02:00
routine-update: debhelper-compat 13

- - - - -
2cb35dd5 by Andreas Tille at 2022-06-29T14:36:14+02:00
routine-update: Add salsa-ci file

- - - - -
4bee9532 by Andreas Tille at 2022-06-29T14:36:14+02:00
routine-update: Rules-Requires-Root: no

- - - - -
bc5bcceb by Andreas Tille at 2022-06-29T14:36:15+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

- - - - -
b7831278 by Andreas Tille at 2022-06-29T17:29:19+02:00
matplotlib issue remains also in this version

- - - - -


5 changed files:

- README.md
- debian/changelog
- debian/control
- + debian/salsa-ci.yml
- debian/watch


Changes:

=====================================
README.md
=====================================
@@ -1,6 +1,8 @@
 dicompyler
 ============
 
+**NOTE**: dicompyler has been archived and is no longer supported. The developers of dicompyler and DVH Analytics have teamed up to form [ONCurate](https://www.oncurate.com).
+
 <img src='https://raw.githubusercontent.com/wiki/bastula/dicompyler/images/0.3/2dview_mac_thumb.png' align='right' height='240' width='287' alt="dicompyler screenshot">
 dicompyler is an extensible open source radiation therapy research platform based on the DICOM standard. It also functions as a cross-platform DICOM RT viewer.
 


=====================================
debian/changelog
=====================================
@@ -1,10 +1,18 @@
-dicompyler (0.4.2.0+git20200106.2643e0e-2) UNRELEASED; urgency=medium
+dicompyler (0.4.2.0+git20220201.ffba3a8-1) UNRELEASED; urgency=medium
 
   * Drop version restriction for matplotlib
-    TODO: https://github.com/bastula/dicompyler/issues/137
   * Add superficial autopkgtest to get failures immediately
+  * Fix watchfile to detect new versions on github
+  * New upstream version
+  * Standards-Version: 4.6.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Use secure URI in Homepage field.
+
+  TODO: https://github.com/bastula/dicompyler/issues/137
 
- -- Andreas Tille <tille at debian.org>  Thu, 25 Mar 2021 17:33:25 +0100
+ -- Andreas Tille <tille at debian.org>  Wed, 29 Jun 2022 14:36:11 +0200
 
 dicompyler (0.4.2.0+git20200106.2643e0e-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -4,17 +4,18 @@ Uploaders: Andreas Tille <tille at debian.org>,
            Vojtěch Kulvait <kulvait at gmail.com>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                python3,
                dh-python,
                python3-setuptools,
                python3-wxgtk4.0 <!nocheck>,
                python3-pydicom <!nocheck>,
-               python3-dicompylercore <!nocheck>,
-Standards-Version: 4.5.0
+               python3-dicompylercore <!nocheck>
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/med-team/dicompyler
 Vcs-Git: https://salsa.debian.org/med-team/dicompyler.git
-Homepage: http://www.dicompyler.com/
+Homepage: https://www.dicompyler.com/
+Rules-Requires-Root: no
 
 Package: dicompyler
 Architecture: all
@@ -22,7 +23,7 @@ Depends: ${misc:Depends},
          ${python3:Depends},
          python3-wxgtk4.0,
          python3-dicompylercore,
-         python3-pil (>=3.0.0),
+         python3-pil,
          python3-numpy,
          python3-matplotlib,
          python3-pydicom,


=====================================
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/watch
=====================================
@@ -3,4 +3,4 @@ version=4
 opts="mode=git,pretty=0.4.2.0+git%cd.%h" \
     https://github.com/bastula/dicompyler.git HEAD
 
-# https://github.com/bastula/dicompyler/releases .*/archive/release-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+# https://github.com/bastula/dicompyler/releases .*/release-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)



View it on GitLab: https://salsa.debian.org/med-team/dicompyler/-/compare/1b7bbeb48d9102fc2837efbc96f04592c77e8345...b7831278d42729bf6900943257b35c631d06e5d4

-- 
View it on GitLab: https://salsa.debian.org/med-team/dicompyler/-/compare/1b7bbeb48d9102fc2837efbc96f04592c77e8345...b7831278d42729bf6900943257b35c631d06e5d4
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/20220629/655ee139/attachment-0001.htm>


More information about the debian-med-commit mailing list