[Python-modules-commits] [psycopg2] 08/08: * Use default python3 build to generate documentation * Bump debhelper minimum version and compat to 9

Scott Kitterman kitterman at moszumanska.debian.org
Fri Jul 15 21:12:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository psycopg2.

commit 581020810751136981606e0d223f5555adaffe91
Author: Scott Kitterman <scott at kitterman.com>
Date:   Fri Jul 15 17:11:55 2016 -0400

    * Use default python3 build to generate documentation
    * Bump debhelper minimum version and compat to 9
---
 debian/changelog | 6 ++++--
 debian/compat    | 2 +-
 debian/control   | 4 ++--
 doc/src/conf.py  | 4 ++--
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 45dcdb0..007895e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-psycopg2 (2.6.2-1-1) UNRELEASED; urgency=medium
+psycopg2 (2.6.2-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
@@ -11,8 +11,10 @@ psycopg2 (2.6.2-1-1) UNRELEASED; urgency=medium
   * Remove uupdate from debian/watch as it doesn't make sense for a package
     maintained in git
   * Bump standards version to 3.9.8 without further change
+  * Use default python3 build to generate documentation
+  * Bump debhelper minimum version and compat to 9
 
- -- Scott Kitterman <scott at kitterman.com>  Thu, 14 Jul 2016 23:17:14 -0400
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 15 Jul 2016 16:26:11 -0400
 
 psycopg2 (2.6.1-1) unstable; urgency=medium
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 9559bc1..cf4f23b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: psycopg2
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.6.6-3~),
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~),
  python-all-dbg (>= 2.6.6-3~), python3-all-dev, python3-all-dbg, dh-python,
- python-egenix-mx-base-dev, libpq-dev, python-sphinx (>= 1.0.7+dfsg-1~), quilt (>= 0.46-7)
+ python-egenix-mx-base-dev, libpq-dev, python3-sphinx (>= 1.0.7+dfsg-1~), quilt (>= 0.46-7)
 Build-Depends-Indep: python-doc, python3-doc
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Fabio Tranchitella <kobold at debian.org>, Scott Kitterman <scott at kitterman.com>
diff --git a/doc/src/conf.py b/doc/src/conf.py
index a0c7fd9..94ffa34 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -61,8 +61,8 @@ except ImportError:
     release = version
 
 intersphinx_mapping = {
-    'py': ('/usr/share/doc/python-doc/html', None),
-    'py3': ('/usr/share/doc/python3-doc/html', None),
+    'py': ('http://docs.python.org/', None),
+    'py3': ('http://docs.python.org/3.2', None),
     }
 
 # Pattern to generate links to the bug tracker

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/psycopg2.git



More information about the Python-modules-commits mailing list