simplify installation of apport hook
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libvirt (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Today we have two ways to install which seem redundant:
--- a/debian/
+++ b/debian/
@@ -2,6 +2,7 @@ etc/libvirt/hooks
etc/libvirt/
etc/libvirt/
etc/libvirt/
+usr/share/
--- a/debian/
+++ b/debian/
@@ -20,6 +20,7 @@ usr/lib/
usr/sbin/libvirtd
usr/sbin/virtlockd
usr/sbin/virtlogd
+usr/share/
AND
+override_
+ mkdir -p debian/
+ cp -f debian/
+ debian/
+ dh_auto_install
This should be simplified down to one.
The d/rules only makes sense if the make another try to upstream to Debian to only do that if vendor = Ubuntu.
tags: | added: libvirt-23.10 |