Enable build for Zesty
This commit is contained in:
parent
d73221ba3b
commit
b445ebce50
2
Makefile
2
Makefile
@ -281,7 +281,7 @@ else
|
||||
install -m 0644 misc/py2/xdg.py* $(DESTDIR)/$(PYTHON_SITEARCH)/qubes/
|
||||
endif
|
||||
|
||||
ifneq (,$(filter xenial stretch, $(shell lsb_release -cs)))
|
||||
ifneq (,$(filter xenial zesty stretch, $(shell lsb_release -cs)))
|
||||
mkdir -p $(DESTDIR)/etc/systemd/system/
|
||||
install -m 0644 vm-systemd/haveged.service $(DESTDIR)/etc/systemd/system/
|
||||
endif
|
||||
|
@ -16,6 +16,9 @@ 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 \
|
||||
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)
|
||||
tar cfz $(ORIG_FILE) --exclude-vcs --exclude=rpm --exclude=pkgs --exclude=deb --exclude=debian -C $(CHROOT_DIR)/$(DIST_SRC) .
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -1,7 +1,7 @@
|
||||
Source: qubes-core-agent
|
||||
Section: admin
|
||||
Priority: extra
|
||||
Maintainer: Davíð Steinn Geirsson <david@dsg.is>
|
||||
Maintainer: unman <unman@thirdeyesecurity.org>
|
||||
Build-Depends:
|
||||
libqrexec-utils-dev,
|
||||
libqubes-rpc-filecopy-dev (>= 3.1.3),
|
||||
|
Loading…
Reference in New Issue
Block a user