diff -Nru expeyes-2.0.0/debian/changelog expeyes-2.0.0/debian/changelog --- expeyes-2.0.0/debian/changelog 2011-11-06 16:24:43.000000000 +0000 +++ expeyes-2.0.0/debian/changelog 2012-02-14 19:17:55.000000000 +0000 @@ -1,3 +1,9 @@ +expeyes (2.0.0-2) unstable; urgency=low + + * fixed the problem with restarting udev. Closes: #659779 + + -- Georges Khaznadar Tue, 14 Feb 2012 19:16:58 +0000 + expeyes (2.0.0-1) unstable; urgency=low * upgraded to the newest upstream version diff -Nru expeyes-2.0.0/debian/postinst expeyes-2.0.0/debian/postinst --- expeyes-2.0.0/debian/postinst 2011-04-19 16:50:16.000000000 +0000 +++ expeyes-2.0.0/debian/postinst 2012-02-14 19:14:46.000000000 +0000 @@ -20,7 +20,7 @@ case "$1" in configure) - service udev restart + invoke-rc.d udev restart # in case of modification of /etc/udev/rules.d/99-phoenix.rules ;;