[Pkg-libvirt-commits] [Git][libvirt-team/virt-what][debian/sid] 4 commits: d/virt-what.lintian-overrides: ignore man page for virt-what-cpuid-helper
Pino Toscano (@pino)
gitlab at salsa.debian.org
Sat Sep 16 09:51:47 BST 2023
Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / virt-what
Commits:
de8c8255 by Pino Toscano at 2023-09-16T10:39:54+02:00
d/virt-what.lintian-overrides: ignore man page for virt-what-cpuid-helper
It is an internal helper.
- - - - -
13cb09e8 by Pino Toscano at 2023-09-16T10:40:25+02:00
Update standards version to 4.6.2, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
- - - - -
b26fee7c by Pino Toscano at 2023-09-16T10:46:55+02:00
d/control: update the dmidecode dependency:
- include any amd64 & i386 architecture (regardless of the OS/kernel)
- add arm64, and riscv64
Gbp-Dch: Full
- - - - -
26bbd81f by Pino Toscano at 2023-09-16T10:50:12+02:00
d/rules: drop custom build flags, rely on the default (which work fine)
- - - - -
3 changed files:
- debian/control
- debian/rules
- + debian/virt-what.lintian-overrides
Changes:
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>
Uploaders: Guido Günther <agx at sigxcpu.org>
Build-Depends: debhelper-compat (= 13)
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/libvirt-team/virt-what.git
Vcs-Browser: https://salsa.debian.org/libvirt-team/virt-what
@@ -12,7 +12,7 @@ Homepage: https://people.redhat.com/~rjones/virt-what/
Package: virt-what
Architecture: any
-Depends: dmidecode [amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386],
+Depends: dmidecode [any-amd64 any-i386 arm64 ia64 riscv64],
${misc:Depends},
${shlibs:Depends}
Description: detect if we are running in a virtual machine
=====================================
debian/rules
=====================================
@@ -2,7 +2,6 @@
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
%:
dh $@
=====================================
debian/virt-what.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# internal helper for CPUID, not meant to be run directly
+virt-what: no-manual-page [usr/libexec/virt-what-cpuid-helper]
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-what/-/compare/3bc71c3589e55996a7f002d969ec9c4d42aaefaf...26bbd81faf5f7de72b9a0fd6a0fde8ced33210f6
--
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-what/-/compare/3bc71c3589e55996a7f002d969ec9c4d42aaefaf...26bbd81faf5f7de72b9a0fd6a0fde8ced33210f6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20230916/b9524356/attachment-0001.htm>
More information about the Pkg-libvirt-commits
mailing list