Skip to content

Commit

Permalink
Limited debian package to gzip (newer versions default to zstd)
Browse files Browse the repository at this point in the history
  • Loading branch information
medo64 committed May 28, 2023
1 parent 28e4945 commit 2dc492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ package: dist
@install -d $(PACKAGE_DIR)/opt/qtext/
@install bin/qtext $(PACKAGE_DIR)/opt/qtext/
@strip $(PACKAGE_DIR)/opt/qtext/qtext
@fakeroot dpkg-deb --build $(PACKAGE_DIR)/ > /dev/null
@fakeroot dpkg-deb -Z gzip --build $(PACKAGE_DIR)/ > /dev/null
@cp /tmp/$(PACKAGE_NAME).deb dist/
@$(RM) -r $(PACKAGE_DIR)/
@lintian --suppress-tags dir-or-file-in-opt dist/$(PACKAGE_NAME).deb
Expand Down

0 comments on commit 2dc492f

Please sign in to comment.