From 9947f2a2f00440be9e1b9d92eb3385b093637b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Moj=C5=BE=C3=AD=C5=A1?= Date: Wed, 12 Feb 2025 19:36:44 +0100 Subject: [PATCH 1/2] d/changelog: fix whitespace --- debian/changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d75820b..85ca09d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,13 @@ +nginx (1.26.3-3) UNRELEASED; urgency=medium + + * d/changelog: fix whitespace + + -- Jan Mojžíš Wed, 12 Feb 2025 19:37:40 +0100 + nginx (1.26.3-2) unstable; urgency=medium * Team upload - * Upload to unstable + * Upload to unstable -- Jérémy Lal Fri, 07 Feb 2025 12:53:11 +0100 From 9bd8be0d50c62987759f71b73fa3fa5e77236d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Moj=C5=BE=C3=AD=C5=A1?= Date: Wed, 12 Feb 2025 19:43:05 +0100 Subject: [PATCH 2/2] d/control: add libnginx-mod-http-lua dependency for nginx-extras package for riscv64 platform --- debian/changelog | 2 ++ debian/control | 2 +- debian/tests/control | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 85ca09d..11e38f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ nginx (1.26.3-3) UNRELEASED; urgency=medium * d/changelog: fix whitespace + * d/control: add libnginx-mod-http-lua dependency for nginx-extras package + for riscv64 platform -- Jan Mojžíš Wed, 12 Feb 2025 19:37:40 +0100 diff --git a/debian/control b/debian/control index 4f36832..47749f4 100644 --- a/debian/control +++ b/debian/control @@ -198,7 +198,7 @@ Depends: nginx (= ${binary:Version}), libnginx-mod-http-fancyindex, libnginx-mod-http-geoip2, libnginx-mod-http-headers-more-filter, - libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x powerpc], + libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x riscv64 powerpc], libnginx-mod-http-subs-filter, libnginx-mod-http-uploadprogress, libnginx-mod-http-upstream-fair, diff --git a/debian/tests/control b/debian/tests/control index 880cc6d..b8c6569 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -31,7 +31,7 @@ Depends: nginx-core, libnginx-mod-http-geoip2, libnginx-mod-http-headers-more-filter, libnginx-mod-http-image-filter, - libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x powerpc], + libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x riscv64 powerpc], libnginx-mod-http-perl, libnginx-mod-http-subs-filter, libnginx-mod-http-uploadprogress, @@ -62,7 +62,7 @@ Depends: nginx-full, libnginx-mod-http-geoip2, libnginx-mod-http-headers-more-filter, libnginx-mod-http-image-filter, - libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x powerpc], + libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x riscv64 powerpc], libnginx-mod-http-perl, libnginx-mod-http-subs-filter, libnginx-mod-http-uploadprogress, @@ -93,7 +93,7 @@ Depends: nginx-light, libnginx-mod-http-geoip2, libnginx-mod-http-headers-more-filter, libnginx-mod-http-image-filter, - libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x powerpc], + libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x riscv64 powerpc], libnginx-mod-http-perl, libnginx-mod-http-subs-filter, libnginx-mod-http-uploadprogress, @@ -124,7 +124,7 @@ Depends: nginx-extras, libnginx-mod-http-geoip2, libnginx-mod-http-headers-more-filter, libnginx-mod-http-image-filter, - libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x powerpc], + libnginx-mod-http-lua [amd64 arm64 armel armhf i386 mips64el mipsel s390x riscv64 powerpc], libnginx-mod-http-perl, libnginx-mod-http-subs-filter, libnginx-mod-http-uploadprogress,