-
Notifications
You must be signed in to change notification settings - Fork 313
Open
Labels
Milestone
Description
The Debian Policy requires to create relative links unless the link points to another top level directory:
http://www.debian.org/doc/debian-policy/ch-files.html#s10.5
I suggest to normalize automatically the links specified by the user and make them relative if required. For example a link named /usr/share/java/foo.jar and pointing to /usr/share/java/foo-1.0.jar would point instead to ./foo-1.0.jar