summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2016-02-03 15:11:32 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2016-02-03 15:11:32 +0100
commit6662d5a434c96b9564a66526f778144f52dbdb89 (patch)
tree8c094acffdbc82e994bae83ae968d91bc1f789c7
parenta2a2bb3e07ba323644e18e8a0a36f43374533756 (diff)
Revert "disable xen for now"
This reverts commit 59a8ce16c106776d48669ce8d341dbdf8dab5d37.
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index c2e3318..c7a25a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -265,10 +265,13 @@ endif
dh_compress -a -N$(pkg) -N$(pkg_udeb) -N$(pkg_xen) -N$(pkg_xen_udeb) -N$(pkg_dbg) -N$(pkg_xen_dbg)
ifeq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
dh_compress -p$(pkg) boot/gnumach-$(VERSION)-$(MACHINE)
+ dh_compress -p$(pkg_xen) boot/gnumach-$(VERSION)-xen-$(MACHINE)
ifeq ($(DEB_HOST_ARCH_OS),hurd)
dh_compress -p$(pkg_udeb) boot/gnumach
+ dh_compress -p$(pkg_xen_udeb) boot/gnumach
endif
dh_compress -p$(pkg_dbg) boot/gnumach-$(VERSION)-$(MACHINE)-dbg
+ dh_compress -p$(pkg_xen_dbg) boot/gnumach-$(VERSION)-xen-$(MACHINE)-dbg
endif
dh_fixperms -a
dh_installdeb -a