dh_auto_configure -- --target=linux
override_dh_auto_test:
- #dh_auto_test -a || (grep . test-suite.log giada_test.log; false)
- make check || (grep . test-suite.log giada_test.log; false)
+ @echo home: $(HOME)
+ HOME=/tmp dh_auto_test -a || (grep . test-suite.log giada_test.log; false)
+ #make check || (grep . test-suite.log giada_test.log; false)
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=.
XZ_OPT=-9 tar cJf ../$(PKG)_$(UPSTREAM_VERSION)~$(DFSG).orig.tar.xz $(PKG)-$(UPSTREAM_VERSION)~$(DFSG)
rm -rf $(PKG)-$(UPSTREAM_VERSION)~$(DFSG)
rm -rf $(PKG)_$(UPSTREAM_VERSION).orig.tar.gz
+