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