]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dh_builddeb: force gzip compression, thanks Zash! 11739/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 30 Jun 2022 11:51:00 +0000 (13:51 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 1 Jul 2022 10:56:49 +0000 (12:56 +0200)
(cherry picked from commit bbfa37c0232b56e2227668717dbb97ce4f01d990)

builder-support/debian/authoritative/debian-buster/rules
builder-support/debian/dnsdist/debian-buster/rules
builder-support/debian/recursor/debian-buster/rules

index 5dd51f643b527f5c477e0bc79371e3e327751efa..ba421a69b899575cd8146abb27308de27232e836 100755 (executable)
@@ -62,3 +62,6 @@ override_dh_fixperms:
        dh_fixperms
        # these files often contain passwords.
        chmod 0640 debian/pdns-server/etc/powerdns/pdns.conf
+
+override_dh_builddeb:
+       dh_builddeb -- -Zgzip
index 3207e619bde2a09a04f98540563fd9596ab9a64a..13e18f15d6ffdf5867161a90d6d16cf2af930174 100755 (executable)
@@ -86,3 +86,6 @@ override_dh_fixperms:
         # these files often contain passwords. 640 as it is chowned to root:_dnsdist
        touch debian/dnsdist/etc/dnsdist/dnsdist.conf
        chmod 0640 debian/dnsdist/etc/dnsdist/dnsdist.conf
+
+override_dh_builddeb:
+       dh_builddeb -- -Zgzip
index cb024403b6d891988cb29965c3fdde5e986a630c..07d5f08910adbe35131bc1422167bd92c19b8484 100755 (executable)
@@ -75,3 +75,6 @@ override_dh_fixperms:
        dh_fixperms
 # these files often contain passwords. 640 as it is chowned to root:pdns
        chmod 0640 debian/pdns-recursor/etc/powerdns/recursor.conf
+
+override_dh_builddeb:
+       dh_builddeb -- -Zgzip