summaryrefslogtreecommitdiff
path: root/dh_scrollkeeper
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2013-11-10 15:23:29 -0400
committerJoey Hess <joeyh@debian.org>2013-11-10 15:23:29 -0400
commit868ba759bb6eec429139205e01f59f494cdaf98b (patch)
tree36d25c13f7c002867e6b5cb0acd70398d79c00e3 /dh_scrollkeeper
debhelper (9.20131110) unstable; urgency=low
* dh_installinit: Revert changes that added versioned dependency on sysv-rc to support upstart, which later grew to a versioned dependency on sysv-rc | file-rc, and which seems to want to continue growing to list other init systems, which there currently seem to be far too many of, for far too little benefit. The sysv-rc dependency is already met in stable. The file-rc dependency is not, so if someone cares about that, they need to find a properly designed solution, which this was not. Closes: #729248 # imported from the archive
Diffstat (limited to 'dh_scrollkeeper')
-rwxr-xr-xdh_scrollkeeper38
1 files changed, 38 insertions, 0 deletions
diff --git a/dh_scrollkeeper b/dh_scrollkeeper
new file mode 100755
index 00000000..fb04e6ef
--- /dev/null
+++ b/dh_scrollkeeper
@@ -0,0 +1,38 @@
+#!/usr/bin/perl -w
+
+=head1 NAME
+
+dh_scrollkeeper - deprecated no-op
+
+=cut
+
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+=head1 SYNOPSIS
+
+B<dh_scrollkeeper> [S<I<debhelper options>>] [B<-n>] [S<I<directory>>]
+
+=head1 DESCRIPTION
+
+B<dh_scrollkeeper> was a debhelper program that handled
+registering OMF files for ScrollKeeper. However, it no longer does
+anything, and is now deprecated.
+
+=cut
+
+init();
+
+warning("This program is deprecated, and does nothing anymore.");
+
+=head1 SEE ALSO
+
+L<debhelper>
+
+This program is a part of debhelper.
+
+=head1 AUTHOR
+
+Ross Burton <ross@burtonini.com>
+
+=cut