mirror of
git://git.proxmox.com/git/lxc.git
synced 2025-03-16 10:50:38 +03: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
|
||||
DEB2=${PACKAGE}-dev_${LXCVER}-${DEBREL}_${ARCH}.deb \
|
||||
${PACKAGE}-dbg_${LXCVER}-${DEBREL}_${ARCH}.deb
|
||||
${PACKAGE}-dbgsym_${LXCVER}-${DEBREL}_${ARCH}.deb
|
||||
DEBS=$(DEB1) $(DEB2)
|
||||
|
||||
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
|
||||
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
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user