summaryrefslogtreecommitdiff
path: root/dh_icons
AgeCommit message (Collapse)AuthorFilesLines
2018-09-14dh_*: Add cli-options NOOP PROMISES for most helpersNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2017-07-22dh_*: Migrate most tools to new shell-less autoscriptNiels Thykier1-2/+2
Signed-off-by: Niels Thykier <niels@thykier.net>
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>
2016-10-01Add a dash in --no-scripts and --only-scripts for consistencyNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-01-04dh_icons: Add missing error check and closeNiels Thykier1-2/+3
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-12-03dh_*: add /g to more sed replacements in autoscript callsNiels Thykier1-2/+2
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-01Add editor hints to the end of all perl modules and scriptsNiels Thykier1-0/+6
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-01dh_icons: output icon list in a stable orderJérémy Bobbio1-1/+1
We now sort the icon list in order to guarantee a stable output. This was preventing some packages to build reproducibly. Signed-off-by: Niels Thykier <niels@thykier.net>
2013-05-05dh: Skips running commands that it can tell do nothing.Joey Hess1-0/+1
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.
2012-12-06dh_icons: Reword description. Closes: #693100Joey Hess1-2/+2
2012-08-27dh_icons: Improve documentation. Closes: #684895Joey Hess1-2/+7
2010-11-02Apply manual pages conventionsDavid Prévot1-3/+3
As advised in man(1), always use: B<bold text> type exactly as shown. I<italic text> replace with appropriate argument. s/debian/Debian/ if needed. s/ / / also. s/perl/Perl/ s/python/Python/ and s/emacs/Emacs/ too.
2009-03-26dh_icons: ignore gnome and hicolor themes (will be handled by triggers). ↵Joey Hess1-0/+2
Closes: #521181
2008-04-24Fix pod.Florian Ragwitz1-0/+2
2008-04-19dh_icons: Support .xpm format icons. Stop looking for .jpg icons, and also, ↵Joey Hess1-1/+1
for compleness, support .icon files. This matches the set of extensions supported by gtk-update-icon-cache. Closes: #448094
2007-11-02* dh_icons: Now that GTK 2.12 has entered testing, use the much simpler toJoey Hess1-2/+2
call update-icon-caches command. Thanks, Josselin Mouette.
2007-07-08r2010: * dh_icons: New program to update Freedesktop icon caches. Thanksjoeyh1-0/+73
to Josselin Mouette, Ross Burton, Jordi Mallach, and Loïc Minier. Closes: #329460 * Note that as a transitional measure, dh_icons will currently only update existing caches, and not create and new caches. Once everything is updating the icon caches, this will be changed. See #329460 for the full plan.