summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2017-10-19 07:47:15 -0700
committerJohn Stebbins <[email protected]>2017-10-19 07:47:15 -0700
commita42b0407a799a518aeb750e85c1da71470c0837c (patch)
tree3d4459092e8bde82ed57f760c9afc272cadf812f /pkg
parentca0af3c0723b55b6e6ba3b7717080a3ebfe284d4 (diff)
LinGui: fix Ubuntu 17.10 snapshots
Compression method bzip2 is no longer supported by dpkg-deb
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/linux/debian/rules.artful2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/debian/rules.artful b/pkg/linux/debian/rules.artful
index bab615cfe..4120975bd 100755
--- a/pkg/linux/debian/rules.artful
+++ b/pkg/linux/debian/rules.artful
@@ -79,7 +79,7 @@ binary-arch: build install
dh_shlibdeps -a
dh_gencontrol -a $(FORCEVERSION)
dh_md5sums -a
- dh_builddeb -a --destdir=$(PKGDESTDIR) -- -Zbzip2
+ dh_builddeb -a --destdir=$(PKGDESTDIR) -- -Zxz
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install