diff options
author | Andrei Belov <defan@nginx.com> | 2020-12-16 09:56:01 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2020-12-16 09:56:01 +0300 |
commit | 0c1abda39110fb0dccf8853996897fe24454930d (patch) | |
tree | f0a8725dc1d7f2d6fb5736fff70866367dadec22 /pkg/deb | |
parent | d15acabfc59472457f06563a939be3c97fc6b5d9 (diff) | |
download | unit-0c1abda39110fb0dccf8853996897fe24454930d.tar.gz unit-0c1abda39110fb0dccf8853996897fe24454930d.tar.bz2 |
Packages: the NOTICE file added to debian binaries.
This resolves the following lintian error:
https://lintian.debian.org/tags/missing-notice-file-for-apache-license.html
While here, changed upstream changelog name to conform with the policy:
https://lintian.debian.org/tags/wrong-name-for-upstream-changelog.html
Diffstat (limited to 'pkg/deb')
-rw-r--r-- | pkg/deb/debian/rules.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/deb/debian/rules.in b/pkg/deb/debian/rules.in index a4696793..3d6bfe22 100644 --- a/pkg/deb/debian/rules.in +++ b/pkg/deb/debian/rules.in @@ -104,8 +104,9 @@ install: build do.tests install -m 644 $(BUILDDIR_unit_debug)/build/libunit.a $(INSTALLDIR_dev)/usr/lib/$(DEB_HOST_MULTIARCH)/libunit-debug.a mkdir -p $(INSTALLDIR)/usr/share/doc/unit/examples install -m 644 debian/unit.example.config $(INSTALLDIR)/usr/share/doc/unit/examples/example.config - install -m 644 CHANGES $(INSTALLDIR)/usr/share/doc/unit/ + install -m 644 CHANGES $(INSTALLDIR)/usr/share/doc/unit/changelog install -m 644 README $(INSTALLDIR)/usr/share/doc/unit/ + install -m 644 NOTICE $(INSTALLDIR)/usr/share/doc/unit/ binary-indep: build install dh_testdir |