mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 19:37:17 +00:00
trivial: fix some insignificant debian linitan warnings
This commit is contained in:
parent
d3f304c0f1
commit
97ebd16e16
@ -223,4 +223,5 @@ Depends: ${misc:Depends}
|
||||
Priority: extra
|
||||
Section: oldlibs
|
||||
Description: development files for libebitdo (transitional package)
|
||||
This is a transitional package for 0bitdo support that was moved into a plugin.
|
||||
This is a transitional package for the 0bitdo support development patckage
|
||||
that was moved into a plugin.
|
||||
|
@ -6,11 +6,11 @@ Files: *
|
||||
Copyright: 2015 Richard Hughes <richard@hughsie.com>
|
||||
License: GPL-2.0+
|
||||
|
||||
Files: libfwupd/fwupd*
|
||||
Files: libfwupd/*
|
||||
Copyright: 2015 Richard Hughes <richard@hughsie.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: data/tests/*/firmware.metainfo.xml
|
||||
Files: data/tests/colorhug/firmware.metainfo.xml
|
||||
Copyright: 2015 Richard Hughes <richard@hughsie.com>
|
||||
License: CC0-1.0
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
|
@ -2,3 +2,5 @@
|
||||
fwupd binary: systemd-service-file-missing-install-key lib/systemd/system/fwupd-offline-update.service
|
||||
fwupd binary: systemd-service-file-missing-install-key lib/systemd/system/fwupd.service
|
||||
fwupd binary: systemd-service-file-missing-install-key lib/systemd/system/system-update.target.wants/fwupd-offline-update.service
|
||||
#CAs is the right word, not Case
|
||||
fwupd binary: spelling-error-in-binary usr/lib/fwupd/fwupd CAs Case
|
||||
|
@ -1,3 +1,7 @@
|
||||
#this isn't used in any of the binaries, only for fuzz testing
|
||||
#the interface for libdfu
|
||||
fwupd source: source-is-missing libdfu/fuzzing/firmware.elf
|
||||
fwupd source: source-contains-prebuilt-binary libdfu/fuzzing/firmware.elf
|
||||
|
||||
#github doesn't have these
|
||||
fwupd source: debian-watch-may-check-gpg-signature
|
||||
|
Loading…
Reference in New Issue
Block a user