summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-28 21:32:23 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-28 21:32:23 +0200
commit257f4e9a8e7bf0c6629b99d4990e584e82fc82eb (patch)
tree18ac490d0382c8a7a584380215ed4f60b62ce421 /debian
parentdfb385aac96a20fd36bd7f939e96c0b3aca2c022 (diff)
downloadwallet-core-257f4e9a8e7bf0c6629b99d4990e584e82fc82eb.tar.gz
wallet-core-257f4e9a8e7bf0c6629b99d4990e584e82fc82eb.tar.bz2
wallet-core-257f4e9a8e7bf0c6629b99d4990e584e82fc82eb.zip
make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
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: