mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(linux): Address a few more lintian warnings
This commit is contained in:
parent
c3da55d9ae
commit
2c1b155570
2 changed files with 70 additions and 44 deletions
|
|
@ -9,8 +9,7 @@ insert_final_newline = true
|
|||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
# Lintian in Debian complains about lines > 512
|
||||
max_line_length = 512
|
||||
max_line_length = 160
|
||||
|
||||
[{Makefile,rules}]
|
||||
indent_style = tab
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Source: https://github.com/keymanapp/keyman
|
|||
|
||||
Files: *
|
||||
Copyright: 2018-2022 SIL International
|
||||
License: Expat
|
||||
License: MIT
|
||||
|
||||
Files: linux/ibus-keyman/*
|
||||
Copyright: 2004-2022 SIL International
|
||||
|
|
@ -16,7 +16,7 @@ Files: linux/ibus-keyman/src/keymanutil.c
|
|||
linux/ibus-keyman/src/kmpdetails.c
|
||||
linux/ibus-keyman/src/kmpdetails.h
|
||||
Copyright: 2009-2022 SIL International
|
||||
License: GPL-2+ or Expat
|
||||
License: GPL-2+ or MIT
|
||||
|
||||
Files: linux/ibus-keyman/src/keyman-service.c
|
||||
linux/ibus-keyman/src/keyman-service.h
|
||||
|
|
@ -60,14 +60,13 @@ Files: linux/ibus-keyman/m4/gettext.m4
|
|||
linux/ibus-keyman/m4/nls.m4
|
||||
linux/ibus-keyman/m4/po.m4
|
||||
linux/ibus-keyman/m4/progtest.m4
|
||||
Copyright: 1995--2014, Free Software Foundation, Inc.
|
||||
License: FSFULLR and/or GPL-3 and/or LGPL-3
|
||||
Copyright: 1995-2014, Free Software Foundation, Inc.
|
||||
License: FSFULLR or GPL-3 or LGPL-3
|
||||
|
||||
Files: linux/ibus-keyman/install-sh
|
||||
linux/keyman-config/COPYING
|
||||
Copyright: 1994, X Consortium
|
||||
2018, SIL International
|
||||
License: Expat
|
||||
License: MIT
|
||||
|
||||
Files: linux/ibus-keyman/INSTALL
|
||||
linux/ibus-keyman/po/Makefile.in.in
|
||||
|
|
@ -95,7 +94,13 @@ Files: linux/keyman-config/buildtools/help2man
|
|||
Copyright: 1997-2005, 2009-2017, 2020-2021, Free Software Foundation, Inc.
|
||||
License: GPL-3+
|
||||
|
||||
License: Expat
|
||||
Files: debian/com.keyman.config.appdata.xml
|
||||
debian/com.keyman.ibus_keyman.metainfo.xml
|
||||
Copyright: 2019 Daniel Glassey <wdg@debian.org>
|
||||
2022 SIL International
|
||||
License: MIT
|
||||
|
||||
License: MIT
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
|
|
@ -134,6 +139,24 @@ License: GPL-2+
|
|||
License version 2 can be found in the file
|
||||
`/usr/share/common-licenses/GPL-2'.
|
||||
|
||||
License: GPL-3
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, version 3.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
.
|
||||
On Debian systems, the full text of the GNU General Public
|
||||
License version 3 can be found in the file
|
||||
`/usr/share/common-licenses/GPL-3'.
|
||||
|
||||
License: GPL-3+
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -200,3 +223,7 @@ License: LGPL-2.1+
|
|||
On Debian systems, the full text of the GNU Lesser General Public
|
||||
License version 2.1 can be found in the file
|
||||
`/usr/share/common-licenses/LGPL-2.1'.
|
||||
|
||||
License: LGPL-3
|
||||
On Debian systems, the full text of the GNU Lesser General Public
|
||||
License version 3 can be found in `/usr/share/common-licenses/LGPL-3'.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue