summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-28 21:31:59 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-28 21:31:59 +0200
commitcf410ffe227c45bc8729626509864ef0c317ce9c (patch)
tree2422e5f99672ef67bb8ca8aa8ba358e0e797ebd9
parenta863e72c302775e2da1af5af4b46ad56f7186142 (diff)
downloadsync-cf410ffe227c45bc8729626509864ef0c317ce9c.tar.gz
sync-cf410ffe227c45bc8729626509864ef0c317ce9c.tar.bz2
sync-cf410ffe227c45bc8729626509864ef0c317ce9c.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 d33da79..ed2f6c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ include /usr/share/dpkg/architecture.mk
%:
dh ${@}
+override_dh_builddeb:
+ dh_builddeb -- -Zgzip
+
override_dh_auto_configure-arch:
dh_auto_configure -- --disable-rpath --with-microhttpd=yes $(shell dpkg-buildflags --export=configure)