[Python-modules-commits] [pg8000] 01/01: wrap-and-sort

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Oct 13 11:00:58 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository pg8000.

commit 47654faf438ae64aa25594a86de1bea588b2b6ae
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Oct 13 13:00:49 2016 +0200

    wrap-and-sort
---
 debian/control                 | 12 +++++++++---
 debian/python-pg8000-doc.links |  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d0681ad..3209be8 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,8 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python:Depends},
-Suggests: python-pg8000-doc
+Suggests:
+ python-pg8000-doc,
 Description: Pure-Python PostgreSQL Driver (Python 2)
  pg8000 is a Pure-Python interface to the PostgreSQL database engine.  It is
  one of many PostgreSQL interfaces for the Python programming language. pg8000
@@ -47,7 +48,8 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python3:Depends},
-Suggests: python-pg8000-doc
+Suggests:
+ python-pg8000-doc,
 Description: Pure-Python PostgreSQL Driver (Python 3)
  pg8000 is a Pure-Python interface to the PostgreSQL database engine.  It is
  one of many PostgreSQL interfaces for the Python programming language. pg8000
@@ -64,7 +66,11 @@ Description: Pure-Python PostgreSQL Driver (Python 3)
 Package: python-pg8000-doc
 Architecture: all
 Section: doc
-Depends: libjs-jquery, libjs-underscore, ${sphinxdoc:Depends}, ${misc:Depends}
+Depends:
+ libjs-jquery,
+ libjs-underscore,
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
 Description: Pure-Python PostgreSQL Driver (documentation)
  pg8000 is a Pure-Python interface to the PostgreSQL database engine.  It is
  one of many PostgreSQL interfaces for the Python programming language. pg8000
diff --git a/debian/python-pg8000-doc.links b/debian/python-pg8000-doc.links
index b1f930d..82ee7aa 100644
--- a/debian/python-pg8000-doc.links
+++ b/debian/python-pg8000-doc.links
@@ -1,3 +1,3 @@
+usr/share/doc/python-pg8000-doc/html/_sources/release_notes.rst usr/share/doc/python-pg8000-doc/changelog
 usr/share/javascript/jquery/jquery.js usr/share/doc/python-pg8000-doc/html/_static/jquery.js
 usr/share/javascript/underscore/underscore.js usr/share/doc/python-pg8000-doc/html/_static/underscore.js
-usr/share/doc/python-pg8000-doc/html/_sources/release_notes.rst usr/share/doc/python-pg8000-doc/changelog

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



More information about the Python-modules-commits mailing list