From 75fe332ef1c2b628682b8b91f7fdd6576f467beb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 21:29:58 +0000 Subject: [PATCH] dpkg: Add support for debian.tar.gz archives git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7795 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f34290161..7ea1648d2 100644 --- a/Makefile +++ b/Makefile @@ -501,7 +501,7 @@ dpkg: ../scst_$(VERSION).orig.tar.xz output_files=( \ ../*_$(VERSION)-$(DEBIAN_REVISION)_*.deb \ ../*_$(VERSION)-$(DEBIAN_REVISION)_*.ddeb \ - ../scst_$(VERSION)-$(DEBIAN_REVISION).debian.tar.xz \ + ../scst_$(VERSION)-$(DEBIAN_REVISION).debian.tar.[gx]z \ ../scst_$(VERSION)-$(DEBIAN_REVISION).dsc \ ../scst_$(VERSION)-$(DEBIAN_REVISION)_amd64.build \ ../scst_$(VERSION)-$(DEBIAN_REVISION)_amd64.buildinfo \