From 653d175c3047ee5ff98d5875bc77493f1fbb1914 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jul 2018 17:31:30 +0000 Subject: [PATCH] package rename to -config --- .gitignore | 8 ++++---- debian/changelog | 2 +- debian/control | 4 ++-- ...hypervisor.displace => wit-hypervisor-config.displace} | 0 ...t-hypervisor.install => wit-hypervisor-config.install} | 0 .../{wit-hypervisor.links => wit-hypervisor-config.links} | 0 ...hypervisor.postinst => wit-hypervisor-config.postinst} | 0 ...t-hypervisor.preinst => wit-hypervisor-config.preinst} | 0 ...pervisor.transform => wit-hypervisor-config.transform} | 0 9 files changed, 7 insertions(+), 7 deletions(-) rename debian/{wit-hypervisor.displace => wit-hypervisor-config.displace} (100%) rename debian/{wit-hypervisor.install => wit-hypervisor-config.install} (100%) rename debian/{wit-hypervisor.links => wit-hypervisor-config.links} (100%) rename debian/{wit-hypervisor.postinst => wit-hypervisor-config.postinst} (100%) rename debian/{wit-hypervisor.preinst => wit-hypervisor-config.preinst} (100%) rename debian/{wit-hypervisor.transform => wit-hypervisor-config.transform} (100%) 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