[Pkg-xen-devel] [PATCH 07/13] d/xen-utils-common.install: ship /etc/default/xen

Hans van Kranenburg hans at knorrie.org
Sun Feb 10 23:42:05 GMT 2019


This file has been in the package before, it contained TOOLSTACK= to
switch between xm and xl. It was abandoned and never cleaned up, so old
installs still have this file.

Ship it again.
---
 debian/control                  | 1 +
 debian/xen-utils-common.install | 3 +++
 2 files changed, 4 insertions(+)
 mode change 100644 => 100755 debian/xen-utils-common.install

diff --git a/debian/control b/debian/control
index 72dc3e76de..167f8dfcc0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Section: admin
 Standards-Version: 3.9.4
 Build-Depends:
    debhelper (>= 10),
+   dh-exec,
    autotools-dev,
    dpkg-dev (>= 1.16.0~),
    rdfind,
diff --git a/debian/xen-utils-common.install b/debian/xen-utils-common.install
old mode 100644
new mode 100755
index 0f6cb8e3c2..6f48749139
--- a/debian/xen-utils-common.install
+++ b/debian/xen-utils-common.install
@@ -1,8 +1,11 @@
+#! /usr/bin/dh-exec --with=install
+
 etc/xen/scripts
 etc/xen/xl*
 etc/bash_completion.d/xl.sh	usr/share/bash-completion/completions/
 
 etc/default/xendomains
+etc/default/xencommons => /etc/default/xen
 etc/xen/oxenstored.conf
 
 usr/bin
-- 
2.20.1




More information about the Pkg-xen-devel mailing list