summaryrefslogtreecommitdiff
path: root/dh_installgsettings
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Dh_Lib: Embed tool versions into auto-generated snippetsNiels Thykier1-0/+2
Use $main::VERSION to determine the version of the tool and embed that into auto-generated snippets (e.g. via autoscript). This enables lintian to extract the tool + version and display it on: https://lintian.debian.org/tags/debhelper-autoscript-in-maintainer-scripts.html Signed-off-by: Niels Thykier <niels@thykier.net>
2017-07-03Set Emacs file variables directory-wideSven Joachim1-6/+0
Set the local variables for Emacs in the central placed intended for it, rather than in (currently) 95 individual files. Signed-off-by: Niels Thykier <niels@thykier.net>
2015-07-01Migrate to use warnings and use parentNiels Thykier1-1/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-08Replace more doit('install' ...) calls to install_XNiels Thykier1-2/+3
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-01Add editor hints to the end of all perl modules and scriptsNiels Thykier1-0/+6
Signed-off-by: Niels Thykier <niels@thykier.net>
2013-05-05dh: Skips running commands that it can tell do nothing.Joey Hess1-0/+2
This is determined by the presence of special PROMISE directives within commands that provide a high-level description of the command. Note that when dh is passed additional debhelper options, it cannot tell if these change the behavior of commands, and so it stops skipping any commands.
2011-04-27dh_installgsettings: Correct bug in use of find that caused some gsettings ↵Joey Hess1-1/+1
files to be missed. Closes: #624377
2011-04-03fix name of programJoey Hess1-3/+3
2011-04-01dh_installgsettings: New command to handle gsettings schema files. Closes: ↵Joey Hess1-0/+96
#604727