From 23b19d381ecb55714a4eeb4e024ea584aa635a46 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 9 Jun 2008 13:25:34 +0000 Subject: [PATCH] debian packaging bug#485067: Missing Build-Depends --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bdfca6f..45bb642 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgloader (2.3.1-2) unstable; urgency=low + + * FIX Missing Build-Depends (Closes: #485067) + + -- Dimitri Fontaine Mon, 09 Jun 2008 15:23:56 +0200 + pgloader (2.3.1-1) unstable; urgency=low * FIX: Add database opening into critical path (BoundedSemaphore) diff --git a/debian/control b/debian/control index 860a762..36f6f36 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pgloader Section: misc Priority: extra Maintainer: Dimitri Fontaine -Build-Depends: debhelper (>= 5), docbook-to-man (>= 2.0.0), python-support (>= 0.3), xmlto +Build-Depends: debhelper (>= 5), docbook-to-man (>= 2.0.0), python-support (>= 0.3), xmlto, asciidoc (>= 0.8.2) Standards-Version: 3.7.3 Homepage: http://pgloader.projects.postgresql.org