Package: netkit-telnet Severity: normal Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Dear netkit-telnet maintainer, Due to menu transition, "Apps/Net" is splitted, so netkit-telnet has to deal with this change. Here's a patch, please apply it. - -- Regards, Hideki Yamane henrich @ debian.or.jp -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIQUiFIu0hy8THJksRAvUdAJ4id+2ty2spar1F9Nj74YSWI207YACbBZ9R eHEbTee6R3AAtY83FwEKpFU= =zXzq -----END PGP SIGNATURE-----
--- debian/menu.orig 2008-05-31 21:37:25.000000000 +0900 +++ debian/menu 2008-05-31 21:42:24.000000000 +0900 @@ -1,3 +1,6 @@ ?package(telnet): \ - needs="text" section="Apps/Net" title="Telnet" \ - command="/usr/bin/telnet" hints="Terminal" + needs="text" \ + section="Applications/Network/Communication" \ + title="Telnet" \ + command="/usr/bin/telnet" \ + hints="Terminal"