Upstream tarball is .gz
authorStephane Glondu <steph@glondu.net>
Fri, 12 Jun 2015 14:37:53 +0000 (16:37 +0200)
committerStephane Glondu <steph@glondu.net>
Fri, 12 Jun 2015 14:37:53 +0000 (16:37 +0200)
debian/rules

index 88886755489fdb9743b082c93b743bbc9239c5f1..74a2fa2ea9eba6193458bb8e8f32ae001c8bfffb 100755 (executable)
@@ -32,7 +32,7 @@ MD5SUMSDIR = /var/lib/ocaml/md5sums
 INSTDIR = $(CURDIR)/debian/tmp/usr
 DISTDIR = $(PACKAGE)-$(OCAML_ABI)
 UPSTREAM_VERSION = $(shell dpkg-parsechangelog | awk '/^Version:/{print $$2}' | { read u; echo $${u%-*}; })
-UPSTREAM_TARBALL = ../$(PACKAGE)_$(UPSTREAM_VERSION).orig.tar.xz
+UPSTREAM_TARBALL = ../$(PACKAGE)_$(UPSTREAM_VERSION).orig.tar.gz
 SRCTARBALL = $(PACKAGE)-source-$(OCAML_ABI).tar
 
 TESTDIR := debian/test-build