Package: libnl1-pre6
Version: 1.0~pre6-2
Severity: normal
Tags: patch

The source distribution includes a handy tool nl-monitor, which prints out the 
multicasts received over the netlink socket for things like interface state 
or route changes. This is useful both for scripting and for debugging, so 
it's a shame it's not included in the Debian package.

This simple patch includes all the tools from the src/ directory:

--- libnl-1.0~pre6.orig/src/Makefile
+++ libnl-1.0~pre6/src/Makefile
@@ -30,4 +30,6 @@
 distclean: clean

 install:
-       @true
+       mkdir -p $(DESTDIR)/$(prefix)/bin/
+       cp $(TOOLS) $(DESTDIR)/$(prefix)/bin/
+
--- libnl-1.0~pre6.orig/debian/libnl1-pre6.install
+++ libnl-1.0~pre6/debian/libnl1-pre6.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/libnl.so.*
+debian/tmp/usr/bin/nl-*



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to