Skip to content

Commit

Permalink
chore: [tag] new version 5.15.3
Browse files Browse the repository at this point in the history
v5.15.3 release.

Log: v5.15.3 release.
  • Loading branch information
re2zero committed Sep 27, 2024
1 parent 4435368 commit 9172d9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
9 changes: 8 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
deepin-movie-reborn (5.15.3) unstable; urgency=medium

* New version 5.15.3
* Slimming down the linglong layer package.

-- re2zero <[email protected]> Fri, 27 Sep 2024 14:44:16 +0800

deepin-movie-reborn (5.15.2) unstable; urgency=medium

* New version 5.15.2
* Adapt linglong.

-- re2zero <[email protected]> Fri, 13 Sep 2024 14:06:16 +0800
-- re2zero <[email protected]> Fri, 13 Sep 2024 14:06:16 +0800

deepin-movie-reborn (5.15.1) unstable; urgency=medium

Expand Down
7 changes: 4 additions & 3 deletions deploy_dep
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ for LDFILE in "$@"; do
LIB_DIR=$(dirname "$LIB_PATH")
BASE_LIB_NAME=$(basename "$LIB_PATH")

# 使用通配符查找相关库文件并添加到 install 文件
# 使用通配符查找相关库文件并将结果倒序存储到 install 文件
for FILE in "$LIB_DIR"/${BASE_LIB_NAME%.*}*; do
if [[ -f "$FILE" ]]; then
echo "$FILE" >> "${ID_VALUE}.install"
echo "$FILE"
fi
done
done | sort -r >> "${ID_VALUE}.install"

done
fi
done
Expand Down

0 comments on commit 9172d9c

Please sign in to comment.