diff --git a/Makefile b/Makefile index 844b9c0..9151594 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GITVERSION:=$(shell cat .git/refs/heads/master) DEB1=${PACKAGE}_${LXCVER}-${DEBREL}_${ARCH}.deb DEB2=${PACKAGE}-dev_${LXCVER}-${DEBREL}_${ARCH}.deb \ - ${PACKAGE}-dbg_${LXCVER}-${DEBREL}_${ARCH}.deb + ${PACKAGE}-dbgsym_${LXCVER}-${DEBREL}_${ARCH}.deb DEBS=$(DEB1) $(DEB2) all: ${DEBS} diff --git a/debian/control b/debian/control index 77a600a..2505aa9 100644 --- a/debian/control +++ b/debian/control @@ -46,15 +46,6 @@ Description: Linux containers usersapce tools object which provides full resource isolation and resource control for an applications or a system. -Package: lxc-pve-dbg -Section: debug -Architecture: any -Depends: lxc-pve (= ${binary:Version}), - lxc-pve-dev (= ${binary:Version}), - ${misc:Depends}, -Description: Debug symbols for LXC - This package contains the debug symbols for LXC. - Package: lxc-pve-dev Section: libdevel Architecture: any diff --git a/debian/rules b/debian/rules index 3eb2d7d..6169797 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,6 @@ # output every command that modifies files on the build system. #DH_VERBOSE = 1 -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) - # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk @@ -28,9 +26,6 @@ override_dh_auto_configure: --disable-examples \ --enable-seccomp -override_dh_strip: - dh_strip --dbg-package=lxc-pve-dbg - override_dh_fixperms: dh_fixperms -Xusr/lib/$(DEB_HOST_MULTIARCH)/lxc/lxc-user-nic