Skip to content

Commit

Permalink
Build .deb with gz instead of zstd compression
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds authored and rcoup committed Apr 6, 2024
1 parent 57b9227 commit c7d7466
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,7 @@ override_dh_numpy3:

override_dh_makeshlibs:
dh_makeshlibs -- -c0 -v$(UPSTREAM_VERSION)

# disable ZSTD compression since it seems to break gdal-data package when uploaded to aptly
override_dh_builddeb:
dh_builddeb -- -Zgzip

0 comments on commit c7d7466

Please sign in to comment.