Use the automatic debug symbol packages

This commit is contained in:
Jörg Frings-Fürst 2017-06-01 21:46:50 +02:00
parent c081020b4f
commit 6e261adebe
No known key found for this signature in database
GPG Key ID: 09F89F3C8CA1D25D
3 changed files with 3 additions and 14 deletions

3
debian/changelog vendored
View File

@ -14,6 +14,9 @@ dmidecode (3.1-1) UNRELEASED; urgency=medium
* Migrate to debhelper 10:
- Change debian/compat to 10.
- Bump minimum debhelper version in debian/control to >= 10.
* Use the automatic debug symbol packages:
- Remove dmidecode-dbg section from debian/control.
- Remove override_dh_strip from debian/rules.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 31 May 2017 23:27:55 +0200

11
debian/control vendored
View File

@ -26,17 +26,6 @@ Description: SMBIOS/DMI table decoder
Beware that DMI data have proven to be too unreliable to be blindly trusted.
Dmidecode does not scan the hardware, it only reports what the BIOS told it to.
Package: dmidecode-dbg
Section: debug
Priority: extra
Architecture: any-amd64 arm64 armhf ia64 any-i386
Depends: ${misc:Depends}, dmidecode (= ${binary:Version})
Description: SMBIOS/DMI table decoder (debug)
Dmidecode reports information about the system's hardware as described in the
system BIOS according to the SMBIOS/DMI standard.
.
This package contains the debugging symbols.
Package: dmidecode-udeb
Section: debian-installer
Architecture: any-amd64 arm64 armhf ia64 any-i386

3
debian/rules vendored
View File

@ -22,6 +22,3 @@ override_dh_auto_install:
override_dh_install:
dh_install --fail-missing
override_dh_strip:
dh_strip --dbg-package=dmidecode-dbg