On Sat, Oct 20, 2012 at 12:11:03PM +0200, Julien Cristau wrote: >On Sun, Oct 14, 2012 at 11:01:02 +0100, Steve McIntyre wrote: > >> Package: release.debian.org >> Severity: normal >> User: release.debian....@packages.debian.org >> Usertags: unblock >> >> Please unblock package node >> >> I've just uploaded an NMU which implements only the changes requested >> by the TC for the rename to stop the clash with nodejs. Reviewed >> already by several folks at a BSP here. Please unblock. >> >As far as I can tell the manpage stuff still needs work. > >ax25-node.deb contains >-rw-r--r-- root/root 3210 2012-10-13 23:54 ./usr/share/man/man8/node.8.gz >-rw-r--r-- root/root 3210 2012-10-14 09:48 >./usr/share/man/man8/ax25-node.8.gz > >node.deb contains >lrwxrwxrwx root/root 0 2012-10-14 09:48 ./usr/share/man/man8/node.8 -> >ax25-node.8 >which is dangling.
ACK. :-( New packages in incoming now. Debdiff: -- Steve McIntyre, Cambridge, UK. st...@einval.com "Managing a volunteer open source project is a lot like herding kittens, except the kittens randomly appear and disappear because they have day jobs." -- Matt Mackall
diff -u node-0.3.2/debian/rules node-0.3.2/debian/rules --- node-0.3.2/debian/rules +++ node-0.3.2/debian/rules @@ -48,7 +48,7 @@ mkdir -p debian/node/usr/sbin ln -s ax25-node debian/node/usr/sbin/node mkdir -p debian/node/usr/share/man/man8 - ln -s ax25-node.8 debian/node/usr/share/man/man8/node.8 + ln -s ax25-node.8.gz debian/node/usr/share/man/man8/node.8.gz # Build architecture-independent files here. binary-indep: build install @@ -66,7 +66,7 @@ # dh_installpam # dh_installinit # dh_installcron - dh_installmanpages -p ax25-node +# dh_installmanpages -p ax25-node # dh_installinfo # dh_undocumented dh_installchangelogs diff -u node-0.3.2/debian/changelog node-0.3.2/debian/changelog --- node-0.3.2/debian/changelog +++ node-0.3.2/debian/changelog @@ -1,3 +1,11 @@ +node (0.3.2-7.3) unstable; urgency=low + + * NMU + * Fix up manpage handling in node and ax25-node. Thanks to + Julien Cristau for pointing out the bugs here. + + -- Steve McIntyre <93...@debian.org> Sat, 20 Oct 2012 17:12:19 +0100 + node (0.3.2-7.2) unstable; urgency=low * NMU