From b911b7d09dc528fee0d9f449387761871163f80e Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Mon, 27 May 2019 22:40:27 -0700 Subject: [PATCH] Lintian feedback --- source/debian/control | 2 +- source/debian/source/format | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 source/debian/source/format diff --git a/source/debian/control b/source/debian/control index a9ff8f2..1b67b8d 100644 --- a/source/debian/control +++ b/source/debian/control @@ -7,7 +7,7 @@ Section: httpd Package: nginx Priority: optional Architecture: amd64 -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6) Description: high performance web server nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server. diff --git a/source/debian/source/format b/source/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/source/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- GitLab