Merge remote-tracking branch 'qubesos/pr/86' into release3.2

* qubesos/pr/86:
  Configure for build of artful templates, and remove zesty.
This commit is contained in:
Marek Marczykowski-Górecki 2018-02-22 20:12:02 +01:00
commit 99826220ca
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -16,7 +16,7 @@ source-debian-quilt-copy-in:
if [ $(DIST) == trusty ] ; then \
sed -i /locales-all/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\
fi
if [ $(DIST) == zesty ] ; then \
if [ $(DIST) == artful ] ; then \
sed -i /initscripts/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\
fi
-$(shell $(ORIG_SRC)/debian-quilt $(ORIG_SRC)/series-debian-vm.conf $(CHROOT_DIR)/$(DIST_SRC)/debian/patches)