~ubuntu-branches/ubuntu/utopic/debhelper/utopic-proposed

2 by Sebastien Bacher
dh_scrollkeeper: don't display the output (Warty #336).
1
#!/usr/bin/perl -w
2
3
=head1 NAME
4
1.2.17 by Joey Hess
dh_install: Fix support for the case where --sourcedir=debian/tmp/foo
5
dh_scrollkeeper - deprecated no-op
2 by Sebastien Bacher
dh_scrollkeeper: don't display the output (Warty #336).
6
7
=cut
8
9
use strict;
10
use Debian::Debhelper::Dh_Lib;
11
12
=head1 SYNOPSIS
13
14
B<dh_scrollkeeper> [S<I<debhelper options>>] [B<-n>] [S<I<directory>>]
15
16
=head1 DESCRIPTION
17
1.4.21 by Joey Hess, Joey Hess, Valery Perrin
[ Joey Hess ]
18
B<dh_scrollkeeper> was a debhelper program that handled 
1.2.17 by Joey Hess
dh_install: Fix support for the case where --sourcedir=debian/tmp/foo
19
registering OMF files for ScrollKeeper. However, it no longer does
20
anything, and is now deprecated.
2 by Sebastien Bacher
dh_scrollkeeper: don't display the output (Warty #336).
21
22
=cut
23
24
init();
25
1.2.17 by Joey Hess
dh_install: Fix support for the case where --sourcedir=debian/tmp/foo
26
warning("This program is deprecated, and does nothing anymore.");
2 by Sebastien Bacher
dh_scrollkeeper: don't display the output (Warty #336).
27
28
=head1 SEE ALSO
29
30
L<debhelper>
31
32
This program is a part of debhelper.
33
34
=head1 AUTHOR
35
36
Ross Burton <ross@burtonini.com>
37
38
=cut