[Pkg-libvirt-commits] [libvirt] 02/03: Drop libvirt-bin transitional package
Guido Guenther
agx at moszumanska.debian.org
Thu Feb 25 20:21:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to annotated tag debian/1.3.1-2
in repository libvirt.
commit 961c93de026997d7d21a88faed08548c25cbc14d
Author: Guido Günther <agx at sigxcpu.org>
Date: Thu Feb 4 09:05:54 2016 +0100
Drop libvirt-bin transitional package
---
debian/control | 16 ----------------
debian/libvirt-bin.links | 2 --
debian/libvirt-bin.maintscript | 8 --------
debian/libvirt-bin.preinst | 43 ------------------------------------------
4 files changed, 69 deletions(-)
diff --git a/debian/control b/debian/control
index dc8aac6..a168a28 100644
--- a/debian/control
+++ b/debian/control
@@ -73,22 +73,6 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-libvirt/libvirt.git/
Homepage: http://libvirt.org
Standards-Version: 3.9.6
-Package: libvirt-bin
-Architecture: any
-Depends:
- ${misc:Depends},
- libvirt-daemon-system (>= ${binary:Version}),
- libvirt-clients (>= ${binary:Version}),
-Section: oldlibs
-Priority: extra
-Description: Dummy transitional package
- Libvirt is a C toolkit to interact with the virtualization capabilities
- of recent versions of Linux (and other OSes). The library aims at providing
- a long term stable C API for different virtualization mechanisms. It currently
- supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
- .
- This is a transitional package. You can safely remove it.
-
Package: libvirt-clients
Architecture: any
Depends:
diff --git a/debian/libvirt-bin.links b/debian/libvirt-bin.links
deleted file mode 100644
index 6114638..0000000
--- a/debian/libvirt-bin.links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/share/doc/libvirt0/changelog.gz usr/share/doc/libvirt-bin/changelog.gz
-usr/share/doc/libvirt-daemon/README.Debian usr/share/doc/libvirt-bin/README.Debian
diff --git a/debian/libvirt-bin.maintscript b/debian/libvirt-bin.maintscript
deleted file mode 100644
index 81fb025..0000000
--- a/debian/libvirt-bin.maintscript
+++ /dev/null
@@ -1,8 +0,0 @@
-# libvirt-bin renamed to libvirtd
-mv_conffile /etc/default/libvirt-bin /etc/default/libvirtd 1.2.6-1~
-mv_conffile /etc/init.d/libvirt-bin /etc/init.d/libvirtd 1.2.6-1~
-
-# Installed incorrectly
-rm_conffile /etc/apparmor.d/libvirtd/TEMPLATE 1.2.9-3~ libvirt-bin
-# Obsolete
-rm_conffile /etc/apparmor.d/libvirt/TEMPLATE 1.2.9-3~ libvirt-bin
diff --git a/debian/libvirt-bin.preinst b/debian/libvirt-bin.preinst
deleted file mode 100644
index cdcdbd7..0000000
--- a/debian/libvirt-bin.preinst
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-# preinst script for libvirt-bin
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <new-preinst> `install'
-# * <new-preinst> `install' <old-version>
-# * <new-preinst> `upgrade' <old-version>
-# * <old-preinst> `abort-upgrade' <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- install|upgrade)
- # When renaming the .service file, systemd might become confused, we
- # need to ensure that the libvirtd daemon is fully stopped before
- # trying to restart it again. (Bug: #730604)
- if dpkg --compare-versions "$2" lt-nl "1.2.6-1~"; then
- if [ -d /run/systemd/system ]; then
- [ ! -f /lib/systemd/system/libvirt-bin.service ] || invoke-rc.d libvirt-bin stop
- fi
- fi
- ;;
-
- abort-upgrade)
- ;;
-
- *)
- echo "preinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git
More information about the Pkg-libvirt-commits
mailing list