From: Thomas Lamprecht Date: Tue, 19 Jun 2018 08:54:41 +0000 (+0200) Subject: buildsys: add dbgsym package to produced DEBS X-Git-Url: https://git.proxmox.com/?p=iproute2.git;a=commitdiff_plain;h=4c3ba28327ba36e21cf659001bfb1e3853eadcc0 buildsys: add dbgsym package to produced DEBS --- diff --git a/Makefile b/Makefile index 6506e28..041c16a 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) DEBS= \ iproute2-doc_${VERSION}-${PKGREL}_all.deb \ + iproute2-dbgsym_${VERSION}-${PKGREL}_all.deb \ iproute2_${VERSION}-${PKGREL}_${ARCH}.deb all: ${DEBS}