diff --git a/debian/2775-dirs b/debian/2775-dirs deleted file mode 100644 index ad85adc..0000000 --- a/debian/2775-dirs +++ /dev/null @@ -1 +0,0 @@ -var/local diff --git a/debian/changelog b/debian/changelog index 3d02220..5890ea8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/debian/rules b/debian/rules index 17ad36f..18fbe88 100755 --- a/debian/rules +++ b/debian/rules @@ -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: