1
0
mirror of synced 2026-04-26 04:16:54 +00:00

Switch from /usr/lib/xen-tools/ to /usr/share/xen-tools/ to properly adhere FHS

This commit is contained in:
Axel Beckert
2013-04-05 20:03:09 +02:00
parent b29117be02
commit 555ce383d3
61 changed files with 178 additions and 171 deletions

9
debian/NEWS vendored
View File

@@ -4,7 +4,14 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
environment variable names are from now on converted to underscores
("_") before being exported. May affect some hook or role scripts.
-- Axel Beckert <abe@debian.org> Wed, 13 Mar 2013 23:22:20 +0100
* /usr/lib/xen-tools/ has been moved to /usr/share/xen-tools/ to
properly adhere to FHS. In case you had local scripts added to
/usr/lib/xen-tools/, please move them to /usr/share/xen-tools/, too
and then remove /usr/lib/xen-tools/ and its left-over subdirectories
which all should be empty at that point, i.e. "rmdir -p
/usr/lib/xen-tools/*" should do the trick.
-- Axel Beckert <abe@debian.org> Fri, 05 Apr 2013 20:19:02 +0200
xen-tools (4.2~rc1-1) unstable; urgency=low

1
debian/changelog vendored
View File

@@ -2,6 +2,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
* New upstream release
- Code deduplication to unify the xen-*-image scripts
- Moves /usr/lib/xen-tools/ to /usr/share/xen-tools/
- Use http.debian.net as default Debian mirror if no mirror is given
and xt-guess-suite-and-mirror is not used.
- Fix symbolic link hooks/centos-6/15-setup-arch (Closes: #690299)

2
debian/dirs vendored
View File

@@ -1,4 +1,4 @@
/etc/xen-tools
/etc/xen-tools/role.d
/etc/xen-tools/skel
/usr/lib/xen-tools
/usr/share/xen-tools