[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-12-3-g7bc9dd9

Ralf Treinen treinen at debian.org
Thu Sep 29 14:51:49 UTC 2011


The following commit has been merged in the master branch:
commit 7bc9dd9399301ba27992661baf2f2bdefc12e520
Author: Ralf Treinen <treinen at debian.org>
Date:   Thu Sep 29 16:50:37 2011 +0200

    lintian errors (stndrs-version, typo, python dependency)

diff --git a/debian/changelog b/debian/changelog
index ff9fad9..e3c8424 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
 pkglab (1.4.2-13) UNRELEASED; urgency=low
 
+  [ Stéphane Glondu ]
   * add-sources.py: use debian module (from python-debian) instead of
     deprecated debian_bundle (Closes: #625475)
 
- -- Stéphane Glondu <glondu at debian.org>  Wed, 27 Apr 2011 10:32:50 +0200
+  [ Ralf Treinen ]
+  * edos-distcheck: add dependency on ${python:Depends}
+  * Fix a grammar error in the pkglab doc-base file
+  * Standards-Version: 3.9.2 (no change)
+
+ -- Ralf Treinen <treinen at debian.org>  Thu, 29 Sep 2011 16:50:24 +0200
 
 pkglab (1.4.2-12) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 32a1294..33c37c4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  libledit-ocaml-dev,
  libzip-ocaml-dev,
  hevea
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://sodiac.gforge.inria.fr/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/pkglab.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/pkglab.git
@@ -32,7 +32,7 @@ Description: interactive environment to explore package repositories
 Package: edos-distcheck
 Architecture: any
 Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends},
- python-debian (>= 0.1.15~), python, perl,
+ ${python:Depends}, python-debian (>= 0.1.15~), python, perl,
 Conflicts: edos-debcheck (<= 1.0-8), edos-rpmcheck (<= 1.0-8)
 Replaces: edos-debcheck, edos-rpmcheck
 Provides: edos-debcheck, edos-rpmcheck
diff --git a/debian/pkglab.doc-base b/debian/pkglab.doc-base
index be9f804..0a43bb2 100644
--- a/debian/pkglab.doc-base
+++ b/debian/pkglab.doc-base
@@ -2,10 +2,10 @@ Document: pkglab
 Title: Pkglab documentation
 Author: Jaap Boender
 Abstract: Pkglab is a tool for exploring open-source distributions,
- supporting Debian-style and RPM-based distributions, as well as pkgsrc summary
- files. In particular it allows to test for installability of packages by their
- declared inter-package relationships. This document explains how to use the
- pkglab interactive environment.
+ supporting Debian-style and RPM-based distributions, as well as pkgsrc
+  summary files. In particular it allows one to test for installability
+  of packages by their declared inter-package relationships. This document
+  explains how to use the pkglab interactive environment.
 Section: System/Package Management
 
 Format: HTML

-- 
pkglab packaging



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