Hi Dan, Thanks for finding that bug, and for your helpful patch. I've released an updated version of the package (1.2-2) on http://www.rwpenney.org.uk/software, and shall ask my Debian mentor to upload the latest package to the main Debian archives. Kind regards, RW Penney
+-- on Thu, Mar 15, 2007 at 09:13:17PM +0100, Dan O'Huiginn wrote: ---+ > Package: cryptmount > Version: 1.2-1 > > The example configuration file cmtab.example isn't being installed > to /usr/share/doc/cryptmount/examples, as was presumably intended. Can be > fixed by a one-line change in debian/rules, as in the attached patch. > > This was reported in Ubuntu: > https://bugs.launchpad.net/ubuntu/+source/cryptmount/+bug/73893 > > best, > Dan O'Huiginn > diff -Nur cryptmount-1.2.orig/debian/rules cryptmount-1.2/debian/rules > --- cryptmount-1.2.orig/debian/rules 2006-10-15 12:42:36.000000000 +0200 > +++ cryptmount-1.2/debian/rules 2007-03-15 21:05:36.000000000 +0100 > @@ -78,7 +78,7 @@ > dh_testroot > dh_installchangelogs ChangeLog > dh_installdocs > - dh_installexamples > + dh_installexamples $(CURDIR)/cmtab.example > # dh_installinit > dh_installman > dh_link -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]