From c1bda765f130ce2cf1837ec1f2e9ae78185ef5e4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 1 Dec 2021 18:24:58 +0100 Subject: [PATCH] buildsys: drop -dbg package one, got already -dbgsym auto-generated Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/control | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 773d36d..9e89442 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GITVERSION:=$(shell cat .git/refs/heads/master) DEB=${PACKAGE}_${PACMANVER}-${DEBREL}_amd64.deb DEB2=${PACKAGE}-dev_${PACMANVER}-${DEBREL}_amd64.deb \ - ${PACKAGE}-dbg_${PACMANVER}-${DEBREL}_amd64.deb + ${PACKAGE}-dbgsym_${PACMANVER}-${DEBREL}_amd64.deb DEBS= ${DEB} ${DEB2} diff --git a/debian/control b/debian/control index 1611aa7..a4f4d17 100644 --- a/debian/control +++ b/debian/control @@ -20,15 +20,6 @@ Depends: bash (>= 4.1), ${misc:Depends}, ${shlibs:Depends} Description: ArchLinux package manager A library-based package manager with dependency support. -Package: arch-pacman-dbg -Section: debug -Architecture: any -Depends: arch-pacman (= ${binary:Version}), - arch-pacman-dev (= ${binary:Version}), - ${misc:Depends}, -Description: Debug symbols for arch-pacman - This package contains the debug symbols for the ArchLinux package manager. - Package: arch-pacman-dev Section: libdevel Architecture: any -- 2.39.5