Browse Source

Enable build for Zesty

unman 7 years ago
parent
commit
b445ebce50
3 changed files with 5 additions and 2 deletions
  1. 1 1
      Makefile
  2. 3 0
      Makefile.builder
  3. 1 1
      debian/control

+ 1 - 1
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

+ 3 - 0
Makefile.builder

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

+ 1 - 1
debian/control

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