From 321ad5dd1079aa6a7aa74f6471eb9011c6142500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Moj=C5=BE=C3=AD=C5=A1?= Date: Tue, 8 Aug 2023 12:50:04 +0200 Subject: [PATCH 1/2] d/control removed dependency nginx-dev to nginx and added dependency nginx-dev to ${nginx:abi} --- debian/changelog | 2 ++ debian/control | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3a7ae65..a11f83c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ nginx (1.24.0-2) UNRELEASED; urgency=medium * d/po/ro.po added Romanian debconf translation. (Closes: 1033084), Thanks to Remus-Gabriel Chelu * d/conf/mime.types added video/ogg, video/x-matroska (Closes: 1028144) + * d/control removed dependency nginx-dev to nginx and added dependency + nginx-dev to ${nginx:abi} -- Jan Mojžíš Fri, 30 Jun 2023 09:52:25 +0200 diff --git a/debian/control b/debian/control index 8d2d93f..970bb47 100644 --- a/debian/control +++ b/debian/control @@ -66,8 +66,7 @@ Package: nginx-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${S:Build-Depends}, - nginx (<< ${source:Version}.1~), - nginx (>= ${source:Version}), + ${nginx:abi}, Provides: dh-sequence-nginx Description: nginx web/proxy server - development headers Nginx ("engine X") is a high-performance web and reverse proxy server From f420e12a7c6df646261d23c30a7551443bc6b286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Moj=C5=BE=C3=AD=C5=A1?= Date: Tue, 8 Aug 2023 15:47:52 +0200 Subject: [PATCH 2/2] d/control fix nginx-dev dependency --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 970bb47..bbcd6d0 100644 --- a/debian/control +++ b/debian/control @@ -66,7 +66,8 @@ Package: nginx-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${S:Build-Depends}, - ${nginx:abi}, + ${nginx:abi} (>= ${source:Version}), + ${nginx:abi} (<< ${source:Version}.1~), Provides: dh-sequence-nginx Description: nginx web/proxy server - development headers Nginx ("engine X") is a high-performance web and reverse proxy server