Skip to content

Commit

Permalink
Change debian package compression from gzip to xz
Browse files Browse the repository at this point in the history
  • Loading branch information
gordboy authored and trufae committed Jan 23, 2023
1 parent 1f21ed3 commit 7167458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/debian/deb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ ${PACKAGE_DIR}/build: ${PACKAGE_DIR}/debian-binary ${PACKAGE_DIR}/control \
rm -rf $@
mkdir $@
cp ${PACKAGE_DIR}/debian-binary $@/
cd ${PACKAGE_DIR}/control && tar czvf $@/control.tar.gz *
cd ${PACKAGE_DIR}/control && tar cJvf $@/control.tar.gz *
cd ${PACKAGE_DIR}/data && \
COPY_EXTENDED_ATTRIBUTES_DISABLE=true \
COPYFILE_DISABLE=true \
tar cpzvf $@/data.tar.gz *
tar cpJvf $@/data.tar.gz *

# Convert GNU ar to BSD ar that debian requires.
# Note: Order of files within ar archive is important!
Expand Down

0 comments on commit 7167458

Please sign in to comment.