gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: make sure Debian packages created on Ubu


From: gnunet
Subject: [gnunet] 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:31:37 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

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

commit 877f8e25c8808129c2d3d219d8efc65cec3e6985
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 21:31:29 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 136100584..636bd89c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,9 @@ override_dh_auto_install-arch:
                debian/tmp/usr/bin/gnunet-template \
                debian/tmp/usr/bin/gnunet-helper-transport-wlan-dummy
 
+override_dh_builddeb:
+    dh_builddeb -- -Zgzip
+
 override_dh_auto_install-indep:
 
 override_dh_installsystemd:

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