From 257f4e9a8e7bf0c6629b99d4990e584e82fc82eb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 28 Jun 2022 21:32:23 +0200 Subject: 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(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 41004f155..6f98dc068 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: -- cgit v1.2.3