]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dh_builddeb: force gzip compression, thanks Zash! 11735/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>
Thu, 30 Jun 2022 11:58:56 +0000 (13:58 +0200)
builder-support/debian/authoritative/debian-buster/rules
builder-support/debian/dnsdist/debian-buster/rules
builder-support/debian/recursor/debian-buster/rules

index d9a66f7af769412015db311514c0f7a665e3c73b..09ca0fb8d2a4cffcca502159d9ea54584ac9cb6d 100755 (executable)
@@ -63,3 +63,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