Dear maintainer,
I've prepared an NMU for net-tools (versioned as 1.60+git20150829.73cef8a-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. 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-11-19 11:44:10.000000000 +0100 @@ -1,3 +1,10 @@ +net-tools (1.60+git20150829.73cef8a-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Enable SELinux support. Closes: #666204. + + -- Laurent Bigonville <[email protected]> Thu, 19 Nov 2015 11:44:06 +0100 + 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-11-19 11:43:41.000000000 +0100 @@ -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-11-19 11:43:41.000000000 +0100 @@ -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-11-19 11:43:41.000000000 +0100 @@ -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 <[email protected]> Uploaders: MartÃn Ferrari <[email protected]> Standards-Version: 3.9.6

