tags 555096 + patch thanks
This bug can be easily solved by the attached diff (which solves also some lintian warnings).
diff -u apq-3.0~b1/debian/control apq-3.0~b1/debian/control --- apq-3.0~b1/debian/control +++ apq-3.0~b1/debian/control @@ -2,8 +2,8 @@ Section: libs Priority: optional Maintainer: Adrian-Ken Rueegsegger <k...@codelabs.ch> -Build-Depends: debhelper (>= 7), quilt, gnat-4.3, texlive-latex-recommended, texlive-fonts-recommended -Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 7), quilt, gnat-4.4, texlive-latex-recommended, texlive-fonts-recommended +Standards-Version: 3.8.4 Homepage: http://www.adaworks.net/adaworks/ Vcs-Browser: http://git.codelabs.ch/?p=debian/apq.git Vcs-Git: git://git.codelabs.ch/debian/apq.git @@ -20,7 +20,7 @@ Package: libapq-common-dev Section: libdevel Architecture: any -Depends: libapq3-common (= ${binary:Version}) +Depends: libapq3-common (= ${binary:Version}), ${misc:Depends} Description: A pluggable Ada 95 Binding to various database systems (development) APQ is a pluggable Ada 95 Binding to various database systems like PostgreSQL or MySQL. This is the core package providing the plugin @@ -32,7 +32,7 @@ Section: debug Priority: extra Architecture: any -Depends: libapq3-common (= ${binary:Version}), libapq-common-dev (= ${binary:Version}) +Depends: libapq3-common (= ${binary:Version}), libapq-common-dev (= ${binary:Version}), ${misc:Depends} Description: A pluggable Ada 95 Binding to various database systems (debug) APQ is a pluggable Ada 95 Binding to various database systems like PostgreSQL or MySQL. This is the core package providing the plugin diff -u apq-3.0~b1/debian/changelog apq-3.0~b1/debian/changelog --- apq-3.0~b1/debian/changelog +++ apq-3.0~b1/debian/changelog @@ -1,3 +1,12 @@ +apq (3.0~b1-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Migrate to gnat-4.4 (Closes: #555096). + * Add missing ${misc:Depends} to debian/control. + * Raising Standards-Version to 3.8.4. + + -- Johann Felix Soden <joh...@gmx.de> Mon, 15 Feb 2010 13:31:24 +0100 + apq (3.0~b1-3) unstable; urgency=low * Set proper build dependency for gnat-4.3 (Closes: #533155).