From 6e261adebea09bddec754197dfa298730a3e259d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 1 Jun 2017 21:46:50 +0200 Subject: Use the automatic debug symbol packages --- debian/changelog | 3 +++ debian/control | 11 ----------- debian/rules | 3 --- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2ff7a0f..f0b7d42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 31 May 2017 23:27:55 +0200 diff --git a/debian/control b/debian/control index 41f4e41..e5e24a1 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index fce1c6c..a0cbc4d 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,3 @@ override_dh_auto_install: override_dh_install: dh_install --fail-missing - -override_dh_strip: - dh_strip --dbg-package=dmidecode-dbg -- cgit v1.2.3