[med-svn] [Git][med-team/dicom3tools][master] 12 commits: added dcintro to the DCLIST

Andreas Tille gitlab at salsa.debian.org
Fri Apr 17 16:30:28 BST 2020



Andreas Tille pushed to branch master at Debian Med / dicom3tools


Commits:
626eaff5 by Etienne Mollier at 2020-04-17T16:59:08+02:00
added dcintro to the DCLIST

- - - - -
7196f51f by Andreas Tille at 2020-04-17T17:13:26+02:00
routine-update: Standards-Version: 4.5.0

- - - - -
c68834c7 by Andreas Tille at 2020-04-17T17:13:26+02:00
routine-update: debhelper-compat 12

- - - - -
81e46d45 by Andreas Tille at 2020-04-17T17:13:33+02:00
routine-update: Drop obsolete get-orig-source target

- - - - -
b961f59a by Andreas Tille at 2020-04-17T17:13:33+02:00
R-U: Trailing whitespace in debian/changelog

- - - - -
cc8ad847 by Andreas Tille at 2020-04-17T17:13:33+02:00
R-U: Trailing whitespace in debian/copyright

- - - - -
031b0e89 by Andreas Tille at 2020-04-17T17:18:09+02:00
routine-update: Do not parse d/changelog

- - - - -
7ce8aacd by Andreas Tille at 2020-04-17T17:18:10+02:00
routine-update: Add salsa-ci file

- - - - -
b4e2e99b by Andreas Tille at 2020-04-17T17:18:10+02:00
routine-update: Rules-Requires-Root: no

- - - - -
fbad2cca by Andreas Tille at 2020-04-17T17:18:11+02:00
Trim trailing whitespace.

Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html

- - - - -
813b8612 by Andreas Tille at 2020-04-17T17:18:13+02:00
Use secure URI in Homepage field.

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

- - - - -
d9b78237 by Andreas Tille at 2020-04-17T17:23:25+02:00
Revert 031b0e89

- - - - -


8 changed files:

- − appsrc/misc/bmpdump.man
- − appsrc/misc/jpegdump.man
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- + debian/salsa-ci.yml


Changes:

=====================================
appsrc/misc/bmpdump.man deleted
=====================================


=====================================
appsrc/misc/jpegdump.man deleted
=====================================


=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+dicom3tools (1.00~20190724083540-2) UNRELEASED; urgency=medium
+
+  * Standards-Version: 4.5.0 (routine-update)
+  * debhelper-compat 12 (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Remove trailing whitespace in debian/copyright (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Trim trailing whitespace.
+  * Use secure URI in Homepage field.
+
+ -- Andreas Tille <tille at debian.org>  Fri, 17 Apr 2020 17:18:17 +0200
+
 dicom3tools (1.00~20190724083540-1) unstable; urgency=medium
 
   * New upstream version 1.00~20190724083540
@@ -6,7 +20,7 @@ dicom3tools (1.00~20190724083540-1) unstable; urgency=medium
 
 dicom3tools (1.00~20180803063840-1) unstable; urgency=medium
 
-  [Gert Wollny] 
+  [Gert Wollny]
   * New upstream version 1.00~20180803063840
   * d/.gitlab-ci.yml: add CI file
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -4,15 +4,16 @@ Uploaders: Andreas Tille <tille at debian.org>,
            Gert Wollny <gewo at debian.org>
 Section: graphics
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper-compat (= 12),
                gawk,
                xutils-dev,
                libx11-dev,
                libxext-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/dicom3tools
 Vcs-Git: https://salsa.debian.org/med-team/dicom3tools.git
-Homepage: http://www.dclunie.com/dicom3tools.html
+Homepage: https://www.dclunie.com/dicom3tools.html
+Rules-Requires-Root: no
 
 Package: dicom3tools
 Architecture: any


=====================================
debian/copyright
=====================================
@@ -13,8 +13,8 @@ Comment:
 
 Files: debian/*
 Copyright: 2008-2014 Mathieu Malaterre <malat at debian.org>
-           2015      Andreas Tille <tille at debian.org>, 
-                     Gert Wollny <gw.fossdev at gmail.com> 
+           2015      Andreas Tille <tille at debian.org>,
+                     Gert Wollny <gw.fossdev at gmail.com>
 License: BSD-3-clause
 
 License: BSD-3-clause
@@ -39,4 +39,4 @@ License: BSD-3-clause
     of substitute goods or services; loss of use, data or profits; or business interruption)
     however caused and on any theory of liability, whether in contract, strict liability, or
     tort (including negligence or otherwise) arising in any way out of the use of this software,
-    even if advised of the possibility of such damage.    
+    even if advised of the possibility of such damage.


=====================================
debian/rules
=====================================
@@ -21,7 +21,7 @@ DEFAULTUIDROOT = $(patsubst default_uid_root=%,%,$(filter default_uid_root=%,$(M
 IMAKEFLAGS = -DDefaultUIDRoot=$(DEFAULTUIDROOT)
 endif
 else
-DCLIST = -name andump\* -o -name jpegdump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* -o -name dctopgm8\* -o -name dcposn\* -o -name dctopgx\* -o -name dctopnm\* -o -name dcunrgb\*
+DCLIST = -name andump\* -o -name jpegdump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dcintro\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* -o -name dctopgm8\* -o -name dcposn\* -o -name dctopgx\* -o -name dctopnm\* -o -name dcunrgb\*
 endif
 
 %:
@@ -71,6 +71,3 @@ override_dh_install:
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES
-
-get-orig-source:
-	uscan --verbose --force-download --rename --destdir ../tarballs


=====================================
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



View it on GitLab: https://salsa.debian.org/med-team/dicom3tools/-/compare/3dfe35e24b8101837049ca23b813a86720a3f706...d9b78237042009256ec61feea32d63734cbcd4b4

-- 
View it on GitLab: https://salsa.debian.org/med-team/dicom3tools/-/compare/3dfe35e24b8101837049ca23b813a86720a3f706...d9b78237042009256ec61feea32d63734cbcd4b4
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/20200417/75e22c61/attachment-0001.html>


More information about the debian-med-commit mailing list