diff --git a/Makefile b/Makefile index 0860768..366bfe7 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GITVERSION := $(shell git rev-parse HEAD) DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc DEB = $(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb -DEB_DBG = $(PACKAGE)-dbg_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb +DEB_DBG = $(PACKAGE)-dbgsym_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb DEBS = $(DEB) $(DEB_DBG) all: $(DEBS) diff --git a/debian/control b/debian/control index 412ecb4..f5ae10c 100644 --- a/debian/control +++ b/debian/control @@ -86,10 +86,3 @@ Description: Full virtualization on x86 hardware Using KVM, one can run multiple virtual PCs, each running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc. - -Package: pve-qemu-kvm-dbg -Architecture: any -Section: debug -Depends: pve-qemu-kvm (= ${binary:Version}), -Description: pve qemu debugging symbols - This package contains the debugging symbols for pve-qemu-kvm. diff --git a/debian/rules b/debian/rules index fba0cb8..09323f2 100755 --- a/debian/rules +++ b/debian/rules @@ -156,7 +156,7 @@ binary-arch: build install # dh_installinfo dh_installman dh_link - dh_strip --dbg-package=pve-qemu-kvm-dbg + dh_strip --dbgsym-migration='pve-qemu-kvm-dbg (<<8.0.0-1~)' dh_compress dh_fixperms # dh_perl