[Python-modules-commits] r32425 - in packages/psycopg2/trunk/debian (4 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Fri Apr 24 15:18:18 UTC 2015
Date: Friday, April 24, 2015 @ 15:18:16
Author: kitterman
Revision: 32425
* Upload to unstable
* Build docs using python3 vice python
* Add doc-base registration
Added:
packages/psycopg2/trunk/debian/python-psycopg2-doc.doc-base
Modified:
packages/psycopg2/trunk/debian/changelog
packages/psycopg2/trunk/debian/patches/local_inventory
packages/psycopg2/trunk/debian/rules
Modified: packages/psycopg2/trunk/debian/changelog
===================================================================
--- packages/psycopg2/trunk/debian/changelog 2015-04-24 10:48:15 UTC (rev 32424)
+++ packages/psycopg2/trunk/debian/changelog 2015-04-24 15:18:16 UTC (rev 32425)
@@ -1,3 +1,11 @@
+psycopg2 (2.6-2) unstable; urgency=medium
+
+ * Upload to unstable
+ * Build docs using python3 vice python
+ * Add doc-base registration
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 24 Apr 2015 11:04:31 -0400
+
psycopg2 (2.6-1) experimental; urgency=medium
* New upstream release
Modified: packages/psycopg2/trunk/debian/patches/local_inventory
===================================================================
--- packages/psycopg2/trunk/debian/patches/local_inventory 2015-04-24 10:48:15 UTC (rev 32424)
+++ packages/psycopg2/trunk/debian/patches/local_inventory 2015-04-24 15:18:16 UTC (rev 32425)
@@ -1,11 +1,11 @@
Use local copies of object.inv for building documentation.
Doesn't need forwarding.
Patch by Scott Kitterman <scott at kitterman.com> Feb 2, 2012
-Index: psycopg2-2.5.2/doc/src/conf.py
+Index: psycopg2-2.6/doc/src/conf.py
===================================================================
---- psycopg2-2.5.2.orig/doc/src/conf.py 2014-02-24 22:21:29.884943008 -0500
-+++ psycopg2-2.5.2/doc/src/conf.py 2014-02-24 22:21:29.872943008 -0500
-@@ -61,8 +61,8 @@
+--- psycopg2-2.6.orig/doc/src/conf.py 2015-04-24 10:48:33.877426955 -0400
++++ psycopg2-2.6/doc/src/conf.py 2015-04-24 10:48:33.873426955 -0400
+@@ -63,8 +63,8 @@
release = version
intersphinx_mapping = {
Added: packages/psycopg2/trunk/debian/python-psycopg2-doc.doc-base
===================================================================
--- packages/psycopg2/trunk/debian/python-psycopg2-doc.doc-base (rev 0)
+++ packages/psycopg2/trunk/debian/python-psycopg2-doc.doc-base 2015-04-24 15:18:16 UTC (rev 32425)
@@ -0,0 +1,11 @@
+Document: psycopg2
+Title: Psycopg2 Reference and API Documentation
+Author: Daniele Varrazzo
+Abstract: Psycopg2 is a Python module for PostgreSQL
+ This documentation contains a general reference of
+ Psycopg2 together with an API documentation
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-psycopg2-doc/html/index.html
+Files: /usr/share/doc/python-psycopg2-doc/html/*.html
Modified: packages/psycopg2/trunk/debian/rules
===================================================================
--- packages/psycopg2/trunk/debian/rules 2015-04-24 10:48:15 UTC (rev 32424)
+++ packages/psycopg2/trunk/debian/rules 2015-04-24 15:18:16 UTC (rev 32425)
@@ -12,8 +12,8 @@
py_libdir_sh = $(py_libdir)
py_setup_install_args =
endif
-DEFAULT_PYTHON = $(shell pyversions -d)
-DEFAULT_BUILDIR = $(shell $(DEFAULT_PYTHON) -c 'from distutils.command.build import build; from distutils.core import Distribution; b = build(Distribution()); b.finalize_options(); print(b.build_platlib)')
+DEFAULT_PYTHON3 = $(shell py3versions -d)
+DEFAULT_BUILDIR = $(shell $(DEFAULT_PYTHON3) -c 'from distutils.command.build import build; from distutils.core import Distribution; b = build(Distribution()); b.finalize_options(); print(b.build_platlib)')
configure: configure-stamp
configure-stamp:
More information about the Python-modules-commits
mailing list