trivial: debian: correct some linitian errors about fwupd-tests

This commit is contained in:
Mario Limonciello 2017-07-17 08:37:29 -05:00
parent 92be642cb4
commit 5ad8555f46
3 changed files with 10 additions and 3 deletions

View File

@ -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)

View File

@ -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 \

View File

@ -1,4 +1,6 @@
#!/bin/sh
#!/bin/sh -e
#DEBHELPER#
if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then
dpkg-divert --package fwupd-tests --add --rename \