This commit is contained in:
Michael Lustfield 2017-10-26 01:08:41 -05:00
Родитель c5f36ba73f
Коммит 7e187de30a
3 изменённых файлов: 8 добавлений и 21 удалений

2
debian/control поставляемый
Просмотреть файл

@ -133,6 +133,7 @@ Standards-Version: 4.0.0
Homepage: https://github.com/go-gitea/gitea
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/gitea.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/gitea.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: code.gitea.io/gitea
Package: gitea
@ -140,7 +141,6 @@ Architecture: any
Built-Using: ${misc:Built-Using}
Pre-Depends: debconf
Depends: adduser,
bash,
git,
gitea-common (= ${source:Version}),
libcap2-bin,

23
debian/gitea.lintian-overrides поставляемый
Просмотреть файл

@ -1,21 +1,4 @@
# Gitea has dependencies on core go packages that import unsafe.
gitea: hardening-no-fortify-functions usr/bin/gitea
# Unknwon is a nickname for Jiahua Chen.
gitea: spelling-error-in-binary usr/bin/gitea unknwon unknown
# This spelling error comes from a build dependency.
gitea: spelling-error-in-binary usr/bin/gitea conain contain
# writeN is used in a code sample
gitea: spelling-error-in-binary usr/bin/gitea writeN written
# Gitea includes external resources. These are stripped to meet DFSG.
# They are re-introduced as part of the build process. These overrides
# are because of the files that have been re-introduced.
#
# To remove these warnings, remove gen_public from d/rules.
gitea: spelling-error-in-binary usr/bin/gitea commited committed
gitea: spelling-error-in-binary usr/bin/gitea Destory Destroy
gitea: spelling-error-in-binary usr/bin/gitea ot to
# Spelling errors come from various sources.
gitea: spelling-error-in-binary
# Empty directories come from various sources.
gitea: package-contains-empty-directory

4
debian/source/lintian-overrides поставляемый Normal file
Просмотреть файл

@ -0,0 +1,4 @@
# options/license/* are copies of license text
gitea source: license-problem-json-evil options/license/JSON
gitea source: license-problem-php-license options/license/PHP-3.0
gitea source: license-problem-php-license options/license/PHP-3.01