tags 542052 + patch
tags 542052 + pending
thanks
Dear maintainer,
I've prepared an NMU for pgloader (versioned as 2.3.3~dev3-1.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I should delay
it longer.
--
Jakub Wilk
diffstat for pgloader_2.3.3~dev3-1 pgloader_2.3.3~dev3-1.1
changelog | 8 ++++++++
control | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff -u pgloader-2.3.3~dev3/debian/changelog pgloader-2.3.3~dev3/debian/changelog
--- pgloader-2.3.3~dev3/debian/changelog
+++ pgloader-2.3.3~dev3/debian/changelog
@@ -1,3 +1,11 @@
+pgloader (2.3.3~dev3-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Don't hardcode dependency on python-support, use ${python:Depends}
+ (closes: #542052). Thanks to Faheem Mitha for the bug report.
+
+ -- Jakub Wilk <[email protected]> Fri, 06 Jan 2012 02:19:25 +0100
+
pgloader (2.3.3~dev3-1) unstable; urgency=low
* Implement -f --field-sep to overwrite the default from command line
diff -u pgloader-2.3.3~dev3/debian/control pgloader-2.3.3~dev3/debian/control
--- pgloader-2.3.3~dev3/debian/control
+++ pgloader-2.3.3~dev3/debian/control
@@ -8,7 +8,7 @@
Package: pgloader
Architecture: all
-Depends: ${misc:Depends}, python (>=2.4.4), python-psycopg2 | python-psycopg (<< 1.1.21) | python-psycopg (>= 1.1.21-14), python-support (>= 0.3)
+Depends: ${misc: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,