]> git.donarmstrong.com Git - debhelper.git/commit
r1984: * dh_installudev: Install udev rules directly into /etc/udev/rules.d/, not
authorjoeyh <joeyh>
Thu, 12 Apr 2007 19:41:09 +0000 (19:41 +0000)
committerjoeyh <joeyh>
Thu, 12 Apr 2007 19:41:09 +0000 (19:41 +0000)
commite34e7479d1aa03f163b90829ae7d4f859371ed0e
tree85ec552985e43eec4bd232f30e1802a74a015403
parent82503fc6043fe416aad6e3e131d7bec4373835e0
r1984: * dh_installudev: Install udev rules directly into /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..
autoscripts/postinst-udev
autoscripts/postrm-udev [deleted file]
autoscripts/preinst-udev [new file with mode: 0644]
debian/changelog
dh_installudev