gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-exchange] 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:06 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

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

commit 35f477819cd280263bf8c7698779846cd7c3b706
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 21:32:03 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 d88ca73f..fa259625 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]