Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Fix sequence of DEP5 entried
· 1bad3899
Andreas Tille
authored
Feb 28, 2018
1bad3899
Do not leave license statement empty but add some relevant quote from the file instead
· 63248541
Andreas Tille
authored
Feb 28, 2018
63248541
Upload to unstable
· c28bf682
Andreas Tille
authored
Feb 28, 2018
c28bf682
Drop some unneeded lintian overrides
· 5f2f044c
Andreas Tille
authored
Feb 28, 2018
5f2f044c
Upload to unstable
· 64833ceb
Andreas Tille
authored
Feb 28, 2018
64833ceb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
64833ceb
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@fisglobal.com> Mon, 26 Feb 2018 04:57:51 -0500
fis-gtm (6.3-003A-1) unstable; urgency=medium
...
...
debian/copyright
View file @
64833ceb
...
...
@@ -6,18 +6,25 @@ Comment: .
Support with assured service levels on commercial terms can be
purchased from gtmsupport@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@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@kitware.com>
2013 - 2014 Amul Shah <Amul.Shah@fisglobal.com>
...
...
debian/rules
View file @
64833ceb
...
...
@@ -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
...
...