Merge branch 'release/debian/3.6-2'

This commit is contained in:
Jörg Frings-Fürst 2024-11-17 13:54:59 +01:00
commit d4b11cf3e4
6 changed files with 33 additions and 9 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
dmidecode (3.6-2) unstable; urgency=medium
* debian/control:
- Change VCS-Git from git to https.
* Declare compliance with Debian Policy 4.7.0 (No changes needed).
* New debian/patches/0600-Fix-groff-error.patch to fix groff error.
* Remove obsolate debian/dmidecode.lintian-overrides.
* debian/control:
- Enable udeb for riscv64 and loong64 (Closes: #1087465).
-- Jörg Frings-Fürst <debian@jff.email> Fri, 15 Nov 2024 18:41:58 +0100
dmidecode (3.6-1) unstable; urgency=medium
* New upstream release (Closes: #1069767).

6
debian/control vendored
View File

@ -3,9 +3,9 @@ Section: utils
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2.0
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: git://git.jff.email/dmidecode.git
Vcs-Git: https://git.jff.email/cgit/dmidecode.git
Vcs-Browser: https://git.jff.email/cgit/dmidecode.git/
Homepage: https://nongnu.org/dmidecode/
@ -30,7 +30,7 @@ Description: SMBIOS/DMI table decoder
Package: dmidecode-udeb
Section: debian-installer
Architecture: any-amd64 arm64 armhf ia64 any-i386
Architecture: any-amd64 arm64 armhf ia64 any-i386 riscv64 loong64
Package-Type: udeb
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: SMBIOS/DMI table decoder (udeb)

View File

@ -1,6 +0,0 @@
#
# LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z dmidecode.8 >/dev/null
#
# has no error
#
groff-message an.tmac:<standard input>:251: warning: tbl preprocessor failed, or it or soelim was not run; table(s) likely not rendered (TE macro called with TW register undefined) [usr/share/man/man8/dmidecode.8.gz:1]

1
debian/files vendored Normal file
View File

@ -0,0 +1 @@
dmidecode_3.6-2_source.buildinfo utils optional

View File

@ -0,0 +1,16 @@
Description: dmidecode.8 Fix groff error
Author: Soren Stoutner <soren@debian.org>
Forwarded: https://savannah.nongnu.org/patch/index.php?10463
Last-Update: 2024-07-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/man/dmidecode.8
===================================================================
--- trunk.orig/man/dmidecode.8
+++ trunk/man/dmidecode.8
@@ -1,3 +1,5 @@
+'\" t
+.\" ** The above line should force tbl to be a preprocessor **
.TH DMIDECODE 8 "February 2023" "dmidecode"
.\"
.SH NAME

View File

@ -13,3 +13,4 @@
#0140-Fix_scan_entry_point.patch
#0155-use_read_file.patch
#0160-HPE_OEM_Firmware_change.patch
0600-Fix-groff-error.patch