mirror of
https://git.jff.email/cgit/dmidecode.git
synced 2026-08-07 08:07:48 +00:00
Merge branch 'release/debian/3.6-2'
This commit is contained in:
commit
d4b11cf3e4
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -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
6
debian/control
vendored
@ -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)
|
||||
|
||||
6
debian/dmidecode.lintian-overrides
vendored
6
debian/dmidecode.lintian-overrides
vendored
@ -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
1
debian/files
vendored
Normal file
@ -0,0 +1 @@
|
||||
dmidecode_3.6-2_source.buildinfo utils optional
|
||||
16
debian/patches/0600-Fix-groff-error.patch
vendored
Normal file
16
debian/patches/0600-Fix-groff-error.patch
vendored
Normal 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
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user