File: installs_over_symlink_issue.conf

package info (click to toggle)
piuparts 1.6.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72,532 kB
  • sloc: python: 8,240; sh: 4,367; makefile: 171
file content (15 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# detect packages which have the string "dirname part contains a symlink" in their logs
#
PATTERN='silently overwrites files via directory symlinks|installs objects over existing directory symlinks|dirname part contains a symlink'
WHERE='pass'
ISSUE=1
HEADER='Packages that install something over existing symlinks'
HELPTEXT='
<p>Installing anything over a symlink opens a can of worms -
   this causes problems on upgrades while switching between directory and symlink
   or if the symlink is ever changed.<br />
Piuparts looks at all $pathname known to dpkg and checks for
<pre>$(dirname $pathname) != $(readlink $(dirname $pathname))</pre>
</p>
'