File: dh_undocumented

package info (click to toggle)
debhelper 9.20150101%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 2,460 kB
  • ctags: 241
  • sloc: perl: 5,758; makefile: 89; sh: 7
file content (38 lines) | stat: -rwxr-xr-x 642 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/usr/bin/perl -w

=head1 NAME

dh_undocumented - undocumented.7 symlink program (deprecated no-op)

=cut

use strict;
use Debian::Debhelper::Dh_Lib;

=head1 SYNOPSIS

Do not run!

=head1 DESCRIPTION

This program used to make symlinks to the F<undocumented.7> man page for man
pages not present in a package. Debian policy now frowns on use of the
F<undocumented.7> 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<debhelper(7)>

This program is a part of debhelper.

=head1 AUTHOR

Joey Hess <joeyh@debian.org>

=cut