Browse Source

Merge remote-tracking branch 'qubesos/pr/46'

* qubesos/pr/46:
  Enable build for Zesty
Marek Marczykowski-Górecki 6 years ago
parent
commit
6c34571b66
2 changed files with 4 additions and 1 deletions
  1. 3 0
      Makefile.builder
  2. 1 1
      debian/control

+ 3 - 0
Makefile.builder

@@ -15,6 +15,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: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
+Maintainer: unman <unman@thirdeyesecurity.org>
 Build-Depends:
     libqrexec-utils-dev,
     libqubes-rpc-filecopy-dev (>= 3.1.3),