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

* qubesos/pr/46:
  Enable build for Zesty
This commit is contained in:
Marek Marczykowski-Górecki 2017-07-04 13:39:06 +02:00
commit 6c34571b66
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 4 additions and 1 deletions

View File

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

2
debian/control vendored
View File

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