]> git.proxmox.com Git - arch-pacman.git/commitdiff
buildsys: drop -dbg package one, got already -dbgsym auto-generated
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Dec 2021 17:24:58 +0000 (18:24 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Dec 2021 17:25:45 +0000 (18:25 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/control

index 773d36de2ecd1d0437c289ab559203256e177342..9e894423469a0db53e64fc1072c2fce0339526d5 100644 (file)
--- 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}
 
index 1611aa79f9b6ccaa715c85c3181a41c242a40154..a4f4d17b72f2fc710ef1f6d7d757a0f01f46f66f 100644 (file)
@@ -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