Control: tags 896246 + patch Control: tags 896246 + pending Control: tags 896291 + patch Control: tags 896291 + pending
Dear maintainer, I've prepared an NMU for python-pgspecial (versioned as 1.9.0-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru python-pgspecial-1.9.0/debian/changelog python-pgspecial-1.9.0/debian/changelog --- python-pgspecial-1.9.0/debian/changelog 2017-10-30 03:47:55.000000000 +0200 +++ python-pgspecial-1.9.0/debian/changelog 2018-06-03 22:17:15.000000000 +0300 @@ -1,3 +1,11 @@ +python-pgspecial (1.9.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add the missing dependencies on python{,3}-psycopg2. + (Closes: #896291, #896246) + + -- Adrian Bunk <b...@debian.org> Sun, 03 Jun 2018 22:17:15 +0300 + python-pgspecial (1.9.0-1) unstable; urgency=medium * New upstream release. diff -Nru python-pgspecial-1.9.0/debian/control python-pgspecial-1.9.0/debian/control --- python-pgspecial-1.9.0/debian/control 2017-10-30 03:45:04.000000000 +0200 +++ python-pgspecial-1.9.0/debian/control 2018-06-03 22:17:15.000000000 +0300 @@ -25,7 +25,7 @@ Package: python-pgspecial Architecture: all Depends: ${misc:Depends}, - ${python:Depends}, + ${python:Depends}, python-psycopg2 Description: Meta-commands handler for Postgres Database (Python 2) This package provides an API to execute meta-commands (AKA "special", or "backslash commands") on PostgreSQL. @@ -35,7 +35,7 @@ Package: python3-pgspecial Architecture: all Depends: ${misc:Depends}, - ${python3:Depends}, + ${python3:Depends}, python3-psycopg2 Description: Meta-commands handler for Postgres Database (Python 3) This package provides an API to execute meta-commands (AKA "special", or "backslash commands") on PostgreSQL.