From ad1c90016b4336fffc4d47fd228b2a3f539bffd5 Mon Sep 17 00:00:00 2001 From: Yue-Lan Date: Mon, 25 Sep 2023 11:56:43 +0800 Subject: [PATCH] update changelog. --- debian/changelog | 6 ++++++ debian/rules | 4 ---- debian/tests/integration | 8 -------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31aeab1..9a57099 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gvfs (1.50.3-ok1~0925) yangtze; urgency=medium + + * 更新rules和test/integration文件 + + -- Yue Lan Mon, 25 Sep 2023 11:55:56 +0800 + gvfs (1.50.3-ok1~0531) yangtze; urgency=medium * close-cd#I6YKN6 【文件管理器】无法访问共享文件夹 diff --git a/debian/rules b/debian/rules index 2f94fcd..19162d6 100755 --- a/debian/rules +++ b/debian/rules @@ -26,10 +26,6 @@ ifeq (hurd-i386, $(DEB_HOST_ARCH)) HURD_FLAGS = -Dafc=false -Dfuse=false -Dsmb=false endif -ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) - BLURAY_BACKEND = -Dbluray=false -endif - %: dh $@ --with gnome diff --git a/debian/tests/integration b/debian/tests/integration index b989aaa..6cf5bbb 100755 --- a/debian/tests/integration +++ b/debian/tests/integration @@ -2,14 +2,6 @@ set -e unset TMPDIR -# Ubuntu runs autopkgtest in cloud images as a root-equivalent user, so -# this test works there. -# -# On Debian, more work will be needed to add a user, configure sudo -# permissions, and switch to that user, either in autopkgtest (see -# #983432, #906424) or in this test. For now, skip it if the necessary -# setup has not been done. - if ! sudo -n true; then echo "SKIP: Unable to run sudo" exit 77