Source: pgloader Version: 2.3.2-1.1 Severity: important
pgloader was built using python-support >= 0.90.0. This version of python-support introduced major changes in the directory layout; therefore the current runtime dependency on "python-support (>= 0.3)" is not sufficient.
The attached patch fixes this bug by letting python-support generate runtime dependencies automatically.
-- Jakub Wilk
diff -u pgloader-2.3.2/debian/control pgloader-2.3.2/debian/control --- pgloader-2.3.2/debian/control +++ pgloader-2.3.2/debian/control @@ -8,7 +8,7 @@ Package: pgloader Architecture: all -Depends: python (>=2.4.4), python-psycopg2 | python-psycopg (<< 1.1.21) | python-psycopg (>= 1.1.21-14), python-support (>= 0.3) +Depends: python (>=2.4.4), python-psycopg2 | python-psycopg (<< 1.1.21) | python-psycopg (>= 1.1.21-14), ${python:Depends} Description: loads flat data files into PostgreSQL pgloader imports data from flat files and insert it into a database table. You have to provide a configuration file containing sections,
signature.asc
Description: Digital signature