diff -u slocate-3.1/debian/dirs slocate-3.1/debian/dirs --- slocate-3.1/debian/dirs +++ slocate-3.1/debian/dirs @@ -1,3 +1,4 @@ +etc usr/bin usr/share/doc usr/share/man/man1 diff -u slocate-3.1/debian/changelog slocate-3.1/debian/changelog --- slocate-3.1/debian/changelog +++ slocate-3.1/debian/changelog @@ -1,3 +1,11 @@ +slocate (3.1-1.1ubuntu4~4) intrepid; urgency=low + + * Install the updatedb.conf file. The debian.README claims this is + included in findutils, however that is apparently no longer the case. + (LP #189462) + + -- Matt LaPlante Wed, 21 Jan 2009 14:48:52 -0600 + slocate (3.1-1.1ubuntu4) intrepid; urgency=low * Fixing typo in slocate.c LP: #155061 diff -u slocate-3.1/debian/rules slocate-3.1/debian/rules --- slocate-3.1/debian/rules +++ slocate-3.1/debian/rules @@ -44,6 +44,7 @@ gzip -9 `pwd`/debian/slocate/usr/share/man/man1/slocate.1 install -m 644 doc/updatedb.1 `pwd`/debian/slocate/usr/share/man/man1/updatedb.slocate.1 gzip -9 `pwd`/debian/slocate/usr/share/man/man1/updatedb.slocate.1 + install --mode 644 -o root -g root debian/updatedb.conf `pwd`/debian/slocate/etc/ touch install-stamp