[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-9-5-g3f706c7
Ralf Treinen
treinen at free.fr
Thu Apr 22 07:14:48 UTC 2010
The following commit has been merged in the master branch:
commit 3f706c751c3e70a34116563a0a0af4430b73c93b
Author: Ralf Treinen <treinen at free.fr>
Date: Thu Apr 22 09:05:00 2010 +0200
document behaviou on build-essentials
diff --git a/debian/changelog b/debian/changelog
index 147c59f..73595e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pkglab (1.4.2-10) UNRELEASED; urgency=low
+pkglab (1.4.2-10) experimental; urgency=low
* Fix logic in add-sources.py (used by edos-builddebcheck): If one of
the packages in a disjunction is build-essential then the whole
@@ -10,8 +10,11 @@ pkglab (1.4.2-10) UNRELEASED; urgency=low
to Zack for the patch! (closes: #574721).
* Added debian/source/format, current format is 1.0 (in order to
facilitate backports).
+ * Explain handling of build-essential packages by edos-builddebcheck
+ in its manpage; add an item about its configuration file in
+ edos-distcheck.NEWS.
- -- Ralf Treinen <treinen at debian.org> Tue, 20 Apr 2010 10:19:39 +0200
+ -- Ralf Treinen <treinen at debian.org> Thu, 22 Apr 2010 09:04:13 +0200
pkglab (1.4.2-9) unstable; urgency=low
diff --git a/debian/contrib/edos-builddebcheck.1 b/debian/contrib/edos-builddebcheck.1
index ada1492..68477e5 100644
--- a/debian/contrib/edos-builddebcheck.1
+++ b/debian/contrib/edos-builddebcheck.1
@@ -1,4 +1,4 @@
-.TH EDOS-BUILDDEBCHECK 1 2008-08-17 EDOS
+.TH EDOS-BUILDDEBCHECK 1 2010-04-22 EDOS
.SH NAME
Edos-builddebcheck \- Check satisfiability of Debian package build-dependencies
@@ -49,6 +49,12 @@ from scratch because of the cycle. However, if we already have binary packages
alternatives, and might report satisfiability of constraints in case actual
tools (like apt) fail to find a solution.
+Build-essential packages are ignored in unversioned
+build-dependencies. The (architecture dependant) list of
+build-essential packages is read from the configuration file.
+If that file is not available than an architecture independent default
+value is used.
+
.SH OPTIONS
.TP
.B -a, --architecture \fIarchitecture\fP
@@ -63,6 +69,11 @@ source package build-depends on a binary package that exists in
\fIPackagefile\fP file but that edos-debchecks finds not to be installable
inside \fIPackagefile\fP.
+.SH FILES
+.TP
+.B /etc/edos-builddebcheck.conf
+Configuration file for edos\-builddebcheck
+
.SH AUTHOR
Edos-builddebcheck has been written by Stefano Zacchiroli <zack at debian.org>
and Ralf Treinen <treinen at debian.org>. It heavily relies on edos-debcheck
diff --git a/debian/edos-distcheck.NEWS b/debian/edos-distcheck.NEWS
index 41c20a6..298b761 100644
--- a/debian/edos-distcheck.NEWS
+++ b/debian/edos-distcheck.NEWS
@@ -1,3 +1,11 @@
+pkglab (1.4.2-10)
+
+ edos-builddebcheck reads a configuration file /etc/dos-builddebcheck.conf,
+ which allows in particular to define an architecture dependent list of
+ build-essential packages.
+
+ -- Ralf Treinen <treinen at debian.org> Tue, 20 Apr 2010 10:19:39 +0200
+
pkglab (1.4.2-1) unstable; urgency=low
If you wish to restrict the check to a specific list of packages you
--
pkglab packaging
More information about the Pkg-ocaml-maint-commits
mailing list