Configure for build of artful templates, and remove zesty.

This commit is contained in:
unman 2018-02-01 19:42:40 +00:00
parent bf69335074
commit 79e3cfff79
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C

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)