[Pkg-ocaml-maint-commits] [SCM] hevea-doc packaging branch, master, updated. debian/1.10-2-7-g3424a21

Ralf Treinen treinen at free.fr
Sun Jan 3 08:52:49 UTC 2010


The following commit has been merged in the master branch:
commit a3534f6a1ad72d43c892d0199d2a693be2e13b98
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Jan 3 09:40:13 2010 +0100

    fix some lintian warnings

diff --git a/debian/changelog b/debian/changelog
index f5629ed..960ec16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,12 @@ hevea-doc (1.10-3) UNRELEASED; urgency=low
 
   [ Ralf Treinen ]
   * debian/control: Add Homepage field.
-
+  * Add dependency on ${misc:Depnds}
+  * DH compatibility level 7 
+  * Standards-Version 3.8.3 (no change)
+  * doc-base section typesetting
+  * debian/copyright: added copyright of INRIA
+  
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index d0397f8..ebb0570 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,15 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Ralf Treinen <treinen at debian.org>, 
  Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>,
  Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
-Build-Depends: debhelper (>= 4.0)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 7.0)
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/hevea-doc.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/hevea-doc.git
 Homepage: http://hevea.inria.fr
 
 Package: hevea-doc
 Architecture: all
+Depends: ${misc:Depends}
 Recommends: hevea, www-browser
 Description: HeVeA documentation
  HeVeA is a powerful and efficient translator from LaTeX to HTML (and other
diff --git a/debian/copyright b/debian/copyright
index 02d3b77..d0f1deb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,6 +7,11 @@ Upstream Author: Luc Maranget <Luc.Maranget at inria.fr>
 
 Copyright:
 
+Copyright 1998-2007 Institut National de Recherche en Informatique
+et Automatique 
+
+Licence:
+
 Free Document Dissemination Licence -- FDDL version 1
 
    This document may be freely read, stored, reproduced, disseminated,
diff --git a/debian/doc-base.hevea b/debian/doc-base.hevea
index 66fc538..b553627 100644
--- a/debian/doc-base.hevea
+++ b/debian/doc-base.hevea
@@ -2,7 +2,7 @@ Document: hevea
 Title: HeVeA Manual
 Author: Luc Maranget
 Abstract: Tutorial and reference manual of HeVeA, a LaTeX to HTML translator.
-Section: tex
+Section: typesetting
 
 Format: HTML
 Index: /usr/share/doc/hevea/html/index.html

-- 
hevea-doc packaging



More information about the Pkg-ocaml-maint-commits mailing list