aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-28 21:31:29 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-28 21:31:29 +0200
commit877f8e25c8808129c2d3d219d8efc65cec3e6985 (patch)
tree0e24fcfaaa9b168b9082059c0bc8b8f86e16d330
parent2d83ca5d63750529c8fde313c2310adb3a689e0d (diff)
downloadgnunet-877f8e25c8808129c2d3d219d8efc65cec3e6985.tar.gz
gnunet-877f8e25c8808129c2d3d219d8efc65cec3e6985.zip
make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 136100584..636bd89c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,9 @@ override_dh_auto_install-arch:
33 debian/tmp/usr/bin/gnunet-template \ 33 debian/tmp/usr/bin/gnunet-template \
34 debian/tmp/usr/bin/gnunet-helper-transport-wlan-dummy 34 debian/tmp/usr/bin/gnunet-helper-transport-wlan-dummy
35 35
36override_dh_builddeb:
37 dh_builddeb -- -Zgzip
38
36override_dh_auto_install-indep: 39override_dh_auto_install-indep:
37 40
38override_dh_installsystemd: 41override_dh_installsystemd: