mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 10:27:36 +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
|
See <https://github.com/hughsie/fwupd> for details
|
||||||
|
|
||||||
Package: fwupd-tests
|
Package: fwupd-tests
|
||||||
Architecture: all
|
Architecture: linux-any
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
ca-certificates,
|
ca-certificates,
|
||||||
dbus-x11,
|
dbus-x11,
|
||||||
fwupd,
|
fwupd,
|
||||||
gnome-desktop-testing,
|
gnome-desktop-testing,
|
||||||
|
python3,
|
||||||
python3-gi,
|
python3-gi,
|
||||||
python3-requests,
|
python3-requests,
|
||||||
Breaks: fwupd (<< 0.9.4-1)
|
Breaks: fwupd (<< 0.9.4-1)
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
|
||||||
if [ "$1" = remove -o "$1" = purge ]; then
|
if [ "$1" = remove -o "$1" = purge ]; then
|
||||||
dpkg-divert --package fwupd-tests --remove --rename \
|
dpkg-divert --package fwupd-tests --remove --rename \
|
||||||
--divert /usr/share/dbus-1/system-services/org.freedesktop.fwupd.service.original \
|
--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
|
if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then
|
||||||
dpkg-divert --package fwupd-tests --add --rename \
|
dpkg-divert --package fwupd-tests --add --rename \
|
||||||
|
Loading…
Reference in New Issue
Block a user