]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_scrollkeeper
Fix typo in French translation, about debian/package.README.Debian files.
[debhelper.git] / dh_scrollkeeper
index 11d1adb6a3a0d9502b60a3fd6085a7bedb5083fd..d2e2145e89904e712da24e994c997792118494a2 100755 (executable)
@@ -20,10 +20,9 @@ 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 B<-n> is used). A
-dependency on scrollkeeper will be added to C<${misc:Depends}>, so be sure
-your package uses that variable in F<debian/control>. See
-L<dh_installdeb(1)> for an explantion of Debhelper maintainer script
+and unregistering files with ScrollKeeper (unless B<-n> is used). These
+snippets are inserted into the maintainer scripts by dh_installdeb. See
+L<dh_installdeb(1)> for an explanation of Debhelper maintainer script
 snippets.
 
 It will also change any DTD declarations in the OMF and DocBook files
@@ -42,7 +41,7 @@ Do not modify F<postinst>/F<postrm> scripts.
 
 =head1 NOTES
 
-Note that this command is not idempotent. "dh_clean -k" should be
+Note that this command is not idempotent. L<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.
 
@@ -70,8 +69,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                                autoscript($package,"postinst","postinst-scrollkeeper");
                                autoscript($package,"postrm","postrm-scrollkeeper");
                        }
-                       # scrollkeeper use xml catalogs so we require 0.3.14-5+.
-                       addsubstvar($package, "misc:Depends", "scrollkeeper", ">= 0.3.14-5");
                }
        }
 }