diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:34:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:34:49 +0000 |
commit | cfc1e13df2ca35fc9396aa13817d70d136e46720 (patch) | |
tree | 6b0ae0428f1d1668e4f66e700b5613b40a075e0f | |
parent | Updating source compression (Reopens: #770214). (diff) | |
download | debootstrap-cfc1e13df2ca35fc9396aa13817d70d136e46720.tar.xz debootstrap-cfc1e13df2ca35fc9396aa13817d70d136e46720.zip |
Updating binary compression (Reopens: #770217).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index e5e45d1..ad22962 100755 --- a/debian/rules +++ b/debian/rules @@ -24,8 +24,3 @@ override_dh_auto_install: override_dh_gencontrol: dh_gencontrol -- -Vkeyring=$(KEYRING) - -# Specify gzip to mitigate #770217: -override_dh_builddeb: - dh_builddeb -pdebootstrap -- -Zgzip - dh_builddeb -pdebootstrap-udeb -- -Zxz |