diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-28 21:31:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-28 21:31:40 +0200 |
commit | 419e44a0d760848363ee408683ddb1dcf0d2bac2 (patch) | |
tree | fdc01dc0e1beeb2c6aaf155a7e4c68ba06f0cd96 | |
parent | 04a1bb84f5e296df0fb41519675a35c18072c9b8 (diff) | |
download | gnunet-gtk-419e44a0d760848363ee408683ddb1dcf0d2bac2.tar.gz gnunet-gtk-419e44a0d760848363ee408683ddb1dcf0d2bac2.zip |
make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3544576d..1ff99e3d 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -13,6 +13,8 @@ execute_after_dh_auto_install: | |||
13 | rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la | 13 | rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la |
14 | rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gnunet/*.la | 14 | rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gnunet/*.la |
15 | 15 | ||
16 | override_dh_builddeb: | ||
17 | dh_builddeb -- -Zgzip | ||
16 | 18 | ||
17 | override_dh_install: | 19 | override_dh_install: |
18 | dh_install | 20 | dh_install |