mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 19:48:47 +00:00
trivial: debian: correct some linitian errors about fwupd-tests
This commit is contained in:
parent
92be642cb4
commit
5ad8555f46
@ -108,12 +108,14 @@ Description: Firmware update daemon
|
||||
See <https://github.com/hughsie/fwupd> for details
|
||||
|
||||
Package: fwupd-tests
|
||||
Architecture: all
|
||||
Architecture: linux-any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
ca-certificates,
|
||||
dbus-x11,
|
||||
fwupd,
|
||||
gnome-desktop-testing,
|
||||
python3,
|
||||
python3-gi,
|
||||
python3-requests,
|
||||
Breaks: fwupd (<< 0.9.4-1)
|
||||
|
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
#!/bin/sh -e
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
if [ "$1" = remove -o "$1" = purge ]; then
|
||||
dpkg-divert --package fwupd-tests --remove --rename \
|
||||
--divert /usr/share/dbus-1/system-services/org.freedesktop.fwupd.service.original \
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/sh -e
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then
|
||||
dpkg-divert --package fwupd-tests --add --rename \
|
||||
|
Loading…
Reference in New Issue
Block a user