1
0
mirror of synced 2026-04-13 23:23:41 +00:00

hooks/debian/20-setup-apt: Use blacklist for libc6-xen instead of whitelist

This commit is contained in:
Axel Beckert
2012-06-04 18:30:54 +02:00
parent 5acbc5171f
commit db77d621e7
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@@ -26,6 +26,8 @@ xen-tools (4.3~dev-1) UNRELEASED; urgency=low
- Also disable initctl in the chroot, not only start-stop-daemon
(LP: #997063; Thanks xstasi!)
- Massive code deduplication in hooks directory
- Use release blacklist for libc6-xen instead of whitelist in
hooks/debian.d/20-setup-apt
* Add dependency on openssh-client for ssh-keygen (Closes: #649108)
* Use dh_auto_test for build time tests and add according
build-dependencies on devscripts and libfile-slurp-perl.

View File

@@ -104,12 +104,12 @@ if [ "`uname -m`" = "x86_64" ]; then
else
case "${dist}" in
etch|lenny|sid)
*)
logMessage "Installing xen-aware libc6"
installDebianPackage ${prefix} libc6-xen
;;
*)
sarge)
logMessage "Disabling TLS"
mv ${prefix}/lib/tls ${prefix}/lib/tls.disabled
mkdir ${prefix}/lib/tls