gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: make sure Debian packages cre


From: gnunet
Subject: [taler-wallet-core] 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:25 +0200

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

grothoff pushed a commit to branch master
in repository wallet-core.

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

commit 257f4e9a8e7bf0c6629b99d4990e584e82fc82eb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 21:32:23 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 41004f15..6f98dc06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,9 @@ override_dh_auto_install:
        dh_install $(cli_dir)/dist/taler-wallet-cli.js.map 
$(TALER_WALLET_HOME)/node_modules/taler-wallet-cli/dist
        dh_link 
$(TALER_WALLET_HOME)/node_modules/taler-wallet-cli/bin/taler-wallet-cli 
/usr/bin/taler-wallet-cli
 
+override_dh_builddeb:
+    dh_builddeb -- -Zgzip
+
 binary:
        dh $@
 binary-arch:

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