Enable build for Zesty

This commit is contained in:
unman 2017-05-23 23:59:41 +01:00
parent d73221ba3b
commit b445ebce50
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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
View File

@ -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),