gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: make sure Debian packages create


From: gnunet
Subject: [taler-merchant] branch master updated: make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm
Date: Tue, 28 Jun 2022 21:32:09 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 25abbe8b make sure Debian packages created on Ubuntu 21+ still work 
with Debian reprepro: force Debian standard compression algorithm
25abbe8b is described below

commit 25abbe8bf6db4c2b2c2656e83b38e55cf2fa76c2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 21:32:08 2022 +0200

    make sure Debian packages created on Ubuntu 21+ still work with Debian 
reprepro: force Debian standard compression algorithm
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index a1c05528..3df9f5d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ include /usr/share/dpkg/architecture.mk
 %:
        dh ${@}
 
+override_dh_builddeb:
+    dh_builddeb -- -Zgzip
+
 override_dh_auto_configure-arch:
        dh_auto_configure -- --disable-rpath --with-microhttpd=yes $(shell 
dpkg-buildflags --export=configure)
 

-- 
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]