diff --git a/.gitignore b/.gitignore index 6cf30ac..db2cb09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ debian/.debhelper debian/debhelper-build-stamp -debian/wit-hypervisor/ +debian/wit-hypervisor-config/ debian/files -debian/wit-hypervisor.postinst.debhelper -debian/wit-hypervisor.prerm.debhelper -debian/wit-hypervisor.substvars +debian/wit-hypervisor-config.postinst.debhelper +debian/wit-hypervisor-config.prerm.debhelper +debian/wit-hypervisor-config.substvars diff --git a/debian/changelog b/debian/changelog index 1eaaea8..a677d58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wit-hypervisor (1.0) unstable; urgency=low +wit-hypervisor-config (1.0) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index b5f6a12..0330fd3 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ -Source: wit-hypervisor +Source: wit-hypervisor-config Section: config Priority: extra Maintainer: toby Build-Depends: debhelper (>= 7.0.0~), config-package-dev (>= 4.15) Standards-Version: 3.9.2 -Package: wit-hypervisor +Package: wit-hypervisor-config Architecture: all Depends: ${misc:Depends}, frr (>= 4.0-wit), sed, tcpdump, mtr-tiny, iproute2, ifupdown, ipmitool, iptables, lldpd, strongswan, telnet, netcat, fping, curl, wget, ifstat, rsyslog, ncurses-term, net-tools, bridge-utils, vlan, gnupg, sudo, isc-dhcp-client Provides: ${diverted-files} diff --git a/debian/wit-hypervisor.displace b/debian/wit-hypervisor-config.displace similarity index 100% rename from debian/wit-hypervisor.displace rename to debian/wit-hypervisor-config.displace diff --git a/debian/wit-hypervisor.install b/debian/wit-hypervisor-config.install similarity index 100% rename from debian/wit-hypervisor.install rename to debian/wit-hypervisor-config.install diff --git a/debian/wit-hypervisor.links b/debian/wit-hypervisor-config.links similarity index 100% rename from debian/wit-hypervisor.links rename to debian/wit-hypervisor-config.links diff --git a/debian/wit-hypervisor.postinst b/debian/wit-hypervisor-config.postinst similarity index 100% rename from debian/wit-hypervisor.postinst rename to debian/wit-hypervisor-config.postinst diff --git a/debian/wit-hypervisor.preinst b/debian/wit-hypervisor-config.preinst similarity index 100% rename from debian/wit-hypervisor.preinst rename to debian/wit-hypervisor-config.preinst diff --git a/debian/wit-hypervisor.transform b/debian/wit-hypervisor-config.transform similarity index 100% rename from debian/wit-hypervisor.transform rename to debian/wit-hypervisor-config.transform