diff -pruN 0.1.14-9/debian/changelog 0.1.14-9ubuntu1/debian/changelog
--- 0.1.14-9/debian/changelog	2008-11-22 04:22:20.000000000 +0000
+++ 0.1.14-9ubuntu1/debian/changelog	2008-11-22 04:21:16.000000000 +0000
@@ -1,3 +1,10 @@
+gnuift (0.1.14-9ubuntu1) jaunty; urgency=low
+
+  * Add --install to the libtoolize call in debian/rules so that all
+    scripts get installed, rather than just a select few.
+
+ -- James Westby <james.westby@canonical.com>  Sat, 22 Nov 2008 01:46:54 +0000
+
 gnuift (0.1.14-9) unstable; urgency=high
 
   * QA Upload.
diff -pruN 0.1.14-9/debian/rules 0.1.14-9ubuntu1/debian/rules
--- 0.1.14-9/debian/rules	2008-11-22 04:22:20.000000000 +0000
+++ 0.1.14-9ubuntu1/debian/rules	2008-11-22 04:21:16.000000000 +0000
@@ -49,7 +49,7 @@ DEB_INSTALL_CHANGELOGS_ALL := $(DEB_BUIL
 post-patches:: debian/stamp-autotools-maintregen-arch
 debian/stamp-autotools-maintregen-arch:
 	cd $(DEB_BUILDDIR); sh ./bootstrap-cvs.sh ; \
-		cp /usr/bin/libtool $(DEB_BUILDDIR); libtoolize --force --copy
+		cp /usr/bin/libtool $(DEB_BUILDDIR); libtoolize --force --copy --install
 	touch debian/stamp-autotools-maintregen-arch
 
 build/gnuift::
