[med-svn] [Git][med-team/fis-gtm][master] 5 commits: Fix sequence of DEP5 entried

Andreas Tille gitlab at salsa.debian.org
Wed Feb 28 15:55:58 UTC 2018


Andreas Tille pushed to branch master at Debian Med / fis-gtm


Commits:
1bad3899 by Andreas Tille at 2018-02-28T16:11:00+01:00
Fix sequence of DEP5 entried

- - - - -
63248541 by Andreas Tille at 2018-02-28T16:11:48+01:00
Do not leave license statement empty but add some relevant quote from the file instead

- - - - -
c28bf682 by Andreas Tille at 2018-02-28T16:12:31+01:00
Upload to unstable

- - - - -
5f2f044c by Andreas Tille at 2018-02-28T16:45:49+01:00
Drop some unneeded lintian overrides

- - - - -
64833ceb by Andreas Tille at 2018-02-28T16:55:47+01:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-fis-gtm (6.3-003A-2) UNRELEASED; urgency=medium
+fis-gtm (6.3-003A-2) unstable; urgency=medium
 
+  [ Amul Shah ]
   * Update debian/copyright to acknowledge the public domain status of
     sr_port/md5hash.c
     Closes: #891298
 
+  [ Andreas Tille ]
+  * Drop some unneeded lintian overrides
+
  -- Amul Shah <Amul.Shah at fisglobal.com>  Mon, 26 Feb 2018 04:57:51 -0500
 
 fis-gtm (6.3-003A-1) unstable; urgency=medium


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,18 +6,25 @@ Comment: .
  Support with assured service levels on commercial terms can be
  purchased from gtmsupport at fnis.com.
 
-Files: sr_port/md5hash.c
-Copyright: none
-License:   public-domain
-Comment:   There are multiple comments in the file declaring no claim of
-           copyright on the file
-
 Files: *
 Copyright: 1987 - 2003 Sanchez Computer Associates
            1987 - 2013 Fidelity Information Services, Inc
 Comment:   Sanchez Computer Associates was acquired by FIS in 2004
 License: AGPL-3.0
 
+Files: sr_port/md5hash.c
+Copyright: none
+License: public-domain
+ This code was modified in 1997 by Jim Kingdon of Cyclic Software to
+ not require an integer type which is exactly 32 bits.  This work
+ draws on the changes for the same purpose by Tatu Ylonen
+ <ylo at cs.hut.fi> as part of SSH, but since I didn't actually use
+ that code, there is no copyright issue.  I hereby disclaim
+ copyright in any changes I have made; this code remains in the
+ public domain.
+Comment: There are multiple comments in the file declaring no claim of
+         copyright on the file
+
 Files: debian/*
 Copyright: 2012 Luis Ibanez <luis.ibanez at kitware.com>
            2013 - 2014 Amul Shah <Amul.Shah at fisglobal.com>


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,6 @@ override_dh_fixperms:
 # override files
 # The override is needed according to upstream for GTM to generate executable 'call-in's
 override_dh_lintian:
-	echo "$(BINPKG) binary: shlib-with-executable-stack usr/lib/*/fis-gtm/*/libgtmshr.so" >  debian/$(BINPKG).lintian-overrides
 	echo "$(BINPKG) binary: shared-lib-without-dependency-information usr/lib/*/fis-gtm/*/libgtmutil.so" >> debian/$(BINPKG).lintian-overrides
 	echo "# The following permissions are really set intentionally in override_dh_fixpermissions" >> debian/$(BINPKG).lintian-overrides
 	echo "$(BINPKG): setuid-binary usr/lib/*/fis-gtm/*/gtmsecshrdir/gtmsecshr 4500 root/root" >> debian/$(BINPKG).lintian-overrides
@@ -99,12 +98,6 @@ override_dh_lintian:
 	echo "$(BINPKG): non-standard-dir-perm usr/lib/*/fis-gtm/*/gtmsecshrdir/ 0500 != 0755" >> debian/$(BINPKG).lintian-overrides
 	echo "$(BINPKG): package-contains-hardlink usr/lib/*/fis-gtm/*/gtmsecshr -> usr/lib/*/fis-gtm/*/utf8/gtmsecshr" >> debian/$(BINPKG).lintian-overrides
 	echo "$(BINPKG): package-contains-hardlink usr/lib/*/fis-gtm/*/gtmsecshrdir/gtmsecshr -> usr/lib/*/fis-gtm/*/utf8/gtmsecshrdir/gtmsecshr" >> debian/$(BINPKG).lintian-overrides
-	echo "$(BINPKG): non-standard-dir-perm usr/lib/*/fis-gtm/*/ 0755 != 0755" >> debian/$(BINPKG).lintian-overrides
-	echo "$(BINPKG): non-standard-dir-perm usr/lib/*/fis-gtm/*/plugin/gtmcrypt/ 0755 != 0755" >> debian/$(BINPKG).lintian-overrides
-	echo "$(BINPKG): non-standard-dir-perm usr/lib/*/fis-gtm/utf8/gtmsecshrdir/ 0755 != 0755" >> debian/$(BINPKG).lintian-overrides
-	echo "$(BINPKG): non-standard-executable-perm usr/lib/*/fis-gtm/*/plugin/gtmcrypt/maskpass 0755 != 0755" >> debian/$(BINPKG).lintian-overrides
-	echo "$(BINPKG): non-standard-file-perm usr/lib/*/fis-gtm/*/* 0664 != 0644" >> debian/$(BINPKG).lintian-overrides
-	echo "$(BINPKG): non-standard-file-perm usr/lib/*/fis-gtm/*/utf8/* 0664 != 0644" >> debian/$(BINPKG).lintian-overrides
 
 	dh_lintian
 



View it on GitLab: https://salsa.debian.org/med-team/fis-gtm/compare/d7ee4388dafa4ef988250ba677e3400d6999d967...64833ceb58a12ee8db34c70ef2f4cc91b42750e0

---
View it on GitLab: https://salsa.debian.org/med-team/fis-gtm/compare/d7ee4388dafa4ef988250ba677e3400d6999d967...64833ceb58a12ee8db34c70ef2f4cc91b42750e0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180228/53a531cf/attachment-0001.html>


More information about the debian-med-commit mailing list