summaryrefslogtreecommitdiff
path: root/debian/dpkg-dev.preinst
AgeCommit message (Collapse)AuthorFilesLines
2017-07-11debian: Remove preinst maintainer scripts for dselect and dpkg-devGuillem Jover1-31/+0
These were upgrade recipes from 1.14.x, for an old /usr/share/doc symlink to directory switch. Closes: #867327
2016-10-29man: Add basic maintainer script man pagesGuillem Jover1-14/+1
These document the bare minimum, with a brief description of the maintainer scripts and the ways they can get called.
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
That is "" or '', and not the unbalanced `' pair.
2013-04-01Do not pass -e in shell script shebangs, set it in the bodyGuillem Jover1-1/+3
This guarantees that the -e option will be set even if the script is invoked as an argument to sh. Warned-by: lintian
2007-12-04Don't use symlinks in usr/share/docFrank Lichtenheld1-0/+42
Copy the usr/share/doc directory to dpkg-dev and dselect (Instead of using symlinks). The space requirements are minimal and adding the needed dependencies to comply with policy would be way more inconvenient.