Package: libapq-postgresql1-dev
Version: 3.0-4
Severity: wishlist
Tags: patch

Dear Maintainer,

libalog fails to build because some of its dependencies depend on gnat-4.4
while others depend on gnat-4.6. Updating your package to use gnat-4.6
instead of gnat-4.4 would be a step towards a solution for this issue.

Please find attached a debdiff changing the dependencies and
build-dependencies.

Regards.

-- System Information:
Distributor ID: Ubuntu
Description:    Ubuntu 11.10
Release:        11.10
Codename:       oneiric
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-16-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u apq-postgresql-3.0/debian/control apq-postgresql-3.0/debian/control
--- apq-postgresql-3.0/debian/control
+++ apq-postgresql-3.0/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Adrian-Ken Rueegsegger <k...@codelabs.ch>
-Build-Depends: debhelper (>= 7), quilt, gnat-4.4, gcc (>= 4.3), libpq-dev,
+Build-Depends: debhelper (>= 7), quilt, gnat-4.6, gcc (>= 4.3), libpq-dev,
  libapq1-dev
 Standards-Version: 3.8.4
 Homepage: http://framework.kow.com.br/
@@ -21,7 +21,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, libapq-postgresql3.0 (= ${binary:Version}), libpq-dev,
- libapq1-dev, gnat-4.4
+ libapq1-dev, gnat-4.6
 Conflicts: libapq-postgresql-dev
 Replaces: libapq-postgresql-dev
 Description: APQ Ada 95 Postgresql Binding Plugin (development)
diff -u apq-postgresql-3.0/debian/changelog apq-postgresql-3.0/debian/changelog
--- apq-postgresql-3.0/debian/changelog
+++ apq-postgresql-3.0/debian/changelog
@@ -1,3 +1,10 @@
+apq-postgresql (3.0-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update dependencies and build dependencies from gnat-4.4 to gnat-4.6.
+
+ -- Lokesh Gidra <lokesh.gi...@gmail.com>  Sun, 19 Feb 2012 12:41:59 +0100
+
 apq-postgresql (3.0-4) unstable; urgency=low
 
   * Use current dir to construct helper lib path (Closes: #570887).

Reply via email to