diff -u psycopg2-2.4.4/debian/changelog psycopg2-2.4.4/debian/changelog --- psycopg2-2.4.4/debian/changelog +++ psycopg2-2.4.4/debian/changelog @@ -1,10 +1,22 @@ +psycopg2 (2.4.4-4) unstable; urgency=low + + * Team upload + * Rename python-pyscopg2-docs to the more usual python-pyscopg2-doc + - Not creating a transitional package due to the package only existing + for a short period and never in a stable release + * Fix typos in the last debian/changelog entry + * Fix misspellings in package descriptions in debian/control + * Bump standards version to 3.9.3 without further change + + -- Scott Kitterman Sun, 18 Mar 2012 10:31:22 -0400 + psycopg2 (2.4.4-3) unstable; urgency=low * Team upload * Fix debian/rules so python3-psycopg2-dbg so files are properly marked as debug versions (Closes: #658219) * Use local Python objects.inv instead of downloading from python.org - - Add python2.7-doc and python-3.2-doc to Build-Depends-Indep + - Add python-doc and python333-doc to Build-Depends-Indep - Add Quilt use to debian/rules and README.source - Add debian/patches/local_inventory reverted: --- psycopg2-2.4.4/debian/python-psycopg2-docs.install +++ psycopg2-2.4.4.orig/debian/python-psycopg2-docs.install @@ -1,4 +0,0 @@ -doc/html usr/share/doc/python-psycopg2-docs/ -doc/psycopg2.txt usr/share/doc/python-psycopg2-docs/ -doc/HACKING usr/share/doc/python-psycopg2-docs/ -doc/pep-0249.txt usr/share/doc/python-psycopg2-docs/ diff -u psycopg2-2.4.4/debian/control psycopg2-2.4.4/debian/control --- psycopg2-2.4.4/debian/control +++ psycopg2-2.4.4/debian/control @@ -7,7 +7,7 @@ Build-Depends-Indep: python-doc, python3-doc Maintainer: Fabio Tranchitella Uploaders: Debian Python Modules Team -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/python-modules/packages/psycopg2/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/psycopg2/trunk/ Homepage: http://initd.org/projects/psycopg @@ -16,7 +16,7 @@ Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: python-egenix-mxdatetime -Suggests: python-psycopg2-docs +Suggests: python-psycopg2-doc Provides: ${python:Provides} Description: Python module for PostgreSQL psycopg is a PostgreSQL database adapter for the Python programming language @@ -28,7 +28,7 @@ psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. - psycopg 2 also provides full asycronous operations for the really brave + psycopg 2 also provides full asynchronous operations for the really brave programmer. . The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0 @@ -52,7 +52,7 @@ Package: python3-psycopg2 Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} -Suggests: python-psycopg2-docs +Suggests: python-psycopg2-doc Provides: ${python3:Provides} Description: Python 3 module for PostgreSQL psycopg is a PostgreSQL database adapter for the Python3 programming language @@ -64,7 +64,7 @@ psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. - psycopg 2 also provides full asycronous operations for the really brave + psycopg 2 also provides full asynchronous operations for the really brave programmer. . The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0 @@ -85,11 +85,13 @@ . This package contains the extensions built for the Python debug interpreter. -Package: python-psycopg2-docs +Package: python-psycopg2-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Suggests: python-psycopg2 | python3-psycopg2 +Replaces: python-psycopg2-docs +Breaks: python-psycopg2-docs Description: Python module for PostgreSQL (documentation package) psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the @@ -100,7 +102,7 @@ psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. - psycopg 2 also provides full asycronous operations for the really brave + psycopg 2 also provides full asynchronous operations for the really brave programmer. . The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0 only in patch2: unchanged: --- psycopg2-2.4.4.orig/debian/python-psycopg2-doc.install +++ psycopg2-2.4.4/debian/python-psycopg2-doc.install @@ -0,0 +1,4 @@ +doc/html usr/share/doc/python-psycopg2-docs/ +doc/psycopg2.txt usr/share/doc/python-psycopg2-docs/ +doc/HACKING usr/share/doc/python-psycopg2-docs/ +doc/pep-0249.txt usr/share/doc/python-psycopg2-docs/