mirror of https://gitee.com/openkylin/gvfs.git
update changelog.
This commit is contained in:
parent
8ca7dbce8d
commit
ad1c90016b
|
@ -1,3 +1,9 @@
|
|||
gvfs (1.50.3-ok1~0925) yangtze; urgency=medium
|
||||
|
||||
* 更新rules和test/integration文件
|
||||
|
||||
-- Yue Lan <lanyue@kylinos.cn> Mon, 25 Sep 2023 11:55:56 +0800
|
||||
|
||||
gvfs (1.50.3-ok1~0531) yangtze; urgency=medium
|
||||
|
||||
* close-cd#I6YKN6 【文件管理器】无法访问共享文件夹
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue