summaryrefslogtreecommitdiff
path: root/dh_installudev
Commit message (Collapse)AuthorAge
* Typo's in documentation regarding {pre,post}{inst,rm}Jeroen Schot2011-04-22
|
* Apply manual pages conventionsDavid Prévot2010-11-02
| | | | | | | | | 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.
* dh_installudev: With --name, install debian/<package>.<name>.udev to ↵Joey Hess2009-09-14
| | | | rules.d/<priority>-<name>, the same as debian/<name>.udev is installed for the first package. Closes: #546337
* Add FILES sections to man pages. Closes: #545041Joey Hess2009-09-04
|
* dh_installudev transitionJoey Hess2009-08-21
| | | | | | | | | | | | | | | | * dh_installudev: Install rules files into new location /lib/udev/rules.d/ * dh_installudev: Add code to delete old conffiles unless they're modified, and in that case, rename them to override the corresponding file in /lib/udev. (Based on patch by Martin Pitt.) (Note that this file will not be deleted on purge -- I can't see a good way to determine when it's appropriate to do that.) * dh_installudev: Set default priority to 60; dropping the "z". If --priority=zNN is passed, treat that as priority NN. * Above Closes: #491117 * dh_installudev: Drop code handling move of /etc/udev/foo into /etc/udev/rules.d/.
* conffile moving idiocyJoey Hess2009-03-02
| | | | | | | | | | | * dh_installmodules: Give files in /etc/modprobe.d a .conf syntax, as required by new module-init-tools. * dh_installmodules: Add preinst and postinst code to handle cleanly renaming the modprobe.d files on upgrade. * Two updates to conffile moving code from wiki: - Support case where the conffile name is a substring of another conffile's name. - Support case where dpkg-query says the file is obsolete.
* Fix pod.Florian Ragwitz2008-04-24
|
* dh_prep: New program, does the same as dh_clean -k (which will be deprecated ↵Joey Hess2008-04-23
| | | | later).
* r2004: file. (Thanks Wakko)joeyh2007-05-31
| | | | | * Use dpkg-query to retrieve conffile info in udev rules upgrade code rather than parsing status directly. (Thanks Guillem)
* r1992: * Fix absurd typo. How did I test for an hour and miss that? Closes: ↵joeyh2007-04-16
| | | | #419612
* r1985: cleanupjoeyh2007-04-12
|
* r1984: * dh_installudev: Install udev rules directly into ↵joeyh2007-04-12
| | | | | | | | | | | | | | /etc/udev/rules.d/, not using the symlinks. MD has agreed that this is more appropriate for most packages. * That fixes the longstanding bug that the symlink was only made on brand new installs of the package, rather than on upgrade to the first version that includes the udev rules file. Closes: #359614 * dh_installudev: Add preinst and postinst code to handle cleanly moving the rules file to the new location on upgrade. * This would be a good time for the many packages that manage rules files w/o using dh_installudev to begin to use it..
* r1970: * dh_installudev: Support debian/udev files. Closes: #381854joeyh2007-01-21
|
* r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files.joeyh2007-01-21
| | | | | Closes: #404785 * Man page improvements. Closes: #406707
* r1908: * dh_installudev: Include rules.d directory so symlink can be made evenjoeyh2006-04-18
| | | | before udev is installed. Closes: #363307
* r1905: * dh_installxfonts: pass --x11r7-layout to update-fonts-* commands to ↵joeyh2006-04-17
| | | | | | | | | | | | ensure they use the right new directory. Closes: #362820 * dh_installxfonts: also, alias files have moved from /etc/X11/fonts/* to /etc/X11/fonts/X11R7/*, update call to update-fonts-alias and the man page accordingly; packages containing alias files will need to switch to the new directory on their own. * dh_installudev: correct documentation for --name. Closes: #363028 * Fix broken directory removal code.
* r1881: * Add dh_installudev by Marco d'Itri.joeyh2006-02-23