[med-svn] [Git][med-team/dcmtk][master] 2 commits: Move source package lintian overrides to debian/source.

Jelmer Vernooij gitlab at salsa.debian.org
Mon Oct 8 21:50:05 BST 2018


Jelmer Vernooij pushed to branch master at Debian Med / dcmtk


Commits:
41004e13 by Jelmer Vernooij at 2018-10-08T20:49:33Z
Move source package lintian overrides to debian/source.

Fixes lintian: package-uses-deprecated-source-override-location
See https://lintian.debian.org/tags/package-uses-deprecated-source-override-location.html for more details.

- - - - -
31e72606 by Jelmer Vernooij at 2018-10-08T20:49:35Z
Trim trailing whitespace.

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

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+dcmtk (3.6.3-1~exp2) UNRELEASED; urgency=medium
+
+  * Move source package lintian overrides to debian/source.
+  * Trim trailing whitespace.
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Mon, 08 Oct 2018 21:49:33 +0100
+
 dcmtk (3.6.3-1~exp1) experimental; urgency=medium
 
   * d/* correct by running 'git fix dpkg'
@@ -39,7 +46,7 @@ dcmtk (3.6.2-1~exp1) experimental; urgency=medium
   * Update d/watch
   * New upstream version 3.6.2 Closes: #868867
   * d/p/* refresh patches
-  * drop d/p/09_ because it was applied upstream   
+  * drop d/p/09_ because it was applied upstream
   * s/* update SO version
   * d/copyright: add new files to copyright
   * d/rules: drop more test programs and add manpage for msgserv
@@ -50,12 +57,12 @@ dcmtk (3.6.2-1~exp1) experimental; urgency=medium
 
 dcmtk (3.6.1~20170228-2) unstable; urgency=medium
 
-  * d/p/09: Improve numerical stability by rounding the time to 
+  * d/p/09: Improve numerical stability by rounding the time to
     the six decimal digits supported by dicom. Closes: #859204
     #865452
   * d/control: Correct dependency on libssl-dev for libdcmtk-dev
-  * d/control: Update standards version (no action needed) 
-  * d/control: cme fix dpkg-control 
+  * d/control: Update standards version (no action needed)
+  * d/control: cme fix dpkg-control
 
  -- Gert Wollny <gewo at debian.org>  Thu, 22 Jun 2017 07:55:04 +0000
 
@@ -90,12 +97,12 @@ dcmtk (3.6.1~20170228-1~exp1) experimental; urgency=medium
 
 dcmtk (3.6.1~20160216-2) unstable; urgency=medium
 
-  * d/p/08: remove SYSTEM_PROCESSOR usage for reproducible builds 
+  * d/p/08: remove SYSTEM_PROCESSOR usage for reproducible builds
   * d/p/09: add patch to enable compileing against openssl-1.1
     Closes: #828281
   * d/p/04: update patch to remove duplicate entries
-  * d/rules: add hardening flags 
-  * d/control: change conflict with libinsighttoolkit4-dev to breaks  
+  * d/rules: add hardening flags
+  * d/control: change conflict with libinsighttoolkit4-dev to breaks
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Sun, 03 Jul 2016 13:58:34 +0000
 
@@ -137,16 +144,16 @@ dcmtk (3.6.1~20150924-4) unstable; urgency=medium
 dcmtk (3.6.1~20150924-2) unstable; urgency=medium
 
   * Update internal use of DCMDICT path Closes: #807691
-  * Correct Apache-2.0 copyright 
+  * Correct Apache-2.0 copyright
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Fri, 11 Dec 2015 17:42:45 +0100
 
 dcmtk (3.6.1~20150924-1) unstable; urgency=medium
 
-  * New upstream version 
+  * New upstream version
   * Move vcs to git
   * Remove dcmtk-www, because it is no longer provided by upstream
-  * Because of ABI change rename library package to libdcmtk5 
+  * Because of ABI change rename library package to libdcmtk5
   * Add libcharls-dev to libdcmtk-dev dependencies (reason: see below)
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Tue, 01 Dec 2015 02:46:03 +0100
@@ -167,18 +174,18 @@ dcmtk (3.6.1~20150629-6) unstable; urgency=medium
 
 dcmtk (3.6.1~20150629-5) unstable; urgency=medium
 
-  * d/control: Add conflict/replace for libdcmtk4-dev 
+  * d/control: Add conflict/replace for libdcmtk4-dev
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Thu, 12 Nov 2015 13:30:12 +0100
 
 dcmtk (3.6.1~20150629-4) unstable; urgency=medium
 
-  * Add patch soversion_abi.patch to change not only the library file 
-    name but also in the cmake related files. 
-  * Add patch dont_export.. to not export all executables for cmake 
+  * Add patch soversion_abi.patch to change not only the library file
+    name but also in the cmake related files.
+  * Add patch dont_export.. to not export all executables for cmake
     Closes: #803304
-  * d/rules: remove code to add abi-suffix to libraries on install 
-  * Add Gert Wollny to uploaders 
+  * d/rules: remove code to add abi-suffix to libraries on install
+  * Add Gert Wollny to uploaders
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Thu, 29 Oct 2015 11:51:54 +0100
 
@@ -507,7 +514,7 @@ dcmtk (3.5.4-4) unstable; urgency=low
     Closes: #553495
 
   [Mathieu Malaterre]
-  * debian/rules would not honor DEB_BUILD_OPTIONS=nostrip, since 
+  * debian/rules would not honor DEB_BUILD_OPTIONS=nostrip, since
     original Makefiles would hardcode call to `strip` directly
     instead rely on dh_strip instead and remove direct call to
     `strip` from Makefiles.
@@ -520,7 +527,7 @@ dcmtk (3.5.4-3) unstable; urgency=low
   * debian/control: Update standards-version to 3.7.2
   * debian/dcmqrscp.init: Add LSB keyword section
   * dcmnet/apps/{findscu,movescu}.cc: Apply patches in order
-    to fix --add-override-key bug (reported by Mike Miller 
+    to fix --add-override-key bug (reported by Mike Miller
     <mmiller3 at iupui.edu>)
     Closes: #429041
   * debian/dcmtk.prerm: Stop dcmqrscp/imagectn more sanely
@@ -531,7 +538,7 @@ dcmtk (3.5.4-3) unstable; urgency=low
 dcmtk (3.5.4-2) unstable; urgency=low
 
   * debian/control: Added build dependency on autotools-dev
-  * debian/rules: Modified clean target to put config.{sub,guess} below ./config 
+  * debian/rules: Modified clean target to put config.{sub,guess} below ./config
   * dcmdata/libsrc/Makefile.in: Modified distclean target to delete dicom.tmp as well
   * debian/rules: Fixed installation path for include files
   * debian/dcmtk.postinst: Fixed add{user,group} options to reveal possible error msgs
@@ -558,7 +565,7 @@ dcmtk (3.5.4-1) unstable; urgency=low
   * New upstream release
   * debian/dcmtk.NEWS: Added
   * debian/copyright: Updated according to upstream's COPYRIGHT file
-  * debian/control: Unversioned build-dependency on libssl (now uses 
+  * debian/control: Unversioned build-dependency on libssl (now uses
     OPENSSL_VERSION_NUMBER macro)
   * debian/rules: Incremented SONAME version number (DcmFileFormat::loadFile changed)
   * debian/rules: Changed dh_installinit --name argument to dcmqrscp
@@ -585,11 +592,11 @@ dcmtk (3.5.4-1) unstable; urgency=low
 
 dcmtk (3.5.3-5) unstable; urgency=low
 
-  * ./dcmsign/libsrc/sicert.cc: Constified d2i_X509 argument to fix build 
+  * ./dcmsign/libsrc/sicert.cc: Constified d2i_X509 argument to fix build
     problems with libssl-0.9.8
   Closes: #335399
   * debian/control: Versioned build-depend on libssl (>= 0.9.8-1)
-  * ./dcmnet/etc/storescp.cfg: Added missing Verification SOP Class 
+  * ./dcmnet/etc/storescp.cfg: Added missing Verification SOP Class
 
  -- Juergen Salk <juergen.salk at gmx.de>  Mon, 24 Oct 2005 20:16:56 +0000
 
@@ -600,7 +607,7 @@ dcmtk (3.5.3-4) unstable; urgency=low
   * debian/{control,rules}: Renamed libdcmtk0 to libdcmtk0c2 (gcc/g++-4.0 transition)
   * debian/control: Added Conflicts/Replaces with previous non-c2 version
   * config/{configure.in,aclocal.m4,include/cfunix.h.in},
-    ofstd/libsrc/ofthread.cc: Backport HAVE_POINTER_TYPE_PTHREAD_T patch 
+    ofstd/libsrc/ofthread.cc: Backport HAVE_POINTER_TYPE_PTHREAD_T patch
     from CVS version to fix build problems with gcc/g++-4.0
 
  -- Juergen Salk <juergen.salk at gmx.de>  Sun, 22 May 2005 22:02:31 +0200
@@ -611,7 +618,7 @@ dcmtk (3.5.3-3) unstable; urgency=low
     (suggested by Marc 'HE' Brockschmidt <he at debian.org>)
   * debian/rules: Introduced {build,install}-{indep,arch} targets
   * debian/rules: Removed unneeded dh_* calls from binary-arch target
-  * Removed stale debian/*.install files 
+  * Removed stale debian/*.install files
 
  -- Juergen Salk <juergen.salk at gmx.de>  Mon, 25 Apr 2005 20:13:09 +0200
 
@@ -621,10 +628,10 @@ dcmtk (3.5.3-2) unstable; urgency=medium
   * Modified imagectn.cfg to reflect imagectn patch
   * Modified debian/rules to create imagectn storage area
   * Updated imagectn/docs/ctnconf.txt
-  * Fixed parser bug in CNF_readConfigLines() 
+  * Fixed parser bug in CNF_readConfigLines()
     (reported by R.M. Rutschmann <Roland.Rutschmann at psychologie.uni-regensburg.de>)
   * Added debian/dcmtk.postinst script to create dcmtk system user/group
-  * Added debian/imagectn.init and debian/imagectn.default 
+  * Added debian/imagectn.init and debian/imagectn.default
     (suggested by  R.M. Rutschmann <Roland.Rutschmann at psychologie.uni-regensburg.de>)
   * Updated debian/README.Debian
   * Removed stale lintian override file


=====================================
debian/control
=====================================
@@ -1,7 +1,7 @@
 Source: dcmtk
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>,
-           Gert Wollny <gewo at debian.org> 
+           Gert Wollny <gewo at debian.org>
 Section: science
 Priority: optional
 Build-Depends: cmake,


=====================================
debian/source.lintian-overrides → debian/source/lintian-overrides
=====================================



View it on GitLab: https://salsa.debian.org/med-team/dcmtk/compare/8ec1e65c6adbb5747a8495e362777ecdbfe93165...31e7260616921f5504f172f976f73474d31e2d1d

-- 
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/compare/8ec1e65c6adbb5747a8495e362777ecdbfe93165...31e7260616921f5504f172f976f73474d31e2d1d
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/20181008/b9ed4422/attachment-0001.html>


More information about the debian-med-commit mailing list