[xml/sgml-commit] [SCM] linuxdoc-tools package for Debian. branch, master, updated. debian/0.9.56-19-g02a72b4

Agustin Martin Domingo agmartin at debian.org
Tue Feb 17 13:36:45 UTC 2009


The following commit has been merged in the master branch:
commit 4e403ae9abd378a4b9e79ffe458caf7ba8688ca2
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Tue Dec 9 12:49:04 2008 +0100

    Fix lintian debhelper-but-no-misc-depends
    
    The source package uses debhelper but it does not use ${misc:Depends} in
    the given binary package's debian/control entry. This is required so the
    dependencies are set correctly in case the result of a call to any of
    the dh_ commands cause the package to depend on another package.

diff --git a/debian/control b/debian/control
index 48b3c8f..ac46407 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Description: convert LinuxDoc SGML source into other formats
 
 Package: linuxdoc-tools-text
 Architecture: all
-Depends: linuxdoc-tools, groff
+Depends: ${misc:Depends}, linuxdoc-tools, groff
 Conflicts: linuxdoc-tools (<< 0.9.20)
 Description: Text output facility of LinuxDoc-Tools
  LinuxDoc-Tools is a SGML converter for the LinuxDoc DTD only.
@@ -50,7 +50,7 @@ Description: Text output facility of LinuxDoc-Tools
 
 Package: linuxdoc-tools-latex
 Architecture: all
-Depends: linuxdoc-tools,
+Depends: ${misc:Depends}, linuxdoc-tools,
  texlive-latex-base|tetex-base,
  texlive-base-bin|tetex-bin,
  texlive-latex-recommended|tetex-extra
@@ -63,7 +63,7 @@ Description: LaTeX/PS/PDF output facility of LinuxDoc-Tools
 
 Package: linuxdoc-tools-info
 Architecture: all
-Depends: linuxdoc-tools, texinfo
+Depends: ${misc:Depends}, linuxdoc-tools, texinfo
 Conflicts: linuxdoc-tools (<< 0.9.20)
 Description: Info output facility of LinuxDoc-Tools
  LinuxDoc-Tools is a SGML converter for the LinuxDoc DTD only.

-- 
linuxdoc-tools package for Debian.



More information about the debian-xml-sgml-commit mailing list