From: Tollef Fog Heen Date: Thu, 31 May 2012 21:20:26 +0000 (+0200) Subject: Make sure we actually install udev rules file. X-Git-Tag: yubikey-personalisation_1.6.4-1~4 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=932cbc13c46b8fca0bf1f0f8cd0e415317c44c3c;p=yubikey-personalization.old Make sure we actually install udev rules file. --- diff --git a/debian/changelog b/debian/changelog index 990a634..805e31c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ yubikey-personalization (1.6.4-1) UNRELEASED; urgency=low * New upstream version. + * Make sure we actually install udev rules file. -- Tollef Fog Heen Thu, 31 May 2012 23:19:29 +0200 diff --git a/debian/rules b/debian/rules index 363ad65..3a6aa00 100755 --- a/debian/rules +++ b/debian/rules @@ -9,3 +9,6 @@ override_dh_install: chrpath -d $(CURDIR)/debian/tmp/usr/bin/ykpersonalize find debian/tmp -name \*.la -delete dh_install --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- --with-udevrulesdir=/lib/udev/rules.d