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..bbcd6d0 100644 --- a/debian/control +++ b/debian/control @@ -66,8 +66,8 @@ Package: nginx-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${S:Build-Depends}, - nginx (<< ${source:Version}.1~), - nginx (>= ${source:Version}), + ${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