diff --git a/debian/control b/debian/control index 3ca6004..009b81e 100644 --- a/debian/control +++ b/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, diff --git a/debian/gitea.lintian-overrides b/debian/gitea.lintian-overrides index 4b9826f..f5ad20b 100644 --- a/debian/gitea.lintian-overrides +++ b/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 diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..d9d4b46 --- /dev/null +++ b/debian/source/lintian-overrides @@ -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