]> git.donarmstrong.com Git - debhelper.git/blob - dh_scrollkeeper
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / dh_scrollkeeper
1 #!/usr/bin/perl -w
2
3 =head1 NAME
4
5 dh_scrollkeeper - deprecated no-op
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
18 B<dh_scrollkeeper> was a debhelper program that handled 
19 registering OMF files for ScrollKeeper. However, it no longer does
20 anything, and is now deprecated.
21
22 =cut
23
24 init();
25
26 warning("This program is deprecated, and does nothing anymore.");
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