on raspbian.
* Fix clean target.
- -- Raspbian forward porter <root@raspbian.org> Fri, 02 Aug 2019 20:39:30 +0000
+ [changes introduce in 60.8.0esr-1+rpi1 by Peter Michael Green]
+ * Use a fake homedir for build (Closes: 933757).
+
+ -- Peter Michael Green <plugwash@raspbian.org> Wed, 14 Aug 2019 22:49:11 +0000
firefox-esr (60.8.0esr-1) unstable; urgency=medium
#!/usr/bin/make -f
+export HOME=$(CURDIR)/fakehome
+
TESTDIR = $(shell dh_testdir || echo no)
ifeq (,$(TESTDIR))
include debian/make.mk
endif
override_dh_auto_configure:
+ mkdir -p fakehome
stamps/prepare-configure:: stamps/dummy
for dir in $(AUTOCONF_DIRS); do \
done; \
done
rm -rf build-browser
+ rm -rf fakehome
override_dh_clean:
dh_clean -XCargo.toml.orig