diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-24 13:05:17 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-24 13:05:17 +0100 |
commit | 59a8ce16c106776d48669ce8d341dbdf8dab5d37 (patch) | |
tree | dba45205a82e9629fd86a70015537fff935cdbf0 /debian/rules | |
parent | d2c12c8d83d9bca74b4ed13e40f99cc44456af28 (diff) |
disable xen for now
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index c7a25a4..c2e3318 100755 --- a/debian/rules +++ b/debian/rules @@ -265,13 +265,10 @@ 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 |