Skip to content

Commit

Permalink
Change build command and force gzip compression
Browse files Browse the repository at this point in the history
Remove rules file which isn't used in this very simple scenario
  • Loading branch information
zeitounator committed Dec 13, 2023
1 parent eedcc82 commit 6e6eae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debpack
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ build() {
normalize_perms .debpack

green "Building package"
fakeroot dpkg --build .debpack
fakeroot dpkg-deb -b -Zgzip -z9 .debpack

dpkg --info .debpack.deb
dpkg --contents .debpack.deb
Expand Down

0 comments on commit 6e6eae4

Please sign in to comment.