]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_scrollkeeper
r1802: * Patches from Ghe Rivero to fix outdated paths in French and Spanish
[debhelper.git] / dh_scrollkeeper
index 11d1adb6a3a0d9502b60a3fd6085a7bedb5083fd..3cfd414f8219cb27f7ba7d608d64c244557c0e6c 100755 (executable)
@@ -20,10 +20,8 @@ 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). 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
@@ -70,8 +68,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");
                }
        }
 }