#!/usr/bin/perl =head1 NAME dh_undocumented - undocumented.7 symlink program (deprecated no-op) =cut use strict; use warnings; use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS Do not run! =head1 DESCRIPTION This program used to make symlinks to the F man page for man pages not present in a package. Debian policy now frowns on use of the F man page, and so this program does nothing, and should not be used. =cut init(); warning("This program does nothing and should no longer be used."); =head1 SEE ALSO L This program is a part of debhelper. =head1 AUTHOR Joey Hess =cut # Local Variables: # indent-tabs-mode: t # tab-width: 4 # cperl-indent-level: 4 # End: