Hi,

Please find here a patch that fix this bug.

Could you please apply it?

Thanks for updating the net-tools package!

Cheers,

Laurent Bigonville
diff -Nru net-tools-1.60+git20150829.73cef8a/debian/changelog net-tools-1.60+git20150829.73cef8a/debian/changelog
--- net-tools-1.60+git20150829.73cef8a/debian/changelog	2015-09-07 04:13:19.000000000 +0200
+++ net-tools-1.60+git20150829.73cef8a/debian/changelog	2015-09-07 14:48:01.000000000 +0200
@@ -1,3 +1,9 @@
+net-tools (1.60+git20150829.73cef8a-2) UNRELEASED; urgency=medium
+
+  * Enable SELinux support (Closes: #666204)
+
+ -- Laurent Bigonville <bi...@debian.org>  Mon, 07 Sep 2015 14:47:41 +0200
+
 net-tools (1.60+git20150829.73cef8a-1) unstable; urgency=medium
 
   * After 14 years without an upstream release, I am producing a new package
diff -Nru net-tools-1.60+git20150829.73cef8a/debian/config.h net-tools-1.60+git20150829.73cef8a/debian/config.h
--- net-tools-1.60+git20150829.73cef8a/debian/config.h	2015-09-07 04:13:19.000000000 +0200
+++ net-tools-1.60+git20150829.73cef8a/debian/config.h	2015-09-07 14:54:26.000000000 +0200
@@ -73,3 +73,4 @@
 #define HAVE_FW_MASQUERADE 1
 #define HAVE_IP_TOOLS 1
 #define HAVE_MII 1
+#define HAVE_SELINUX 1
diff -Nru net-tools-1.60+git20150829.73cef8a/debian/config.make net-tools-1.60+git20150829.73cef8a/debian/config.make
--- net-tools-1.60+git20150829.73cef8a/debian/config.make	2015-09-07 04:13:19.000000000 +0200
+++ net-tools-1.60+git20150829.73cef8a/debian/config.make	2015-09-07 14:46:45.000000000 +0200
@@ -34,3 +34,4 @@
 HAVE_FW_MASQUERADE=1
 HAVE_IP_TOOLS=1
 HAVE_MII=1
+HAVE_SELINUX=1
diff -Nru net-tools-1.60+git20150829.73cef8a/debian/control net-tools-1.60+git20150829.73cef8a/debian/control
--- net-tools-1.60+git20150829.73cef8a/debian/control	2015-09-07 04:13:19.000000000 +0200
+++ net-tools-1.60+git20150829.73cef8a/debian/control	2015-09-07 14:46:55.000000000 +0200
@@ -1,7 +1,7 @@
 Source: net-tools
 Section: net
 Priority: important
-Build-Depends: debhelper (>> 9), gettext, libdnet-dev
+Build-Depends: debhelper (>> 9), gettext, libdnet-dev, libselinux1-dev
 Maintainer: net-tools Team <pkg-net-tools-maintain...@lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tin...@debian.org>
 Standards-Version: 3.9.6

Reply via email to