Author: jmtd Date: 2009-07-18 11:46:38 +0000 (Sat, 18 Jul 2009) New Revision: 10046
Modified: packages/trunk/chocolate-doom/debian/changelog packages/trunk/chocolate-doom/debian/chocolate-doom.postinst Log: install alternatives for doom manpages Modified: packages/trunk/chocolate-doom/debian/changelog =================================================================== --- packages/trunk/chocolate-doom/debian/changelog 2009-07-18 11:44:11 UTC (rev 10045) +++ packages/trunk/chocolate-doom/debian/changelog 2009-07-18 11:46:38 UTC (rev 10046) @@ -1,3 +1,9 @@ +chocolate-doom (1.2.1-2) UNRELEASED; urgency=low + + * install alternatives for doom(6). + + -- Jon Dowland <[email protected]> Sat, 18 Jul 2009 12:48:12 +0100 + chocolate-doom (1.2.1-1) unstable; urgency=low * Initial Release. Closes: #351594. Modified: packages/trunk/chocolate-doom/debian/chocolate-doom.postinst =================================================================== --- packages/trunk/chocolate-doom/debian/chocolate-doom.postinst 2009-07-18 11:44:11 UTC (rev 10045) +++ packages/trunk/chocolate-doom/debian/chocolate-doom.postinst 2009-07-18 11:46:38 UTC (rev 10046) @@ -4,10 +4,10 @@ case "$1" in configure|abort-upgrade) - update-alternatives --install /usr/games/doom \ - doom \ - /usr/games/chocolate-doom \ - 50 + update-alternatives --install /usr/games/doom doom \ + /usr/games/chocolate-doom 50 \ + --slave /usr/share/man/man6/doom.6.gz \ + doom.6.gz /usr/share/man/man6/chocolate-doom.6.gz ;; abort-remove|abort-deconfigure) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

