iptables (1.4.8-3) 0600-makefile_jedi_handwaving.patch

Summary

 Makefile.am |    4 ++++
 1 file changed, 4 insertions(+)

    
download this patch

Patch contents

Author: ljlane
Descripton: Add test and check targets to make /usr/bin/dh happy.

Index: b/Makefile.am
===================================================================
--- a/Makefile.am	2010-05-21 06:48:13.000000000 -0400
+++ b/Makefile.am	2010-06-12 13:25:25.517044939 -0400
@@ -99,3 +99,7 @@
 	for i in ${v4_bin_links}; do ${LN_S} -f "${sbindir}/iptables-multi" "${DESTDIR}${bindir}/$$i"; done;
 	for i in ${v4_sbin_links}; do ${LN_S} -f iptables-multi "${DESTDIR}${sbindir}/$$i"; done;
 	for i in ${v6_sbin_links}; do ${LN_S} -f ip6tables-multi "${DESTDIR}${sbindir}/$$i"; done;
+
+test check:
+	echo "Are we on the air? Hello, Mom!"
+