diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-28 21:32:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-28 21:32:23 +0200 |
commit | 257f4e9a8e7bf0c6629b99d4990e584e82fc82eb (patch) | |
tree | 18ac490d0382c8a7a584380215ed4f60b62ce421 /debian/rules | |
parent | dfb385aac96a20fd36bd7f939e96c0b3aca2c022 (diff) |
make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
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: |