summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-01 21:46:50 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-01 21:46:50 +0200
commit6e261adebea09bddec754197dfa298730a3e259d (patch)
treea3b92b95edfd9654cffcf2338ae8bf8ee34404e5
parentc081020b4f1a388c4808c87df05b51b423818baf (diff)
Use the automatic debug symbol packages
-rw-r--r--debian/changelog3
-rw-r--r--debian/control11
-rwxr-xr-xdebian/rules3
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 <debian@jff-webhosting.net> 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