From c081020b4f1a388c4808c87df05b51b423818baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 1 Jun 2017 21:36:11 +0200 Subject: Migrate to debhelper 10 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0cf55dc..41f4e41 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: dmidecode Section: utils Priority: optional Maintainer: Jörg Frings-Fürst -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 10) Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git -- cgit v1.2.3 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/control | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'debian/control') 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 -- cgit v1.2.3 From 2559777e162a9f0cab42a153f1f7bf09a18093a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 1 Jun 2017 22:49:04 +0200 Subject: Change Homepage --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e5e24a1..570a179 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 10) Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git -Homepage: https://dmidecode.nongnu.org/ +Homepage: http://nongnu.org/dmidecode/ Package: dmidecode Priority: important -- cgit v1.2.3 From b635896046b344589dac699537dad07fc564d0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 24 Jun 2017 18:35:14 +0200 Subject: Declare compliance with Debian Policy 4.0.0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 570a179..b078c61 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 10) -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git Homepage: http://nongnu.org/dmidecode/ -- cgit v1.2.3