=== modified file 'debian/changelog'
--- debian/changelog	2013-12-29 11:29:57 +0000
+++ debian/changelog	2014-04-24 00:04:42 +0000
@@ -1,3 +1,9 @@
+suricata (1.4.7-1ubuntu1) trusty; urgency=low
+
+  * Fixed init script NFQUEUE support detection.
+
+ -- Rafael David Tinoco <rafael.tinoco@canonical.com>  Wed, 23 Apr 2014 19:24:10 -0300
+
 suricata (1.4.7-1) unstable; urgency=low
 
   * Imported Upstream version 1.4.7

=== modified file 'debian/suricata.init'
--- debian/suricata.init	2013-05-21 12:42:45 +0000
+++ debian/suricata.init	2014-04-24 00:04:42 +0000
@@ -42,7 +42,7 @@
 }
 
 check_nfqueue() {
-if [ ! -e /proc/net/netfilter/nf_queue ]; then
+if [ ! -e /proc/net/netfilter/nfnetlink_queue ]; then
     log_failure_msg "NFQUEUE support not found !"
     log_failure_msg "Please ensure the nfnetlink_queue module is loaded or built in kernel"
     exit 5

