found 400781 1:5.22-1.1 tags 400781 + patch thanks Hello!
On Tue, 28 Nov 2006 19:58:04 +0100, Dr. Markus Waldeck wrote: > The man page is missing! > > I can remberer that in previous releases a (huge) man page was > available! FWIW, the man page is missing since the last update, as it was present in the previous version 1:5.22-1: ===== [EMAIL PROTECTED]:~$ dpkg --contents xlockmore-gl_5.22-1_i386.deb | grep man drwxr-xr-x root/root 0 2006-05-24 03:31 ./usr/man/ drwxr-xr-x root/root 0 2006-05-24 03:31 ./usr/man/man1/ -rw-r--r-- root/root 17438 2006-05-24 03:31 ./usr/man/man1/xlock.1.gz [EMAIL PROTECTED]:~$ ===== Attached a patch to solve it. The patch is in the form of an NMU :-) Thx, bye, Gismo / Luca
diff -Naur xlockmore-5.22-1.1/debian/changelog xlockmore-5.22-1.2/debian/changelog --- xlockmore-5.22-1.1/debian/changelog 2006-11-30 21:54:55.000000000 +0100 +++ xlockmore-5.22-1.2/debian/changelog 2006-11-30 21:36:58.000000000 +0100 @@ -1,3 +1,11 @@ +xlockmore (1:5.22-1.2) unstable; urgency=low + + * Non-Maintainer Upload. + * Fix the dh_installman call, as it should work on all the created + packages and not only on the first one (Closes: #400781). + + -- Luca Capello <[EMAIL PROTECTED]> Thu, 30 Nov 2006 21:36:58 +0100 + xlockmore (1:5.22-1.1) unstable; urgency=medium * Non-maintainer upload, BSP Zurich/Switzerland diff -Naur xlockmore-5.22-1.1/debian/rules xlockmore-5.22-1.2/debian/rules --- xlockmore-5.22-1.1/debian/rules 2006-11-30 21:54:55.000000000 +0100 +++ xlockmore-5.22-1.2/debian/rules 2006-11-30 21:36:49.000000000 +0100 @@ -136,7 +136,7 @@ dh_installmenu # dh_installinit dh_installcron - dh_installman xlock/xlock.man + dh_installman -A xlock/xlock.man # dh_undocumented dh_installchangelogs dh_strip
pgp5gWK80TSHr.pgp
Description: PGP signature

