mirror of
https://git.proxmox.com/git/lxc
synced 2025-08-14 14:33:02 +00:00
buildsys: cleanup & dbgsym package switch
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
bc7e56ac99
commit
949a6e9fa8
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ GITVERSION:=$(shell cat .git/refs/heads/master)
|
|||||||
|
|
||||||
DEB1=${PACKAGE}_${LXCVER}-${DEBREL}_${ARCH}.deb
|
DEB1=${PACKAGE}_${LXCVER}-${DEBREL}_${ARCH}.deb
|
||||||
DEB2=${PACKAGE}-dev_${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)
|
DEBS=$(DEB1) $(DEB2)
|
||||||
|
|
||||||
all: ${DEBS}
|
all: ${DEBS}
|
||||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -46,15 +46,6 @@ Description: Linux containers usersapce tools
|
|||||||
object which provides full resource isolation and resource control for
|
object which provides full resource isolation and resource control for
|
||||||
an applications or a system.
|
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
|
Package: lxc-pve-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -3,8 +3,6 @@
|
|||||||
# output every command that modifies files on the build system.
|
# output every command that modifies files on the build system.
|
||||||
#DH_VERBOSE = 1
|
#DH_VERBOSE = 1
|
||||||
|
|
||||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|
||||||
|
|
||||||
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
|
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
|
||||||
DPKG_EXPORT_BUILDFLAGS = 1
|
DPKG_EXPORT_BUILDFLAGS = 1
|
||||||
include /usr/share/dpkg/default.mk
|
include /usr/share/dpkg/default.mk
|
||||||
@ -28,9 +26,6 @@ override_dh_auto_configure:
|
|||||||
--disable-examples \
|
--disable-examples \
|
||||||
--enable-seccomp
|
--enable-seccomp
|
||||||
|
|
||||||
override_dh_strip:
|
|
||||||
dh_strip --dbg-package=lxc-pve-dbg
|
|
||||||
|
|
||||||
override_dh_fixperms:
|
override_dh_fixperms:
|
||||||
dh_fixperms -Xusr/lib/$(DEB_HOST_MULTIARCH)/lxc/lxc-user-nic
|
dh_fixperms -Xusr/lib/$(DEB_HOST_MULTIARCH)/lxc/lxc-user-nic
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user