Merge remote-tracking branch 'qubesos/pr/46'
* qubesos/pr/46: Enable build for Zesty
This commit is contained in:
commit
6c34571b66
@ -15,6 +15,9 @@ source-debian-quilt-copy-in:
|
|||||||
if [ $(DIST) == trusty ] ; then \
|
if [ $(DIST) == trusty ] ; then \
|
||||||
sed -i /locales-all/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\
|
sed -i /locales-all/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\
|
||||||
fi
|
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)
|
-$(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) .
|
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
|
Source: qubes-core-agent
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
|
Maintainer: unman <unman@thirdeyesecurity.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
libqrexec-utils-dev,
|
libqrexec-utils-dev,
|
||||||
libqubes-rpc-filecopy-dev (>= 3.1.3),
|
libqubes-rpc-filecopy-dev (>= 3.1.3),
|
||||||
|
Loading…
Reference in New Issue
Block a user