diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:38:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:38:30 +0000 |
commit | a88cdd6d95d78af268944b86a2e0375dc837aead (patch) | |
tree | 94c7d9fc8408ceed4f68480aedf8c8e609ff0976 | |
parent | Updating source compression (Reopens: #770214). (diff) | |
download | debootstrap-a88cdd6d95d78af268944b86a2e0375dc837aead.tar.xz debootstrap-a88cdd6d95d78af268944b86a2e0375dc837aead.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 |