]> git.proxmox.com Git - iproute2.git/commitdiff
buildsys: add dbgsym package to produced DEBS
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Jun 2018 08:54:41 +0000 (10:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Jun 2018 08:58:51 +0000 (10:58 +0200)
Makefile

index 6506e28be671cb6459ba2bb32895a01615e2bd8d..041c16ae22071f0753b78f26eabfe345c7ad5ac3 100644 (file)
--- 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}