Provided by:
debhelper_7.0.13ubuntu1_all 
NAME
dh_scrollkeeper - generate ScrollKeeper registration scripts
SYNOPSIS
dh_scrollkeeper [debhelper options] [-n] [directory]
DESCRIPTION
dh_scrollkeeper is a debhelper program that handles correctly
registering OMF files that it finds in package build trees with
ScrollKeeper.
This command automatically adds maintainer script snippets for
registering and unregistering files with ScrollKeeper (unless -n is
used). These snippets are inserted into the maintainer scripts by
dh_installdeb. See dh_installdeb(1) for an explanation of Debhelper
maintainer script snippets.
It will also change any DTD declarations in the OMF and DocBook files
to refer to local files instead of remote URLs. This change does not
modify the source files, but the files in the package build tree.
OPTIONS
-n, --noscripts
Do not modify postinst/postrm scripts.
NOTES
Note that this command is not idempotent. dh_prep(1) should be called
between invocations of this command. Otherwise, it may cause multiple
instances of the same text to be added to maintainer scripts.
SEE ALSO
debhelper
This program is a part of debhelper.
AUTHOR
Ross Burton <ross@burtonini.com>