Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion debian/2775-dirs

This file was deleted.

6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
base-files (25-6deepin5) unstable; urgency=medium

* Make /var/local to be root:root and 755 by default on new installs.

-- xinpeng.wang <wangxinpeng@uniontech.com> Thu, 21 May 2026 16:23:08 +0800

base-files (25-6deepin4) unstable; urgency=medium

* Delete the link/lib64 if the/etc/lib64 directory does not exist.
Expand Down
2 changes: 0 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ override_dh_compress:

override_dh_fixperms:
dh_fixperms
cd debian/base-files && chown root:staff var/local
cd debian/base-files && chmod 755 `find . -type d`
cd debian/base-files && chmod 1777 `cat ../1777-dirs`
cd debian/base-files && chmod 2775 `cat ../2775-dirs`
cd debian/base-files && chmod 700 root

override_dh_installdeb:
Expand Down
Loading