Package: unbound
Version: 1.0.2-1.2

--install should be added to the libtoolize call in debian/rules, so
that all necessary files get installed.  This is a simple patch which
will fix the issue (by James Westby):


--- 1.0.2-1.2/debian/rules      2008-12-17 01:00:23.000000000 +0000
+++ 1.0.2-1.2ubuntu1/debian/rules       2008-12-17 01:00:31.000000000 +0000
@@ -6,7 +6,7 @@
 build: build-stamp
 build-stamp:
        dh build --before configure
-       libtoolize --force
+       libtoolize --force --install
        aclocal
        autoheader
        autoconf



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to