aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-28 21:31:40 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-28 21:31:40 +0200
commit419e44a0d760848363ee408683ddb1dcf0d2bac2 (patch)
treefdc01dc0e1beeb2c6aaf155a7e4c68ba06f0cd96
parent04a1bb84f5e296df0fb41519675a35c18072c9b8 (diff)
downloadgnunet-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-xdebian/rules2
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
16override_dh_builddeb:
17 dh_builddeb -- -Zgzip
16 18
17override_dh_install: 19override_dh_install:
18 dh_install 20 dh_install