gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: make sure Debian packages c


From: gnunet
Subject: [taler-anastasis-gtk] 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:56 +0200

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

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

commit 7f72e1a56329d2def377b25599f6ac583e5fd89b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 21:31:54 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 94830cc..4b4c33e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture 
-qDEB_HOST_MULTIARCH)
 %:
        dh ${@}
 
+override_dh_builddeb:
+    dh_builddeb -- -Zgzip
+
 override_dh_auto_configure:
        dh_auto_configure -- --disable-rpath
 

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