gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/03: make-dist.sh: allowed Debian trixie/sid


From: gnunet
Subject: [libmicrohttpd] 02/03: make-dist.sh: allowed Debian trixie/sid
Date: Mon, 29 Jan 2024 22:21:25 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0489469cd6b6076e972d64023e134846750bd0b6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Jan 29 22:11:16 2024 +0100

    make-dist.sh: allowed Debian trixie/sid
---
 contrib/make-dist.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/contrib/make-dist.sh b/contrib/make-dist.sh
index 47d580ac..f8ecf273 100755
--- a/contrib/make-dist.sh
+++ b/contrib/make-dist.sh
@@ -5,12 +5,13 @@
 # Optional autotools patches are applied for better toolchains
 # compatibility.
 #
-# Based on Debian SID baseline files as of April 2023.
+# Based on Debian SID baseline files as of January 2024.
 #
 
-if ! grep -Eq -e '^PRETTY_NAME="Debian GNU/Linux 12 \(bookworm\)"$' 
/etc/os-release
+if ! grep -Eq -e '^PRETTY_NAME="Debian GNU/Linux 12 \(bookworm\)"$' 
/etc/os-release && \
+   ! grep -Eq -e '^PRETTY_NAME="Debian GNU/Linux trixie/sid"$' /etc/os-release 
 then
-  echo "Only Debian 'bookworm' is supported by this script." >&2
+  echo "Only Debian 'bookworm' and 'trixie/sid' are supported by this script." 
>&2
   exit 1
 fi
 
@@ -95,7 +96,7 @@ echo '*** Building dist tarball...'
 echo ''
 ./configure || exit 7
 if have_command zopfli; then
-    make dist-custm2 'ARC_CMD=zopfli -v --gzip --i15' 'ARC_EXT=tar.gz' || exit 
7
+    make dist-custm2 'ARC_CMD=zopfli -v --gzip --i25' 'ARC_EXT=tar.gz' || exit 
7
 else
     make dist || exit 7
     echo '* zopfli is not installed, tarball size is suboptimal.'

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]