X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=1f1c4655422f6d468f0c2f9331ddcea5b2a57822;hb=4f6592884c730d7aeaad331c95b45c9a1b8455e9;hp=7dd91ab5290030230af5674f42cc076417d77d7f;hpb=cccdf8cb13ebfb453a713164f4c58a9b0e2f9e9b;p=grml-udev-config.git diff --git a/debian/rules b/debian/rules index 7dd91ab..1f1c465 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp @@ -26,8 +20,11 @@ install: build dh_testroot dh_prep dh_installdirs /etc/udev/scripts + dh_installdirs /lib/brltty/ install -m 755 scripts/forensic-mark-readonly debian/grml-udev-config/etc/udev/scripts/forensic-mark-readonly + install -m 755 scripts/grml-udev-rebuildfstab debian/grml-udev-config/etc/udev/scripts/ + install -m 755 scripts/brltty.sh debian/grml-udev-config/lib/brltty/brltty.sh # Build architecture-dependent files here. binary-arch: install @@ -43,9 +40,12 @@ binary-indep: install dh_installudev --name=grml-forensic --priority 01 dh_installudev --name=grml-external --priority 60 dh_installudev --name=grml-usbdev --priority 60 - dh_installudev --name=grml-blockdevices --priority 60 - dh_installinit --no-start - # --update-rcd-params='start 2 S .' + dh_installudev --name=brltty --priority 85 + dh_installudev --name=grml-dm --priority 89 + dh_installudev --name=grml-blockdevices --priority 90 + dh_installinit --no-start --name=grml-udev + # do *NOT* automatically install it, see README.Debian + # --update-rcd-params='start 03 S .' dh_installman dh_link dh_strip