mirror of
https://git.jff.email/cgit/dmidecode.git
synced 2026-08-07 15:50:51 +00:00
Use the automatic debug symbol packages
This commit is contained in:
parent
c081020b4f
commit
6e261adebe
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
11
debian/control
vendored
@ -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
3
debian/rules
vendored
@ -22,6 +22,3 @@ override_dh_auto_install:
|
||||
|
||||
override_dh_install:
|
||||
dh_install --fail-missing
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=dmidecode-dbg
|
||||
|
||||
Loading…
Reference in New Issue
Block a user