[Python-modules-commits] r20844 - in packages/psycopg2/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sun Mar 18 14:52:02 UTC 2012


    Date: Sunday, March 18, 2012 @ 14:52:01
  Author: kitterman
Revision: 20844

* 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
* Bump standards version to 3.9.3 without further change

Added:
  packages/psycopg2/trunk/debian/python-psycopg2-doc.install
Modified:
  packages/psycopg2/trunk/debian/changelog
  packages/psycopg2/trunk/debian/control
Deleted:
  packages/psycopg2/trunk/debian/python-psycopg2-docs.install

Modified: packages/psycopg2/trunk/debian/changelog
===================================================================
--- packages/psycopg2/trunk/debian/changelog	2012-03-18 12:01:13 UTC (rev 20843)
+++ packages/psycopg2/trunk/debian/changelog	2012-03-18 14:52:01 UTC (rev 20844)
@@ -1,9 +1,14 @@
-psycopg2 (2.4.4-4) UNRELEASED; urgency=low
+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 <scott at kitterman.com>  Thu, 02 Feb 2012 19:30:23 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 18 Mar 2012 10:31:22 -0400
 
 psycopg2 (2.4.4-3) unstable; urgency=low
 

Modified: packages/psycopg2/trunk/debian/control
===================================================================
--- packages/psycopg2/trunk/debian/control	2012-03-18 12:01:13 UTC (rev 20843)
+++ packages/psycopg2/trunk/debian/control	2012-03-18 14:52:01 UTC (rev 20844)
@@ -7,7 +7,7 @@
 Build-Depends-Indep: python-doc, python3-doc
 Maintainer: Fabio Tranchitella <kobold at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-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
@@ -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
@@ -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

Added: packages/psycopg2/trunk/debian/python-psycopg2-doc.install
===================================================================
--- packages/psycopg2/trunk/debian/python-psycopg2-doc.install	                        (rev 0)
+++ packages/psycopg2/trunk/debian/python-psycopg2-doc.install	2012-03-18 14:52:01 UTC (rev 20844)
@@ -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/

Deleted: packages/psycopg2/trunk/debian/python-psycopg2-docs.install
===================================================================
--- packages/psycopg2/trunk/debian/python-psycopg2-docs.install	2012-03-18 12:01:13 UTC (rev 20843)
+++ packages/psycopg2/trunk/debian/python-psycopg2-docs.install	2012-03-18 14:52:01 UTC (rev 20844)
@@ -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/




More information about the Python-modules-commits mailing list